diff options
author | Nadav Amit <namit@cs.technion.ac.il> | 2014-11-02 11:54:51 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-11-07 15:44:06 +0100 |
commit | 0fcc207c66a7cff024b05367b86d70d742072d61 (patch) | |
tree | 73714311883422e2306c204311255ae7463f2e7d /arch/x86/kvm/x86.c | |
parent | 5aca3722362689a679419dc9b3e426921c70ef16 (diff) |
KVM: x86: Emulate push sreg as done in Core
According to Intel SDM push of segment selectors is done in the following
manner: "if the operand size is 32-bits, either a zero-extended value is pushed
on the stack or the segment selector is written on the stack using a 16-bit
move. For the last case, all recent Core and Atom processors perform a 16-bit
move, leaving the upper portion of the stack location unmodified."
This patch modifies the behavior to match the core behavior.
Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.c')
0 files changed, 0 insertions, 0 deletions