summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
...
| * | target-i386: Remove gen_op_lds_T0_A0Richard Henderson2014-01-071-9/+4
| * | target-i386: Remove gen_op_ld_T1_A0Richard Henderson2014-01-071-14/+9
| * | target-i386: Remove gen_op_ldu_T0_A0Richard Henderson2014-01-071-10/+5
| * | target-i386: Remove gen_op_ld_T0_A0Richard Henderson2014-01-071-41/+36
| * | target-i386: Replace OT_* constants with MO_* constantsRichard Henderson2014-01-071-360/+354
| * | target-i386: Use new tcg_gen_qemu_st_* helpersRichard Henderson2014-01-071-41/+34
| * | target-i386: Use new tcg_gen_qemu_ld_* helpersRichard Henderson2014-01-071-53/+31
| * | target-i386: Stop encoding DisasContext.mem_indexRichard Henderson2014-01-071-42/+25
| * | 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/+2
* | 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/+0
|\ \ \ | |/ / |/| |
| * | tcg: Move helper registration into tcg_context_initRichard Henderson2013-10-101-4/+0
* | | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-10-101-5/+2
|\ \ \ | |/ / |/| |
| * | cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber2013-10-071-3/+0
| * | target-i386: Set model=6 on qemu64 & qemu32 CPU modelsEduardo Habkost2013-10-021-2/+2
| |/
* | target-i386: Fix compiler warning (integer constant is too large)Stefan Weil2013-10-021-1/+1
|/
* Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-09-231-1/+3
|\
| * target-i386: Fix segment cache dumpTobias Markus2013-09-201-1/+3
* | Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2013-09-234-6/+26
|\ \ | |/ |/|
| * target-i386: add feature kvm_pv_unhaltAndrew Jones2013-09-201-1/+1
| * target-i386: forward CPUID cache leaves when -cpu host is usedBenoît Canet2013-09-202-0/+22
| * fix steal time MSR vmsd callback to proper opaque typeMarcelo Tosatti2013-09-201-3/+3
| * cpu: Move cpu state syncs up into cpu_dump_state()James Hogan2013-09-201-2/+0
* | target-i386: Only provide CMOV and friends if feature bit setPeter Maydell2013-09-121-0/+19
* | target-i386: fix disassembly with PAE=1, PG=0Paolo Bonzini2013-09-121-18/+16
|/
* target-i386: Use #defines instead of magic numbers for CPUID cache infoEduardo Habkost2013-09-031-22/+162
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-032-3/+2
* tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-1/+1
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori2013-08-293-86/+300
|\
| * kvm: i386: fix LAPIC TSC deadline timer save/restoreMarcelo Tosatti2013-08-201-3/+26
| * kvm: x86: fix setting IA32_FEATURE_CONTROL with nested VMX disabledLiu Jinsong2013-08-201-2/+15
| * kvm: migrate vPMU statePaolo Bonzini2013-08-093-5/+155
| * target-i386: remove tabs from target-i386/cpu.hPaolo Bonzini2013-08-091-96/+96
| * Initialize IA32_FEATURE_CONTROL MSR in reset and migrationArthur Chunqi Li2013-07-253-0/+28
* | Convert stderr message calling error_get_pretty() to error_report()Seiji Aguchi2013-08-201-1/+1
OpenPOWER on IntegriCloud