Age | Commit message (Expand) | Author |
2014-01-07 | target-i386: Change gen_op_add_reg_* size parameter to TCGMemOp | Richard Henderson |
2014-01-07 | target-i386: Use TCGMemOp for 'ot' variables | Richard Henderson |
2014-01-07 | target-i386: Remove gen_op_andl_A0_ffff | Richard Henderson |
2014-01-07 | target-i386: Remove gen_op_movl_T0_T1 | Richard Henderson |
2014-01-07 | target-i386: Remove gen_op_andl_T0_im | Richard Henderson |
2014-01-07 | target-i386: Remove gen_op_andl_T0_ffff | Richard Henderson |
2014-01-07 | target-i386: Remove gen_movtl_T*_im | Richard Henderson |
2014-01-07 | target-i386: Remove gen_op_mov*_A0_im | Richard Henderson |
2014-01-07 | target-i386: Remove gen_op_movl_T0_im* | Richard Henderson |
2014-01-07 | target-i386: Remove gen_op_movl_T0_im* | Richard Henderson |
2014-01-07 | target-i386: Remove gen_op_movl_T0_0 | Richard Henderson |
2014-01-07 | target-i386: Tidy extend + move | Richard Henderson |
2014-01-07 | target-i386: Tidy extend + store | Richard Henderson |
2014-01-07 | target-i386: Tidy load + truncate | Richard Henderson |
2014-01-07 | target-i386: Tidy gen_op_mov_TN_reg+tcg_gen_trunc_tl_i32 | Richard Henderson |
2014-01-07 | target-i386: Use MO_BE for movbe | Richard Henderson |
2014-01-07 | target-i386: Remove unused arguments to gen_lea_modrm | Richard Henderson |
2014-01-07 | target-i386: Tidy movsl | Richard Henderson |
2014-01-07 | target-i386: Tidy mov[sz][bw] | Richard Henderson |
2014-01-07 | target-i386: Fix typo in gen_push_T1 | Richard Henderson |
2014-01-07 | target-i386: Remove gen_op_st_T1_A0 | Richard Henderson |
2014-01-07 | target-i386: Remove gen_op_st_T0_A0 | Richard Henderson |
2014-01-07 | target-i386: Introduce gen_op_st_rm_T0_A0 | Richard Henderson |
2014-01-07 | target-i386: Remove gen_op_lds_T0_A0 | Richard Henderson |
2014-01-07 | target-i386: Remove gen_op_ld_T1_A0 | Richard Henderson |
2014-01-07 | target-i386: Remove gen_op_ldu_T0_A0 | Richard Henderson |
2014-01-07 | target-i386: Remove gen_op_ld_T0_A0 | Richard Henderson |
2014-01-07 | target-i386: Replace OT_* constants with MO_* constants | Richard Henderson |
2014-01-07 | target-i386: Use new tcg_gen_qemu_st_* helpers | Richard Henderson |
2014-01-07 | target-i386: Use new tcg_gen_qemu_ld_* helpers | Richard Henderson |
2014-01-07 | target-i386: Stop encoding DisasContext.mem_index | Richard Henderson |
2014-01-07 | target-i386: Push DisasContext into load/store helpers | Richard Henderson |
2014-01-06 | target-i386: Remove assert_no_error usage | Peter Crosthwaite |
2013-12-24 | target-i386: Cleanup 'foo=val' feature handling | Igor Mammedov |
2013-12-24 | target-i386: Cleanup 'foo' feature handling | Igor Mammedov |
2013-12-24 | target-i386: Convert 'check' and 'enforce' to static properties | Igor Mammedov |
2013-12-24 | target-i386: Convert 'hv_spinlocks' to static property | Igor Mammedov |
2013-12-24 | target-i386: Convert 'hv_vapic' to static property | Igor Mammedov |
2013-12-24 | target-i386: Convert 'hv_relaxed' to static property | Igor Mammedov |
2013-12-23 | target-i386: Move apic_state field from CPUX86State to X86CPU | Chen Fan |
2013-12-23 | x86: only allow real mode to access 32bit without LMA | Alexander Graf |
2013-12-18 | kvm: x86: Separately write feature control MSR on reset | Jan Kiszka |
2013-12-12 | target-i386: clear guest TSC on reset | Fernando Luis Vázquez Cao |
2013-12-12 | target-i386: do not special case TSC writeback | Fernando Luis Vázquez Cao |
2013-12-12 | target-i386: Intel MPX | Liu Jinsong |
2013-12-07 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2013-12-05 | target-i386: fix cpuid leaf 0x0d | Liu Jinsong |
2013-11-25 | Merge remote-tracking branch 'bonzini/tags/for-anthony' into staging | Anthony Liguori |
2013-11-21 | target-i386: yield to another VCPU on PAUSE | Paolo Bonzini |
2013-11-21 | target-i386: Fix build by providing stub kvm_arch_get_supported_cpuid() | Peter Maydell |