aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2015-10-02cpu/apic: drop icc bus/bridgeChen Fan
2015-10-02apic: move APIC's MMIO region mapping into APICChen Fan
2015-10-02Correctly re-init EFER state during INIT IPIBill Paul
2015-10-02target-i386: add ABM to Haswell* and Broadwell* CPU modelsPaolo Bonzini
2015-10-02target-i386: get/put MSR_TSC_AUX across reset and migrationAmit Shah
2015-10-02target-i386: Make check_hw_breakpoints staticRichard Henderson
2015-10-02target-i386: Move breakpoint related functions to new fileRichard Henderson
2015-10-02target-i386: Convert kvm_default_*features to property/value pairsEduardo Habkost
2015-09-25i386: interrupt poll processingPavel Dovgalyuk
2015-09-25i386: partial revert of interrupt poll fixPavel Dovgalyuk
2015-09-25i386: Rename ELF_MACHINE to be x86 specificPeter Crosthwaite
2015-09-25hmp: implemented io apic dump state for TCGPavel Butsykin
2015-09-25hmp: added io apic dump statePavel Butsykin
2015-09-25hmp: added local apic dump statePavel Butsykin
2015-09-25utils: rename strtosz to use qemu prefixMarc-André Lureau
2015-09-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-16monitor: remove target-specific code from monitor.cPavel Butsykin
2015-09-16i386/kvm: Hyper-v crash msrs set/get'ers and migrationAndrey Smetanin
2015-09-16target-i386: move asm-x86/hyperv.h to standard-headersPaolo Bonzini
2015-09-15target-i386: exception handling for other helper functionsPavel Dovgalyuk
2015-09-15target-i386: exception handling for seg_helper functionsPavel Dovgalyuk
2015-09-15target-i386: exception handling for memory helpersPavel Dovgalyuk
2015-09-15target-i386: exception handling for div instructionsPavel Dovgalyuk
2015-09-15target-i386: exception handling for FPU instructionsPavel Dovgalyuk
2015-09-15target-i386: introduce new raise_exception functionsPavel Dovgalyuk
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic
2015-08-13target-i386: Remove x86_cpu_compat_set_features()Eduardo Habkost
2015-07-24target-i386/FPU: a misprint in helper_fistll_ST0Dmitry Poletaev
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-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite
2015-07-09translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao
2015-07-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-07-07target-i386: avoid overflow in the tsc-frequency propertyPaolo Bonzini
2015-07-07i386: Introduce ARAT CPU featureJan Kiszka
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange
2015-07-06pc: add SMM propertyPaolo Bonzini
2015-07-06target-i386: register a separate KVM address space including SMRAM regionsPaolo Bonzini
2015-07-06target-i386: add support for SMBASE MSR and SMIsPaolo Bonzini
2015-07-01kvm: First step to push iothread lock out of inner run loopJan Kiszka
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
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-22disas: Remove uses of CPU envPeter Crosthwaite
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela