]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: drop dead pf injection in emulate_popf()
authorAvi Kivity <avi@redhat.com>
Mon, 22 Nov 2010 15:53:23 +0000 (17:53 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 12 Jan 2011 09:29:55 +0000 (11:29 +0200)
commitdd9d6f614f1cd6826208b5b2f5d3ea7a8f9b74e7
treef723d950ab745473d69520243438dcaf2d288e57
parent44e8944132911102f4ca692d7b1eae5db3779b1c
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