summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2014-01-07target-i386: Fix typo in gen_push_T1Richard Henderson1-1/+1
2014-01-07target-i386: Remove gen_op_st_T1_A0Richard Henderson1-7/+2
2014-01-07target-i386: Remove gen_op_st_T0_A0Richard Henderson1-43/+40
2014-01-07target-i386: Introduce gen_op_st_rm_T0_A0Richard Henderson1-61/+24
2014-01-07target-i386: Remove gen_op_lds_T0_A0Richard Henderson1-9/+4
2014-01-07target-i386: Remove gen_op_ld_T1_A0Richard Henderson1-14/+9
2014-01-07target-i386: Remove gen_op_ldu_T0_A0Richard Henderson1-10/+5
2014-01-07target-i386: Remove gen_op_ld_T0_A0Richard Henderson1-41/+36
2014-01-07target-i386: Replace OT_* constants with MO_* constantsRichard Henderson1-360/+354
2014-01-07target-i386: Use new tcg_gen_qemu_st_* helpersRichard Henderson1-41/+34
2014-01-07target-i386: Use new tcg_gen_qemu_ld_* helpersRichard Henderson1-53/+31
2014-01-07target-i386: Stop encoding DisasContext.mem_indexRichard Henderson1-42/+25
2014-01-07target-i386: Push DisasContext into load/store helpersRichard Henderson1-161/+170
2014-01-06target-i386: Remove assert_no_error usagePeter Crosthwaite1-3/+1
2013-12-24target-i386: Cleanup 'foo=val' feature handlingIgor Mammedov1-15/+2
2013-12-24target-i386: Cleanup 'foo' feature handlingIgor Mammedov1-11/+2
2013-12-24target-i386: Convert 'check' and 'enforce' to static propertiesIgor Mammedov2-7/+8
2013-12-24target-i386: Convert 'hv_spinlocks' to static propertyIgor Mammedov1-1/+44
2013-12-24target-i386: Convert 'hv_vapic' to static propertyIgor Mammedov1-1/+2
2013-12-24target-i386: Convert 'hv_relaxed' to static propertyIgor Mammedov1-1/+2
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan6-39/+34
2013-12-23x86: only allow real mode to access 32bit without LMAAlexander Graf1-0/+6
2013-12-18kvm: x86: Separately write feature control MSR on resetJan Kiszka1-4/+29
2013-12-12target-i386: clear guest TSC on resetFernando Luis Vázquez Cao2-3/+4
2013-12-12target-i386: do not special case TSC writebackFernando Luis Vázquez Cao1-9/+1
2013-12-12target-i386: Intel MPXLiu Jinsong4-3/+101
2013-12-07Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-3/+3
2013-12-05target-i386: fix cpuid leaf 0x0dLiu Jinsong1-3/+3
2013-11-25Merge remote-tracking branch 'bonzini/tags/for-anthony' into stagingAnthony Liguori1-0/+12
2013-11-21target-i386: yield to another VCPU on PAUSEPaolo Bonzini3-3/+25
2013-11-21target-i386: Fix build by providing stub kvm_arch_get_supported_cpuid()Peter Maydell1-0/+12
2013-11-21target-i386: Fix addr32 prefix in gen_lea_modrmRichard Henderson1-45/+47
2013-11-21target-i386: do not override nr_cores for -cpu hostPaolo Bonzini1-6/+8
2013-11-21target-i386: yield to another VCPU on PAUSEPaolo Bonzini3-3/+25
2013-11-07kvm: Fix uninitialized cpuid_dataStefan Weil1-7/+2
2013-11-05KVM: x86: fix typo in KVM_GET_XCRSPaolo Bonzini1-2/+2
2013-10-18Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2-17/+53
2013-10-18Merge remote-tracking branch 'bonzini/configure' into stagingAnthony Liguori1-1/+1
2013-10-16Makefile.target: CONFIG_NO_* variables removedÁkos Kovács1-1/+1
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori1-4/+0
2013-10-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-5/+2
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson1-4/+0
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber1-3/+0
2013-10-02target-i386: Fix compiler warning (integer constant is too large)Stefan Weil1-1/+1
2013-10-02x86: cpuid: reconstruct leaf 0Dh dataPaolo Bonzini1-17/+48
2013-10-02x86: fix migration from pre-version 12Paolo Bonzini2-0/+5
2013-10-02target-i386: Set model=6 on qemu64 & qemu32 CPU modelsEduardo Habkost1-2/+2
2013-09-23Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-1/+3
2013-09-23Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori4-6/+26
2013-09-20target-i386: Fix segment cache dumpTobias Markus1-1/+3