commit | d380a5e4022a5c63a6c5ac631e48c752ba7f1e4f | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Wed Feb 10 14:21:36 2010 +0200 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Mar 01 12:36:11 2010 -0300 |
tree | 06346e56054146b10e6669ea358c07d85333d544 | |
parent | e92805ac1228626c59c865f2f4e9059b9fb8c97b [diff] |
KVM: x86 emulator: Add LOCK prefix validity checking Instructions which are not allowed to have LOCK prefix should generate #UD if one is used. [avi: fold opcode 82 fix from another patch] Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>