]> xenbits.xensource.com Git - xen.git/commit
x86emul: {L,S}{G,I}DT ignore operand size overrides in 64-bit mode
authorJan Beulich <jbeulich@suse.com>
Thu, 3 Nov 2016 16:23:22 +0000 (17:23 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 3 Nov 2016 16:23:22 +0000 (17:23 +0100)
commit4ccb2adb96042e0d1e334c01fe260b32e6001db9
tree7318810c4c67afa3ef3fbec444aea9b3154895bf
parentbd41a22f2d7ac66ff71bacff391ee21f658a8fa2
x86emul: {L,S}{G,I}DT ignore operand size overrides in 64-bit mode

This affects not only the layout of the data (always 2+8 bytes), but
also the contents (no truncation to 24 bits occurs).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c