KVM: emulate: POP SS triggers a MOV SS shadow too
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 5 Jun 2014 15:29:34 +0000 (17:29 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 18 Jun 2014 15:46:20 +0000 (17:46 +0200)
commita5457e7bcf9a76ec5c2de5d311d9b0d3b724edc6
tree9ff15ff71baedae369e00b80af6c20ce2384d873
parent32e94d0696c26c6ba4f3ff53e70f6e0e825979bc
KVM: emulate: POP SS triggers a MOV SS shadow too

We did not do that when interruptibility was added to the emulator,
because at the time pop to segment was not implemented.  Now it is,
add it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c
This page took 0.032058 seconds and 5 git commands to generate.