commit | 9c8cba3761d4741cfd53ecc40604fac01f52128a | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Thu Nov 22 11:42:59 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:53:01 2008 +0200 |
tree | 40d65ea2a0f000ebff9ce803bc2515c814bf1750 | |
parent | 1155f76a8166ae6fc88e7d73eb6817eb9012d476 [diff] |
KVM: Fix faults during injection of real-mode interrupts If vmx fails to inject a real-mode interrupt while fetching the interrupt redirection table, it fails to record this in the vectoring information field. So we detect this condition and do it ourselves. Signed-off-by: Avi Kivity <avi@qumranet.com>