summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
...
| * | target-i386: Remove gen_op_andl_A0_ffffRichard Henderson2014-01-071-20/+13Star
| * | target-i386: Remove gen_op_movl_T0_T1Richard Henderson2014-01-071-6/+1Star
| * | target-i386: Remove gen_op_andl_T0_imRichard Henderson2014-01-071-11/+9Star
| * | target-i386: Remove gen_op_andl_T0_ffffRichard Henderson2014-01-071-25/+18Star
| * | target-i386: Remove gen_movtl_T*_imRichard Henderson2014-01-071-13/+3Star
| * | target-i386: Remove gen_op_mov*_A0_imRichard Henderson2014-01-071-15/+2Star
| * | target-i386: Remove gen_op_movl_T0_im*Richard Henderson2014-01-071-20/+10Star
| * | target-i386: Remove gen_op_movl_T0_im*Richard Henderson2014-01-071-22/+10Star
| * | target-i386: Remove gen_op_movl_T0_0Richard Henderson2014-01-071-11/+6Star
| * | target-i386: Tidy extend + moveRichard Henderson2014-01-071-9/+5Star
| * | target-i386: Tidy extend + storeRichard Henderson2014-01-071-17/+17
| * | target-i386: Tidy load + truncateRichard Henderson2014-01-071-20/+19Star
| * | target-i386: Tidy gen_op_mov_TN_reg+tcg_gen_trunc_tl_i32Richard Henderson2014-01-071-6/+3Star
| * | target-i386: Use MO_BE for movbeRichard Henderson2014-01-071-35/+5Star
| * | target-i386: Remove unused arguments to gen_lea_modrmRichard Henderson2014-01-071-77/+69Star
| * | target-i386: Tidy movslRichard Henderson2014-01-071-5/+1Star
| * | target-i386: Tidy mov[sz][bw]Richard Henderson2014-01-071-11/+12
| * | target-i386: Fix typo in gen_push_T1Richard Henderson2014-01-071-1/+1
| * | target-i386: Remove gen_op_st_T1_A0Richard Henderson2014-01-071-7/+2Star
| * | target-i386: Remove gen_op_st_T0_A0Richard Henderson2014-01-071-43/+40Star
| * | target-i386: Introduce gen_op_st_rm_T0_A0Richard Henderson2014-01-071-61/+24Star
| * | target-i386: Remove gen_op_lds_T0_A0Richard Henderson2014-01-071-9/+4Star
| * | target-i386: Remove gen_op_ld_T1_A0Richard Henderson2014-01-071-14/+9Star
| * | target-i386: Remove gen_op_ldu_T0_A0Richard Henderson2014-01-071-10/+5Star
| * | target-i386: Remove gen_op_ld_T0_A0Richard Henderson2014-01-071-41/+36Star
| * | target-i386: Replace OT_* constants with MO_* constantsRichard Henderson2014-01-071-360/+354Star
| * | target-i386: Use new tcg_gen_qemu_st_* helpersRichard Henderson2014-01-071-41/+34Star
| * | target-i386: Use new tcg_gen_qemu_ld_* helpersRichard Henderson2014-01-071-53/+31Star
| * | target-i386: Stop encoding DisasContext.mem_indexRichard Henderson2014-01-071-42/+25Star
| * | target-i386: Push DisasContext into load/store helpersRichard Henderson2014-01-071-161/+170
| |/
* / x86: only allow real mode to access 32bit without LMAAlexander Graf2013-12-231-0/+6
|/
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2013-12-071-3/+3
|\
| * target-i386: fix cpuid leaf 0x0dLiu Jinsong2013-12-051-3/+3
* | Merge remote-tracking branch 'bonzini/tags/for-anthony' into stagingAnthony Liguori2013-11-251-0/+12
|\ \ | |/ |/|
| * target-i386: yield to another VCPU on PAUSEPaolo Bonzini2013-11-213-3/+25
| * target-i386: Fix build by providing stub kvm_arch_get_supported_cpuid()Peter Maydell2013-11-211-0/+12
* | target-i386: Fix addr32 prefix in gen_lea_modrmRichard Henderson2013-11-211-45/+47
* | target-i386: do not override nr_cores for -cpu hostPaolo Bonzini2013-11-211-6/+8
* | target-i386: yield to another VCPU on PAUSEPaolo Bonzini2013-11-213-3/+25
* | kvm: Fix uninitialized cpuid_dataStefan Weil2013-11-071-7/+2Star
* | KVM: x86: fix typo in KVM_GET_XCRSPaolo Bonzini2013-11-051-2/+2
|/
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2013-10-182-17/+53
|\
| * x86: cpuid: reconstruct leaf 0Dh dataPaolo Bonzini2013-10-021-17/+48
| * x86: fix migration from pre-version 12Paolo Bonzini2013-10-022-0/+5
* | Merge remote-tracking branch 'bonzini/configure' into stagingAnthony Liguori2013-10-181-1/+1
|\ \
| * | Makefile.target: CONFIG_NO_* variables removedÁkos Kovács2013-10-161-1/+1
* | | Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori2013-10-111-4/+0Star
|\ \ \ | |/ / |/| |
| * | tcg: Move helper registration into tcg_context_initRichard Henderson2013-10-101-4/+0Star
* | | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-10-101-5/+2Star
|\ \ \ | |/ / |/| |
| * | cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber2013-10-071-3/+0Star