]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/x86/kvm/vmx.c
KVM: Rationalize exception bitmap usage
authorAvi Kivity <avi@qumranet.com>
Wed, 2 May 2007 14:57:40 +0000 (17:57 +0300)
committerAvi Kivity <avi@qumranet.com>
Mon, 16 Jul 2007 09:05:39 +0000 (12:05 +0300)
commitabd3f2d622a810b7f6687f7ddb405e90e4cfb7ab
tree12ae80f61aee8e6ca709db2bf08ed0ab54c431e6
parent707c08743060b6721b08df68f4fd546b106e7510
KVM: Rationalize exception bitmap usage

Everyone owns a piece of the exception bitmap, but they happily write to
the entire thing like there's no tomorrow.  Centralize handling in
update_exception_bitmap() and have everyone call that.

Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/vmx.c