1. 17 1月, 2014 5 次提交
  2. 16 1月, 2014 1 次提交
  3. 15 1月, 2014 3 次提交
  4. 09 1月, 2014 3 次提交
  5. 21 12月, 2013 2 次提交
  6. 18 12月, 2013 1 次提交
  7. 13 12月, 2013 2 次提交
  8. 12 12月, 2013 2 次提交
  9. 20 11月, 2013 1 次提交
  10. 14 11月, 2013 1 次提交
  11. 07 11月, 2013 1 次提交
  12. 06 11月, 2013 1 次提交
  13. 05 11月, 2013 3 次提交
  14. 03 11月, 2013 1 次提交
    • P
      KVM: x86: fix emulation of "movzbl %bpl, %eax" · daf72722
      Paolo Bonzini 提交于
      When I was looking at RHEL5.9's failure to start with
      unrestricted_guest=0/emulate_invalid_guest_state=1, I got it working with a
      slightly older tree than kvm.git.  I now debugged the remaining failure,
      which was introduced by commit 660696d1 (KVM: X86 emulator: fix
      source operand decoding for 8bit mov[zs]x instructions, 2013-04-24)
      introduced a similar mis-emulation to the one in commit 8acb4207 (KVM:
      fix sil/dil/bpl/spl in the mod/rm fields, 2013-05-30).  The incorrect
      decoding occurs in 8-bit movzx/movsx instructions whose 8-bit operand
      is sil/dil/bpl/spl.
      
      Needless to say, "movzbl %bpl, %eax" does occur in RHEL5.9's decompression
      prolog, just a handful of instructions before finally giving control to
      the decompressed vmlinux and getting out of the invalid guest state.
      
      Because OpMem8 bypasses decode_modrm, the same handling of the REX prefix
      must be applied to OpMem8.
      Reported-by: NMichele Baldessari <michele@redhat.com>
      Cc: stable@vger.kernel.org
      Cc: Gleb Natapov <gleb@redhat.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      Signed-off-by: NGleb Natapov <gleb@redhat.com>
      daf72722
  15. 01 11月, 2013 1 次提交
  16. 31 10月, 2013 11 次提交
  17. 28 10月, 2013 1 次提交