commit | 3ffb24681cc46f869378a4de54615db8d4ef0daf | [log] [tgz] |
---|---|---|
author | Nadav Amit <namit@cs.technion.ac.il> | Sun Nov 02 11:54:42 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Nov 07 15:44:02 2014 +0100 |
tree | ab8ecd59eec31dcd72da208886750743bab684cf | |
parent | 5b38ab877e5bd6c6564f2f23f25e0c3d4768728a [diff] |
KVM: x86: No error-code on real-mode exceptions Real-mode exceptions do not deliver error code. As can be seen in Intel SDM volume 2, real-mode exceptions do not have parentheses, which indicate error-code. To avoid significant changes of the code, the error code is "removed" during exception queueing. Signed-off-by: Nadav Amit <namit@cs.technion.ac.il> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>