KVM: x86 emulator: drop dead pf injection in emulate_popf()
commit42438e364cbc1e95cacb4ca92688d54a50cf5c4d
authorAvi Kivity <avi@redhat.com>
Mon, 22 Nov 2010 15:53:23 +0000 (22 17:53 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 12 Jan 2011 09:29:55 +0000 (12 11:29 +0200)
treef723d950ab745473d69520243438dcaf2d288e57
parentbcc55cba9f1fcda68412c8c3d8579c56d90b16f2
KVM: x86 emulator: drop dead pf injection in emulate_popf()

If rc == X86EMUL_PROPAGATE_FAULT, we would have returned earlier.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/emulate.c