summaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-23target-i386: Use 1UL for bit shiftEduardo Habkost1-1/+1
2015-10-23target-i386: Add DE to TCG_FEATURESEduardo Habkost1-1/+1
2015-10-23target-i386: Disable cache info passthrough by defaultEduardo Habkost1-3/+1
2015-10-19kvm: Allow the Hyper-V vendor ID to be specifiedAlex Williamson1-0/+1
2015-10-12target-i386/kvm: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin1-0/+1
2015-10-12target-i386/kvm: set Hyper-V features cpuid bit HV_X64_MSR_VP_INDEX_AVAILABLEAndrey Smetanin1-0/+1
2015-10-12target-i386/kvm: Hyper-V HV_X64_MSR_RESET supportAndrey Smetanin1-0/+1
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster1-0/+8
2015-10-02cpu/apic: drop icc bus/bridgeChen Fan1-8/+1
2015-10-02apic: move APIC's MMIO region mapping into APICChen Fan1-0/+15
2015-10-02target-i386: add ABM to Haswell* and Broadwell* CPU modelsPaolo Bonzini1-4/+4
2015-10-02target-i386: Convert kvm_default_*features to property/value pairsEduardo Habkost1-37/+50
2015-09-25i386: partial revert of interrupt poll fixPavel Dovgalyuk1-8/+2
2015-09-25utils: rename strtosz to use qemu prefixMarc-André Lureau1-2/+2
2015-09-16i386/kvm: Hyper-v crash msrs set/get'ers and migrationAndrey Smetanin1-0/+1
2015-08-13target-i386: Remove x86_cpu_compat_set_features()Eduardo Habkost1-26/+0
2015-07-15target-i386: emulate CPUID level of real hardwareRadim Krčmář1-19/+18
2015-07-15target-i386: Don't strdup() alias property nameEduardo Habkost1-1/+1
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite1-1/+1
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao1-1/+1
2015-07-07i386: Introduce ARAT CPU featureJan Kiszka1-1/+32
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-10/+9
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini1-2/+31
2015-06-05target-i386: create a separate AddressSpace for each CPUPaolo Bonzini1-0/+14
2015-06-05target-i386: wake up processors that receive an SMIPaolo Bonzini1-1/+3
2015-06-02target-i386: Register QOM properties for feature flagsEduardo Habkost1-0/+122
2015-04-27target-i386: Remove AMD feature flag aliases from CPU model tableEduardo Habkost1-7/+0
2015-04-27target-i386: X86CPU::xlevel2 QOM propertyEduardo Habkost1-1/+2
2015-04-27target-i386: Make "level" and "xlevel" properties staticEduardo Habkost1-38/+2
2015-04-02target-i386: clear bsp bit when designating bspNadav Amit1-3/+1
2015-03-19target-i386: Haswell-noTSX and Broadwell-noTSXEduardo Habkost1-0/+69
2015-03-19Revert "target-i386: Disable HLE and RTM on Haswell & Broadwell"Eduardo Habkost1-4/+5
2015-03-17target-i386: Remove icc_bridge parameter from cpu_x86_create()Eduardo Habkost1-12/+2
2015-03-11Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s...Peter Maydell1-6/+2
2015-03-10target-i386: Clean up misuse of qdev_init() in realize methodMarkus Armbruster1-6/+2
2015-03-09target-i386: Require APIC ID to be explicitly set before CPU realizeEduardo Habkost1-0/+10
2015-03-09target-i386: Move APIC ID compatibility code to pc.cEduardo Habkost1-34/+0
2015-03-09target-i386: Move CPUX86State::cpuid_apic_id to X86CPU::apic_idEduardo Habkost1-8/+7
2015-03-09target-i386: Remove unused APIC ID default codeEduardo Habkost1-1/+0
2015-03-09target-i386: Eliminate unnecessary get_cpuid_vendor() functionEduardo Habkost1-14/+6
2015-03-09target-i386: Simplify listflags() functionEduardo Habkost1-28/+14
2015-03-09target-i386: Move topology.h to include/hw/i386Eduardo Habkost1-1/+1
2015-03-03Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...Peter Maydell1-51/+95
2015-03-02Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell1-95/+51
2015-02-25target-i386: Move APIC ID compatibility code to pc.cEduardo Habkost1-34/+0
2015-02-25target-i386: Require APIC ID to be explicitly set before CPU realizeEduardo Habkost1-1/+6
2015-02-25target-i386: Set APIC ID using cpu_index on CONFIG_USEREduardo Habkost1-0/+6
2015-02-25target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_idEduardo Habkost1-9/+8
2015-02-25target-i386: Simplify error handling on cpu_x86_init_user()Eduardo Habkost1-9/+11