]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: nSVM: Fix IOIO size reported on emulation
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 30 Jun 2014 09:07:05 +0000 (11:07 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 9 Jul 2014 16:09:56 +0000 (18:09 +0200)
commit6493f1574e898b46370e2b2315836d76a1980f2c
tree91f5fc2a7a9293a332c657e51e4f07111754ee27
parent9bf418335e24da995ea682a028926d7e1036be6f
KVM: nSVM: Fix IOIO size reported on emulation

The access size of an in/ins is reported in dst_bytes, and that of
out/outs in src_bytes.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm.c