Loading domain.go +16 −9 Original line number Diff line number Diff line Loading @@ -2087,6 +2087,13 @@ type DomainIOMMUDriver struct { Passthrough string `xml:"passthrough,attr,omitempty"` XTSup string `xml:"xtsup,attr,omitempty"` PCIBus uint `xml:"pciBus,attr,omitempty"` Granule *DomainIOMMUDriverGranule `xml:"granule"` } type DomainIOMMUDriverGranule struct { Size uint `xml:"size,attr,omitempty"` Unit string `xml:"unit,attr,omitempty"` Mode string `xml:"mode,attr,omitempty"` } type DomainNVRAM struct { Loading Loading
domain.go +16 −9 Original line number Diff line number Diff line Loading @@ -2087,6 +2087,13 @@ type DomainIOMMUDriver struct { Passthrough string `xml:"passthrough,attr,omitempty"` XTSup string `xml:"xtsup,attr,omitempty"` PCIBus uint `xml:"pciBus,attr,omitempty"` Granule *DomainIOMMUDriverGranule `xml:"granule"` } type DomainIOMMUDriverGranule struct { Size uint `xml:"size,attr,omitempty"` Unit string `xml:"unit,attr,omitempty"` Mode string `xml:"mode,attr,omitempty"` } type DomainNVRAM struct { Loading