From: Tim Wiederhake Date: Fri, 23 Apr 2021 15:39:21 +0000 (+0200) Subject: virDomainDef: Change type of xen_passthrough_mode to virDomainXenPassthroughMode X-Git-Tag: v7.3.0-rc1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c7faa2720dad21fd3f9c6cccf6d86ebbf7762c2;p=thirdparty%2Flibvirt.git virDomainDef: Change type of xen_passthrough_mode to virDomainXenPassthroughMode Signed-off-by: Tim Wiederhake Reviewed-by: Peter Krempa --- diff --git a/src/conf/domain_conf.h b/src/conf/domain_conf.h index 61f2d10d89..85c318d027 100644 --- a/src/conf/domain_conf.h +++ b/src/conf/domain_conf.h @@ -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;