Loading capabilities.go +4 −0 Changes for capabilities.go: 4 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -363,6 +363,9 @@ type CapsGuestFeatureACPI struct { type CapsGuestFeatureIA64BE struct { } type CapsGuestFeatureExternalSnapshot struct { } type CapsGuestFeatures struct { CPUSelection *CapsGuestFeatureCPUSelection `xml:"cpuselection"` DeviceBoot *CapsGuestFeatureDeviceBoot `xml:"deviceboot"` Loading @@ -372,6 +375,7 @@ type CapsGuestFeatures struct { APIC *CapsGuestFeatureAPIC `xml:"apic"` ACPI *CapsGuestFeatureACPI `xml:"acpi"` IA64BE *CapsGuestFeatureIA64BE `xml:"ia64_be"` ExternalSnapshot *CapsGuestFeatureExternalSnapshot `xml:"externalSnapshot"` } type CapsGuest struct { Loading Loading
capabilities.go +4 −0 Changes for capabilities.go: 4 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -363,6 +363,9 @@ type CapsGuestFeatureACPI struct { type CapsGuestFeatureIA64BE struct { } type CapsGuestFeatureExternalSnapshot struct { } type CapsGuestFeatures struct { CPUSelection *CapsGuestFeatureCPUSelection `xml:"cpuselection"` DeviceBoot *CapsGuestFeatureDeviceBoot `xml:"deviceboot"` Loading @@ -372,6 +375,7 @@ type CapsGuestFeatures struct { APIC *CapsGuestFeatureAPIC `xml:"apic"` ACPI *CapsGuestFeatureACPI `xml:"acpi"` IA64BE *CapsGuestFeatureIA64BE `xml:"ia64_be"` ExternalSnapshot *CapsGuestFeatureExternalSnapshot `xml:"externalSnapshot"` } type CapsGuest struct { Loading