]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit96f58a6a915dd7639b8af10348515c8abf8df1ab
treee79afd2bdca00c83a32e40bd771ad66756bcc787
parenta180b09aac88742e36b669ad690e114ed1ecad8f
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