Files
ubports_kernel_google_msm/arch/x86/kvm
Gleb Natapov cf8f70bfe3 KVM: x86 emulator: fix in/out emulation.
in/out emulation is broken now. The breakage is different depending
on where IO device resides. If it is in userspace emulator reports
emulation failure since it incorrectly interprets kvm_emulate_pio()
return value. If IO device is in the kernel emulation of 'in' will do
nothing since kvm_emulate_pio() stores result directly into vcpu
registers, so emulator will overwrite result of emulation during
commit of shadowed register.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2010-05-17 12:16:25 +03:00
..
2010-03-01 12:36:00 -03:00
2010-05-17 12:15:22 +03:00
2010-05-17 12:16:25 +03:00
2010-05-17 12:15:27 +03:00
2010-05-17 12:16:25 +03:00
2010-05-17 12:16:25 +03:00
2010-03-01 12:36:04 -03:00