commit | 8ea7d6aef84e278fcb121acff1bd4c3edaa95b8b | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Mon Apr 04 12:39:26 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed May 11 07:57:01 2011 -0400 |
tree | ee61ee7da7bd83b1df8f02dcf67648a1617e7888 | |
parent | d09beabd7cd4cf70d982ff54656dc6431df80fa4 [diff] |
KVM: x86 emulator: Add flag to check for protected mode instructions This patch adds a flag for the opcoded to tag instruction which are only recognized in protected mode. The necessary check is added too. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>