]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - arch/x86/kvm/x86.c
KVM: x86: change vcpu->arch.switch_db_regs to a bit mask
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Feb 2014 08:55:56 +0000 (09:55 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 11 Mar 2014 09:46:02 +0000 (10:46 +0100)
commit360b948d88bf30ef4b10b693adf497f51fb46a08
treee79afd2bdca00c83a32e40bd771ad66756bcc787
parentc845f9c646e646e6a5fe416c2e835342984249f7
KVM: x86: change vcpu->arch.switch_db_regs to a bit mask

The next patch will add another bit that we can test with the
same "if".

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/x86.c