]> Git Repo - qemu.git/commit - target/i386/kvm.c
remove pending exception on vcpu reset.
authorGleb Natapov <[email protected]>
Wed, 6 Jan 2010 14:30:10 +0000 (16:30 +0200)
committerAnthony Liguori <[email protected]>
Mon, 11 Jan 2010 15:56:30 +0000 (09:56 -0600)
commite73223a5849d9e695b5f3b5a4a2a812e68e3735d
tree31abebd686544aab11935e3b50c975f54e22bbdd
parent3f7638ec4093100a63b18cbacd45dcd847f7c06b
remove pending exception on vcpu reset.

Without this qemu can even start on kvm modules with events support
since default value of exception_injected in zero and this is #DE
exception.

Signed-off-by: Gleb Natapov <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
target-i386/kvm.c
This page took 0.025795 seconds and 4 git commands to generate.