virDomainDef: Change type of hyperv_stimer_direct to virTristateSwitch

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Tim Wiederhake 2021-04-23 17:39:20 +02:00 committed by Peter Krempa
parent fa88832b8f
commit e4550c74a6

View File

@ -2755,7 +2755,7 @@ struct _virDomainDef {
int xen_features[VIR_DOMAIN_XEN_LAST];
int xen_passthrough_mode;
unsigned int hyperv_spinlocks;
int hyperv_stimer_direct;
virTristateSwitch hyperv_stimer_direct;
virGICVersion gic_version;
virDomainHPTResizing hpt_resizing;
unsigned long long hpt_maxpagesize; /* Stored in KiB */