]> xenbits.xensource.com Git - libvirt.git/commitdiff
virDomainDef: Change type of xen_passthrough_mode to virDomainXenPassthroughMode
authorTim Wiederhake <twiederh@redhat.com>
Fri, 23 Apr 2021 15:39:21 +0000 (17:39 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 26 Apr 2021 11:43:32 +0000 (13:43 +0200)
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/conf/domain_conf.h

index 61f2d10d894041fc8664825ac4e50f22d20f1cd2..85c318d027ce3dc9a958dc0f0ef4459078cafca9 100644 (file)
@@ -2753,7 +2753,7 @@ struct _virDomainDef {
     int kvm_features[VIR_DOMAIN_KVM_LAST];
     int msrs_features[VIR_DOMAIN_MSRS_LAST];
     int xen_features[VIR_DOMAIN_XEN_LAST];
-    int xen_passthrough_mode;
+    virDomainXenPassthroughMode xen_passthrough_mode;
     unsigned int hyperv_spinlocks;
     virTristateSwitch hyperv_stimer_direct;
     virGICVersion gic_version;