summaryrefslogtreecommitdiffstats
path: root/target-i386/cpu.c
Commit message (Expand)AuthorAgeFilesLines
...
* target-i386: Don't declare variables in the middle of blocksEduardo Habkost2014-03-131-3/+4
* target-i386: Rename x86_def_t to X86CPUDefinitionEduardo Habkost2014-03-131-13/+13
* target-i386: Call x86_cpu_load_def() earlierEduardo Habkost2014-03-131-5/+5
* target-i386: Rename cpu_x86_register() to x86_cpu_load_def()Eduardo Habkost2014-03-131-2/+4
* cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2014-03-131-0/+15
* Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-03-121-1/+1
|\
| * qapi script: do not add "_" for every capitalized char in enumWenchao Xia2014-03-111-1/+1
* | target-i386: bugfix of Intel MPXLiu, Jinsong2014-03-111-1/+1
|/
* target-i386: Move KVM default-vendor hack to instance_initEduardo Habkost2014-02-031-13/+19
* target-i386: Don't change x86_def_t struct on cpu_x86_register()Eduardo Habkost2014-02-031-5/+6
* target-i386: Eliminate CONFIG_KVM #ifdefsEduardo Habkost2014-02-031-12/+3
* kvm: add support for hyper-v timersVadim Rozenfeld2014-02-031-0/+1
* target-i386: kvm_check_features_against_host(): Kill feature word arrayEduardo Habkost2014-02-031-36/+12
* target-i386: kvm_cpu_fill_host(): Fill feature words in a loopEduardo Habkost2014-02-031-16/+7
* target-i386: kvm_cpu_fill_host(): Set all feature words at end of functionEduardo Habkost2014-02-031-14/+9
* target-i386: kvm_cpu_fill_host(): No need to check xlevel2Eduardo Habkost2014-02-031-7/+4
* target-i386: kvm_cpu_fill_host(): No need to check CPU vendorEduardo Habkost2014-02-031-8/+6
* target-i386: kvm_cpu_fill_host(): No need to check levelEduardo Habkost2014-02-031-6/+2
* target-i386: kvm_cpu_fill_host(): Kill unused codeEduardo Habkost2014-02-031-2/+0
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2014-01-241-0/+7
|\
| * target-i386: clear guest TSC on resetFernando Luis Vázquez Cao2013-12-121-0/+3
| * target-i386: Intel MPXLiu Jinsong2013-12-121-0/+4
* | Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias2014-01-141-3/+1
|\ \
| * | target-i386: Remove assert_no_error usagePeter Crosthwaite2014-01-061-3/+1
| |/
* | target-i386: Cleanup 'foo=val' feature handlingIgor Mammedov2013-12-241-15/+2
* | target-i386: Cleanup 'foo' feature handlingIgor Mammedov2013-12-241-11/+2
* | target-i386: Convert 'check' and 'enforce' to static propertiesIgor Mammedov2013-12-241-7/+6
* | target-i386: Convert 'hv_spinlocks' to static propertyIgor Mammedov2013-12-241-1/+44
* | target-i386: Convert 'hv_vapic' to static propertyIgor Mammedov2013-12-241-1/+2
* | target-i386: Convert 'hv_relaxed' to static propertyIgor Mammedov2013-12-241-1/+2
* | target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan2013-12-231-12/+10
|/
* target-i386: fix cpuid leaf 0x0dLiu Jinsong2013-12-051-3/+3
* target-i386: do not override nr_cores for -cpu hostPaolo Bonzini2013-11-211-6/+8
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2013-10-181-17/+49
|\
| * x86: cpuid: reconstruct leaf 0Dh dataPaolo Bonzini2013-10-021-17/+48
| * x86: fix migration from pre-version 12Paolo Bonzini2013-10-021-0/+1
* | 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: add feature kvm_pv_unhaltAndrew Jones2013-09-201-1/+1
* target-i386: forward CPUID cache leaves when -cpu host is usedBenoît Canet2013-09-201-0/+19
* target-i386: Use #defines instead of magic numbers for CPUID cache infoEduardo Habkost2013-09-031-22/+162
* Convert stderr message calling error_get_pretty() to error_report()Seiji Aguchi2013-08-201-1/+1
* target-i386: Move hyperv_* static globals to X86CPUIgor Mammedov2013-08-161-5/+11
* target-i386: Fix X86CPU error handlingAndreas Färber2013-08-061-1/+5
* target-i386: Disable PMU CPUID leaf by defaultEduardo Habkost2013-07-291-1/+10
* target-i386: Pass X86CPU object to cpu_x86_find_by_name()Eduardo Habkost2013-07-291-2/+3
* cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber2013-07-291-1/+3
* cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber2013-07-271-0/+2
* cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber2013-07-261-0/+1
* cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-231-1/+2
OpenPOWER on IntegriCloud