commit | 3313bc4ee83c4e2870d8e83800c6064b0d215679 | [log] [tgz] |
---|---|---|
author | Nadav Amit <namit@cs.technion.ac.il> | Thu Dec 25 02:52:17 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jan 08 22:48:04 2015 +0100 |
tree | eda0f8afbeadc3fbb84290dc92949c9d678c137a | |
parent | fa4a2c080e37d362ae603f4ea157fe779bd85cb5 [diff] |
KVM: x86: pop sreg accesses only 2 bytes Although pop sreg updates RSP according to the operand size, only 2 bytes are read. The current behavior may result in incorrect #GP or #PF exceptions. Signed-off-by: Nadav Amit <namit@cs.technion.ac.il> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>