commit | 58b7075d059f7d37ca86c76fb1446fa3447b9f4f | [log] [tgz] |
---|---|---|
author | Nadav Amit <namit@cs.technion.ac.il> | Fri Oct 24 11:35:09 2014 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Nov 03 12:07:20 2014 +0100 |
tree | 57b978e405103e5bfd274655aaf569b782b6156a | |
parent | f7784046ab7cfc1645f4110b6ed14fbdffc2abee [diff] |
KVM: x86: Distinguish between stack operation and near branches In 64-bit, stack operations default to 64-bits, but can be overriden (to 16-bit) using opsize override prefix. In contrast, near-branches are always 64-bit. This patch distinguish between the different behaviors. Signed-off-by: Nadav Amit <namit@cs.technion.ac.il> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>