commit | 4668f050787015805a7e8ea29cc4f81d8f07cedb | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@amd.com> | Thu Jun 18 12:56:02 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 08:33:01 2009 +0300 |
tree | 6f55f9621ce9c786bef310b2fa3cb5aaca0a1222 | |
parent | 8c60435261deaefeb53ce3222d04d7d5bea81296 [diff] |
KVM: x86 emulator: Add sysexit emulation Handle #UD intercept of the sysexit instruction in 64bit mode returning to 32bit compat mode on an AMD host. Setup the segment descriptors for CS and SS and the EIP/ESP registers according to the manual. Signed-off-by: Christoph Egger <christoph.egger@amd.com> Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Andre Przywara <andre.przywara@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>