Merge pull request #703 from GNS3/New-disk-interface-and-NIC-models-for-Qemu-VMs

Update qemu-configuration.service.ts
This commit is contained in:
piotrpekala7 2020-02-25 15:06:23 +01:00 committed by GitHub
commit 882bc94bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ export class QemuConfigurationService {
}
getDiskInterfaces() {
return ['ide', 'sata', 'scsi', 'sd', 'mtd', 'floppy', 'pflash', 'virtio', 'none'];
return ['ide', 'sata', 'scsi', 'sd', 'mtd', 'floppy', 'pflash', 'virtio', 'nvme', 'none'];
}
getNetworkTypes() {
@ -33,7 +33,12 @@ export class QemuConfigurationService {
// ["virtio-net-pci", "Paravirtualized Network I/O"],
// ["vmxnet3", "VMWare Paravirtualized Ethernet v3"]];
let networkTypes = ["e1000", "Intel Gigabit Ethernet",
let networkTypes = ["e1000",
"e1000-82544gc",
"e1000-82545em",
"e1000e",
"rocker",
"Intel Gigabit Ethernet",
"i82550",
"i82551",
"i82557a",