aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
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
2013-11-21target-i386: Fix addr32 prefix in gen_lea_modrmRichard Henderson
2013-11-21target-i386: do not override nr_cores for -cpu hostPaolo Bonzini
2013-11-21target-i386: yield to another VCPU on PAUSEPaolo Bonzini
2013-11-07kvm: Fix uninitialized cpuid_dataStefan Weil
2013-11-05KVM: x86: fix typo in KVM_GET_XCRSPaolo Bonzini
2013-10-18Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2013-10-18Merge remote-tracking branch 'bonzini/configure' into stagingAnthony Liguori
2013-10-16Makefile.target: CONFIG_NO_* variables removedÁkos Kovács
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori
2013-10-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber
2013-10-02target-i386: Fix compiler warning (integer constant is too large)Stefan Weil
2013-10-02x86: cpuid: reconstruct leaf 0Dh dataPaolo Bonzini
2013-10-02x86: fix migration from pre-version 12Paolo Bonzini
2013-10-02target-i386: Set model=6 on qemu64 & qemu32 CPU modelsEduardo Habkost
2013-09-23Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-09-23Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2013-09-20target-i386: Fix segment cache dumpTobias Markus
2013-09-20target-i386: add feature kvm_pv_unhaltAndrew Jones
2013-09-20target-i386: forward CPUID cache leaves when -cpu host is usedBenoît Canet
2013-09-20fix steal time MSR vmsd callback to proper opaque typeMarcelo Tosatti
2013-09-20cpu: Move cpu state syncs up into cpu_dump_state()James Hogan
2013-09-12target-i386: Only provide CMOV and friends if feature bit setPeter Maydell
2013-09-12target-i386: fix disassembly with PAE=1, PG=0Paolo Bonzini
2013-09-03target-i386: Use #defines instead of magic numbers for CPUID cache infoEduardo Habkost
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson
2013-08-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori