commit | a5457e7bcf9a76ec5c2de5d311d9b0d3b724edc6 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 05 17:29:34 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jun 18 17:46:20 2014 +0200 |
tree | 9ff15ff71baedae369e00b80af6c20ce2384d873 | |
parent | 32e94d0696c26c6ba4f3ff53e70f6e0e825979bc [diff] |
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>