commit | eea1cff9ab732ea56358ff5e1bd8b99db2e8402d | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@amd.com> | Tue Dec 21 11:12:00 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:30:58 2011 +0200 |
tree | 000abd8fa64f58602ebfc03b09e1f394c72f4ad7 | |
parent | a63512a4d711c9bd6a5d03847f45fcf88cdea0c6 [diff] |
KVM: x86: fix CR8 handling The handling of CR8 writes in KVM is currently somewhat cumbersome. This patch makes it look like the other CR register handlers and fixes a possible issue in VMX, where the RIP would be incremented despite an injected #GP. Signed-off-by: Andre Przywara <andre.przywara@amd.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>