Files
android_kernel_xiaomi_sm8450/arch/x86/kvm
Nadav Amit e6e39f0438 KVM: x86: IN instruction emulation should ignore REP-prefix
The IN instruction is not be affected by REP-prefix as INS is.  Therefore, the
emulation should ignore the REP prefix as well.  The current emulator
implementation tries to perform writeback when IN instruction with REP-prefix
is emulated. This causes it to perform wrong memory write or spurious #GP
exception to be injected to the guest.

Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2014-04-23 17:46:59 -03:00
..
2014-04-14 17:50:37 -03:00
2014-04-14 17:50:34 -03:00
2014-01-15 12:43:54 +01:00
2013-10-30 19:02:03 +01:00
2014-04-16 18:59:23 -03:00
2014-04-14 17:50:34 -03:00
2013-06-27 14:20:51 +03:00
2014-04-23 17:46:57 -03:00
2014-03-17 12:21:38 +01:00