mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-01 00:45:53 +00:00
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:
commit
882bc94bb6
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user