mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
kvm: i386: require KVM_CAP_DEBUGREGS
This was introduced in KVM in Linux 2.6.35, we can require it unconditionally. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
4b2991666c
commit
f57a4dd311
4 changed files with 1 additions and 19 deletions
|
@ -193,7 +193,6 @@ 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_has_debugregs(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