vmm: Add support for multiple virtio-net devices

Until now, the VMM was only accepting a single instance of virtio-net
device. This commit extends the virtio-net support by allowing several
devices to be created for a single VM.

Fixes #71

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf 2019-07-08 15:31:13 -07:00 committed by Rob Bradford
parent a2947f9a9f
commit f0a76ad424
4 changed files with 103 additions and 42 deletions

View file

@ -10,7 +10,7 @@ write_files:
permissions: 0644
content: |
[Match]
Name=en*
MACAddress=12:34:56:78:90:ab
[Network]
Address=192.168.2.2/24