Loading domain.go +6 −0 Changes for domain.go: 6 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -2088,6 +2088,12 @@ type DomainIOMMUDriver struct { Passthrough string `xml:"passthrough,attr,omitempty"` XTSup string `xml:"xtsup,attr,omitempty"` PCIBus uint `xml:"pciBus,attr,omitempty"` Accel string `xml:"accel,attr,omitempty"` CMDQV string `xml:"cmdqv,attr,omitempty"` ATS string `xml:"ats,attr,omitempty"` RIL string `xml:"ril,attr,omitempty"` SSIDSize string `xml:"ssidsize,attr,omitempty"` OAS string `xml:"oas,attr,omitempty"` Granule *DomainIOMMUDriverGranule `xml:"granule"` } Loading Loading
domain.go +6 −0 Changes for domain.go: 6 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -2088,6 +2088,12 @@ type DomainIOMMUDriver struct { Passthrough string `xml:"passthrough,attr,omitempty"` XTSup string `xml:"xtsup,attr,omitempty"` PCIBus uint `xml:"pciBus,attr,omitempty"` Accel string `xml:"accel,attr,omitempty"` CMDQV string `xml:"cmdqv,attr,omitempty"` ATS string `xml:"ats,attr,omitempty"` RIL string `xml:"ril,attr,omitempty"` SSIDSize string `xml:"ssidsize,attr,omitempty"` OAS string `xml:"oas,attr,omitempty"` Granule *DomainIOMMUDriverGranule `xml:"granule"` } Loading