]> Git Repo - qemu.git/commit - target/i386/kvm.c
Do not stop VM if emulation failed in userspace.
authorGleb Natapov <[email protected]>
Mon, 10 May 2010 08:21:34 +0000 (11:21 +0300)
committerMarcelo Tosatti <[email protected]>
Tue, 11 May 2010 17:03:44 +0000 (14:03 -0300)
commit4513d9232badcc5039d69dae946054ba2682c258
tree5eb6a23d01375e7123a0674bc48f48171c5c5fe2
parent0af691d779965663abdd7bc708c2ad7bce2f6da0
Do not stop VM if emulation failed in userspace.

Continue vcpu execution in case emulation failure happened while vcpu
was in userspace. In this case #UD will be injected into the guest
allowing guest OS to kill offending process and continue.

Signed-off-by: Gleb Natapov <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
kvm-all.c
kvm.h
target-i386/kvm.c
target-ppc/kvm.c
target-s390x/kvm.c
This page took 0.026891 seconds and 4 git commands to generate.