You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/qemu_type.go
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -469,9 +469,9 @@ type VirtualMachineConfig struct {
469
469
EfiDisk0int8`json:"efidisk0,omitempty"`
470
470
Freezeint8`json:"freeze,omitempty"`
471
471
HookScriptstring`json:"hookscript,omitempty"`
472
-
HostPci
473
-
HotPlugstring`json:"hotplug,omitempty"`
474
-
HugePagesstring`json:"hugepages,omitempty"`
472
+
HostPci`json:"-"`
473
+
HotPlugstring`json:"hotplug,omitempty"`
474
+
HugePagesstring`json:"hugepages,omitempty"`
475
475
// Use volume as IDE hard disk or CD-ROM (n is 0 to 3).
476
476
// Use the special syntax STORAGE_ID:SIZE_IN_GiB to allocate a new volume.
477
477
// Use STORAGE_ID:0 and the 'import-from' parameter to import from an existing volume.
@@ -495,9 +495,9 @@ type VirtualMachineConfig struct {
495
495
// cloud-init: Sets DNS server IP address for a container. Create will automatically use the setting from the host if neither searchdomain nor nameserver are set.
496
496
NameServerstring`json:"nameserver,omitempty"`
497
497
// network device
498
-
Net`json:"-"`
499
-
Numaint8`json:"numa,omitempty"`
500
-
NumaS
498
+
Net`json:"-"`
499
+
Numaint8`json:"numa,omitempty"`
500
+
NumaS`json:"-"`
501
501
// specifies whether a VM will be started during system bootup
0 commit comments