aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster
2015-10-07tcg: Remove gen_intermediate_code_pcRichard Henderson
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson
2015-10-07tcg: Add TCG_MAX_INSNSRichard Henderson
2015-10-07target-*: Drop cpu_gen_code defineRichard Henderson
2015-10-07target-i386: Add cc_op state to insn_startRichard Henderson
2015-10-07target-*: Introduce and use cpu_breakpoint_testRichard Henderson
2015-10-07target-*: Increment num_insns immediately after tcg_gen_insn_startRichard Henderson
2015-10-07target-*: Unconditionally emit tcg_gen_insn_startRichard Henderson
2015-10-07tcg: Rename debug_insn_start to insn_startRichard Henderson
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