]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/x86/kvm/vmx.c
KVM: VMX: Read & store IDT_VECTORING_INFO_FIELD
authorAvi Kivity <avi@qumranet.com>
Thu, 22 Nov 2007 09:30:47 +0000 (11:30 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:53:00 +0000 (17:53 +0200)
commit1155f76a8166ae6fc88e7d73eb6817eb9012d476
treebecc954dacc6098f9c60bc52d572ca8179e070e4
parent9c5623e3e42e94927d02a6693875badf15692970
KVM: VMX: Read & store IDT_VECTORING_INFO_FIELD

We'll want to write to it in order to fix real-mode irq injection problems,
but it is a read-only field.  Storing it in a variable solves that issue.

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