Commit fc441eee authored by Daniel P. Berrangé's avatar Daniel P. Berrangé 💬
Browse files

Add domain capabilities CPU canonical attribute

parent c3b2f278
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ type DomainCapsCPUModel struct {
	Fallback   string `xml:"fallback,attr,omitempty"`
	Deprecated string `xml:"deprecated,attr,omitempty"`
	Vendor     string `xml:"vendor,attr,omitempty"`
	Canonical  string `xml:"canonical,attr,omitempty"`
}

type DomainCapsCPUFeature struct {