]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: x86: emulator: inc/dec can have lock prefix
authorGleb Natapov <gleb@redhat.com>
Fri, 17 Sep 2010 16:13:16 +0000 (13:13 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Sep 2010 00:18:33 +0000 (17:18 -0700)
commit41d2a3bcdb188e4d6d8cc799f93aed93c0639e36
tree9193bc4b03ab8eaca9a6a86bf91f82e9a887c110
parent724b86b0bcd26cda145915e2991952f23e0775d2
KVM: x86: emulator: inc/dec can have lock prefix

commit c0e0608cb902af1a1fd8d413ec0a07ee1e62c652 upstream.

Mark inc (0xfe/0 0xff/0) and dec (0xfe/1 0xff/1) as lock prefix capable.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/kvm/emulate.c