aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2014-01-07target-i386: Change gen_op_add_reg_* size parameter to TCGMemOpRichard Henderson
2014-01-07target-i386: Use TCGMemOp for 'ot' variablesRichard Henderson
2014-01-07target-i386: Remove gen_op_andl_A0_ffffRichard Henderson
2014-01-07target-i386: Remove gen_op_movl_T0_T1Richard Henderson
2014-01-07target-i386: Remove gen_op_andl_T0_imRichard Henderson
2014-01-07target-i386: Remove gen_op_andl_T0_ffffRichard Henderson
2014-01-07target-i386: Remove gen_movtl_T*_imRichard Henderson
2014-01-07target-i386: Remove gen_op_mov*_A0_imRichard Henderson
2014-01-07target-i386: Remove gen_op_movl_T0_im*Richard Henderson
2014-01-07target-i386: Remove gen_op_movl_T0_im*Richard Henderson
2014-01-07target-i386: Remove gen_op_movl_T0_0Richard Henderson
2014-01-07target-i386: Tidy extend + moveRichard Henderson
2014-01-07target-i386: Tidy extend + storeRichard Henderson
2014-01-07target-i386: Tidy load + truncateRichard Henderson
2014-01-07target-i386: Tidy gen_op_mov_TN_reg+tcg_gen_trunc_tl_i32Richard Henderson
2014-01-07target-i386: Use MO_BE for movbeRichard Henderson
2014-01-07target-i386: Remove unused arguments to gen_lea_modrmRichard Henderson
2014-01-07target-i386: Tidy movslRichard Henderson
2014-01-07target-i386: Tidy mov[sz][bw]Richard Henderson
2014-01-07target-i386: Fix typo in gen_push_T1Richard Henderson
2014-01-07target-i386: Remove gen_op_st_T1_A0Richard Henderson
2014-01-07target-i386: Remove gen_op_st_T0_A0Richard Henderson
2014-01-07target-i386: Introduce gen_op_st_rm_T0_A0Richard Henderson
2014-01-07target-i386: Remove gen_op_lds_T0_A0Richard Henderson
2014-01-07target-i386: Remove gen_op_ld_T1_A0Richard Henderson
2014-01-07target-i386: Remove gen_op_ldu_T0_A0Richard Henderson
2014-01-07target-i386: Remove gen_op_ld_T0_A0Richard Henderson
2014-01-07target-i386: Replace OT_* constants with MO_* constantsRichard Henderson
2014-01-07target-i386: Use new tcg_gen_qemu_st_* helpersRichard Henderson
2014-01-07target-i386: Use new tcg_gen_qemu_ld_* helpersRichard Henderson
2014-01-07target-i386: Stop encoding DisasContext.mem_indexRichard Henderson
2014-01-07target-i386: Push DisasContext into load/store helpersRichard Henderson
2014-01-06target-i386: Remove assert_no_error usagePeter Crosthwaite
2013-12-24target-i386: Cleanup 'foo=val' feature handlingIgor Mammedov
2013-12-24target-i386: Cleanup 'foo' feature handlingIgor Mammedov
2013-12-24target-i386: Convert 'check' and 'enforce' to static propertiesIgor Mammedov
2013-12-24target-i386: Convert 'hv_spinlocks' to static propertyIgor Mammedov
2013-12-24target-i386: Convert 'hv_vapic' to static propertyIgor Mammedov
2013-12-24target-i386: Convert 'hv_relaxed' to static propertyIgor Mammedov
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan
2013-12-23x86: only allow real mode to access 32bit without LMAAlexander Graf
2013-12-18kvm: x86: Separately write feature control MSR on resetJan Kiszka
2013-12-12target-i386: clear guest TSC on resetFernando Luis Vázquez Cao
2013-12-12target-i386: do not special case TSC writebackFernando Luis Vázquez Cao
2013-12-12target-i386: Intel MPXLiu Jinsong
2013-12-07Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2013-12-05target-i386: fix cpuid leaf 0x0dLiu Jinsong
2013-11-25Merge remote-tracking branch 'bonzini/tags/for-anthony' into stagingAnthony Liguori
2013-11-21target-i386: yield to another VCPU on PAUSEPaolo Bonzini
2013-11-21target-i386: Fix build by providing stub kvm_arch_get_supported_cpuid()Peter Maydell