]> git.proxmox.com Git - mirror_qemu.git/commit
i386/kvm: hv-stimer requires hv-time and hv-synic
authorVitaly Kuznetsov <vkuznets@redhat.com>
Fri, 17 May 2019 14:19:21 +0000 (16:19 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Jun 2019 00:29:38 +0000 (02:29 +0200)
commitc686193072a47032d83cb4e131dc49ae30f9e5d7
tree519de37439cd56ca1d4183d5332f4e35caffad9d
parente48ddcc6ce13323087133f5922f8eb2fe516817b
i386/kvm: hv-stimer requires hv-time and hv-synic

Synthetic timers operate in hv-time time and Windows won't use these
without SynIC.

Add .dependencies field to kvm_hyperv_properties[] and a generic mechanism
to check dependencies between features.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Message-Id: <20190517141924.19024-7-vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/kvm.c