commit | 6fd8e1275709a5bb084847eda6730b983538a572 | [log] [tgz] |
---|---|---|
author | Nadav Amit <namit@cs.technion.ac.il> | Mon Mar 30 15:39:20 2015 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Mar 30 16:46:03 2015 +0200 |
tree | ac9bd3385ff16bb9b64b1abadd957bbe64b9d184 | |
parent | b91aa14d95bf4cf8ed0426bd25c0af1548519696 [diff] |
KVM: x86: POPA emulation may not clear bits [63:32] POPA should assign the values to the registers as usual registers are assigned. In other words, 32-bits register assignments should clear bits [63:32] of the register. Split the code of register assignments that will be used by future changes as well. Signed-off-by: Nadav Amit <namit@cs.technion.ac.il> Message-Id: <1427719163-5429-3-git-send-email-namit@cs.technion.ac.il> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>