KVM: fix sil/dil/bpl/spl in the mod/rm fields
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 30 May 2013 14:35:55 +0000 (16:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Jun 2013 19:53:21 +0000 (12:53 -0700)
commitc534bfb76524145e32a5066ca73b6836ce744c38
tree31c486a08a306d4412711c8eadf7479e23dd54eb
parent744a4e1d595d9e4b39ff843fe6957defd7dd3ac6
KVM: fix sil/dil/bpl/spl in the mod/rm fields

commit 8acb42070ec4c87a9baab5c7bac626030d5bef28 upstream.

The x86-64 extended low-byte registers were fetched correctly from reg,
but not from mod/rm.

This fixes another bug in the boot of RHEL5.9 64-bit, but it is still
not enough.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kvm/emulate.c