From: Paolo Bonzini Date: Thu, 5 Jun 2014 15:29:34 +0000 (+0200) Subject: KVM: emulate: POP SS triggers a MOV SS shadow too X-Git-Tag: omap-for-v3.17/fixes-against-rc2~184^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5457e7bcf9a76ec5c2de5d311d9b0d3b724edc6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed