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

Add domain CPU "deprecated_features" attribute

parent bea3451d
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
@@ -2474,6 +2474,7 @@ type DomainCPU struct {
	Mode               string                `xml:"mode,attr,omitempty"`
	Check              string                `xml:"check,attr,omitempty"`
	Migratable         string                `xml:"migratable,attr,omitempty"`
	DeprecatedFeatures string                `xml:"deprecated_features,attr,omitempty"`
	Model              *DomainCPUModel       `xml:"model"`
	Vendor             string                `xml:"vendor,omitempty"`
	Topology           *DomainCPUTopology    `xml:"topology"`