summaryrefslogtreecommitdiffstats
path: root/target-i386/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* qemu: enable PV EOI for qemu 1.3Michael S. Tsirkin2012-10-291-13/+20
* target-i386: cpu: recover items 28-31 of ext2_feature_nameEduardo Habkost2012-10-281-0/+1
* cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell2012-10-051-1/+1
* x86: Implement SMEP and SMAPH. Peter Anvin2012-10-011-8/+26
* i386: -cpu help: remove reference to specific CPUID leaves/registersEduardo Habkost2012-09-301-4/+4
* i386: cpu: eliminate duplicate feature namesEduardo Habkost2012-09-301-8/+23
* i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASESEduardo Habkost2012-09-301-9/+11
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-09-251-1/+1
|\
| * target-i386: Allow tsc-frequency to be larger then 2.147GDon Slutz2012-09-231-1/+1
* | target-i386: Drop unused setscalar() macroAndreas Färber2012-09-211-12/+0
* | target-i386: Kill cpudef config section supportEduardo Habkost2012-09-211-99/+2
* | target-i386: x86_cpudef_setup() coding style changeEduardo Habkost2012-09-211-6/+9
* | target-i386: Move CPU models from cpus-x86_64.conf to CEduardo Habkost2012-09-211-0/+219
* | Drop cpu_list_id macroPeter Maydell2012-09-211-2/+2
* | target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dumpPeter Maydell2012-09-211-53/+11
|/
* w32: Fix broken buildStefan Weil2012-08-301-0/+2
* target-i386: disable pv eoi to fix migration across QEMU versionsAnthony Liguori2012-08-291-1/+12
* win32: provide separate macros for weak decls and definitionsAnthony Liguori2012-08-151-2/+2
* target-i386: add implementation of query-cpu-definitions (v2)Anthony Liguori2012-08-131-0/+22
* Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemuBlue Swirl2012-08-091-0/+10
|\
| * target-i386: move tcg initialization into x86_cpu_initfn()Igor Mammedov2012-06-251-0/+10
* | target-i386: move cpu_reset and reset callback to cpu.cIgor Mammedov2012-08-011-0/+14
* | target-i386: move cpu halted decision into x86_cpu_resetIgor Mammedov2012-08-011-0/+16
* | Recognize PCID featureMao, Junjie2012-07-211-1/+1
* | kvm_pv_eoi: add flag supportMichael S. Tsirkin2012-07-031-1/+1
* | target-i386: Use QEMU instead of QemuStefan Weil2012-06-221-1/+1
|/
* Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana2012-06-191-5/+13
* target-i386: Use uint32 visitor for [x]level propertiesAndreas Färber2012-06-081-38/+4
* Expose CPUID leaf 7 only for -cpu hostEduardo Habkost2012-05-301-7/+15
* target-i386: Defer MCE initAndreas Färber2012-05-121-1/+8
* target-i386: Introduce "tsc-frequency" property for X86CPUAndreas Färber2012-04-251-1/+36
* target-i386: Prepare "vendor" property for X86CPUAndreas Färber2012-04-251-0/+44
* target-i386: Introduce "xlevel" property for X86CPUAndreas Färber2012-04-251-1/+37
* target-i386: Introduce "level" property for X86CPUAndreas Färber2012-04-251-1/+37
* target-i386: Add property getter for CPU model-idAndreas Färber2012-04-251-1/+16
* target-i386: Add property getter for CPU steppingAndreas Färber2012-04-251-1/+13
* target-i386: Add property getter for CPU modelAndreas Färber2012-04-251-1/+13
* target-i386: Add property getter for CPU familyAndreas Färber2012-04-251-1/+15
* target-i386: Add "model-id" property to X86CPUAndreas Färber2012-04-251-2/+8
* target-i386: Add "stepping" property to X86CPUAndreas Färber2012-04-251-3/+24
* target-i386: Add "model" property to X86CPUAndreas Färber2012-04-251-3/+23
* target-i386: Add "family" property to X86CPUAndreas Färber2012-04-251-5/+34
* target-i386: Add range check for -cpu ,family=xAndreas Färber2012-04-251-1/+1
* target-i386: Pass X86CPU to cpu_x86_register()Andreas Färber2012-04-251-1/+2
* target-i386: Fix x86_cpuid_set_model_id()Andreas Färber2012-04-251-0/+1
* target-i386: QOM'ify CPU resetAndreas Färber2012-04-101-1/+71
* target-i386: QOM'ify CPU initAndreas Färber2012-04-101-0/+27
* target-i386: QOM'ify CPUAndreas Färber2012-04-101-0/+37
* target-i386: Rename cpuid.cAndreas Färber2012-04-101-0/+1369
OpenPOWER on IntegriCloud