aboutsummaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
AgeCommit message (Expand)Author
2016-01-14exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell
2016-01-14exec.c: Don't set cpu->as until cpu_address_space_initPeter Maydell
2015-12-17kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini
2015-12-17target-i386/kvm: Hyper-V SynIC timers MSR's supportAndrey Smetanin
2015-12-17target-i386/kvm: Hyper-V SynIC MSR's supportAndrey Smetanin
2015-11-17target-i386: Disable rdtscp on Opteron_G* CPU modelsEduardo Habkost
2015-11-06target-i386: Add clflushopt/clwb/pcommit to TCG_7_0_EBX_FEATURESXiao Guangrong
2015-11-05target-i386: Enable clflushopt/clwb/pcommit instructionsXiao Guangrong
2015-11-05target-i386: Remove POPCNT from qemu64 and qemu32 CPU modelsEduardo Habkost
2015-11-05target-i386: Remove ABM from qemu64 CPU modelEduardo Habkost
2015-11-05target-i386: Remove SSE4a from qemu64 CPU modelEduardo Habkost
2015-11-04osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()Eduardo Habkost
2015-10-27target-i386: Enable "check" mode by defaultEduardo Habkost
2015-10-23target-i386: Use 1UL for bit shiftEduardo Habkost
2015-10-23target-i386: Add DE to TCG_FEATURESEduardo Habkost
2015-10-23target-i386: Disable cache info passthrough by defaultEduardo Habkost
2015-10-19kvm: Allow the Hyper-V vendor ID to be specifiedAlex Williamson
2015-10-12target-i386/kvm: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin
2015-10-12target-i386/kvm: set Hyper-V features cpuid bit HV_X64_MSR_VP_INDEX_AVAILABLEAndrey Smetanin
2015-10-12target-i386/kvm: Hyper-V HV_X64_MSR_RESET supportAndrey Smetanin
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster
2015-10-02cpu/apic: drop icc bus/bridgeChen Fan
2015-10-02apic: move APIC's MMIO region mapping into APICChen Fan
2015-10-02target-i386: add ABM to Haswell* and Broadwell* CPU modelsPaolo Bonzini
2015-10-02target-i386: Convert kvm_default_*features to property/value pairsEduardo Habkost
2015-09-25i386: partial revert of interrupt poll fixPavel Dovgalyuk
2015-09-25utils: rename strtosz to use qemu prefixMarc-André Lureau
2015-09-16i386/kvm: Hyper-v crash msrs set/get'ers and migrationAndrey Smetanin
2015-08-13target-i386: Remove x86_cpu_compat_set_features()Eduardo Habkost
2015-07-15target-i386: emulate CPUID level of real hardwareRadim Krčmář
2015-07-15target-i386: Don't strdup() alias property nameEduardo Habkost
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao
2015-07-07i386: Introduce ARAT CPU featureJan Kiszka
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini
2015-06-05target-i386: create a separate AddressSpace for each CPUPaolo Bonzini
2015-06-05target-i386: wake up processors that receive an SMIPaolo Bonzini
2015-06-02target-i386: Register QOM properties for feature flagsEduardo Habkost
2015-04-27target-i386: Remove AMD feature flag aliases from CPU model tableEduardo Habkost
2015-04-27target-i386: X86CPU::xlevel2 QOM propertyEduardo Habkost
2015-04-27target-i386: Make "level" and "xlevel" properties staticEduardo Habkost
2015-04-02target-i386: clear bsp bit when designating bspNadav Amit
2015-03-19target-i386: Haswell-noTSX and Broadwell-noTSXEduardo Habkost
2015-03-19Revert "target-i386: Disable HLE and RTM on Haswell & Broadwell"Eduardo Habkost
2015-03-17target-i386: Remove icc_bridge parameter from cpu_x86_create()Eduardo Habkost
2015-03-11Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s...Peter Maydell
2015-03-10target-i386: Clean up misuse of qdev_init() in realize methodMarkus Armbruster
2015-03-09target-i386: Require APIC ID to be explicitly set before CPU realizeEduardo Habkost