mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEP
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
8bba0a3b76
commit
1a44a79ddf
4 changed files with 2 additions and 101 deletions
|
@ -192,7 +192,6 @@ unsigned int kvm_get_max_memslots(void);
|
|||
unsigned int kvm_get_free_memslots(void);
|
||||
bool kvm_has_sync_mmu(void);
|
||||
int kvm_has_vcpu_events(void);
|
||||
int kvm_has_robust_singlestep(void);
|
||||
int kvm_max_nested_state_length(void);
|
||||
int kvm_has_gsi_routing(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue