aboutsummaryrefslogtreecommitdiff
path: root/target-i386/helper.c
AgeCommit message (Expand)Author
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-06-28kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost
2013-03-23target-i386: Don't modify env->eflags around cpu_dump_stateRichard Henderson
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-02-19target-i386: Add CC_OP_CLRRichard Henderson
2013-02-19target-i386: Implement ADX extensionRichard Henderson
2013-02-18target-i386: Implement BLSR, BLSMSK, BLSIRichard Henderson
2013-02-16target-i386: Move cpu_x86_init()Andreas Färber
2013-02-16target-i386: Update X86CPU to QOM realizefnAndreas Färber
2013-02-01cpu: do not use object_deletePaolo Bonzini
2013-02-01target-i386: Pass X86CPU to cpu_x86_set_a20()Andreas Färber
2013-01-15target-i386: Use switch in check_hw_breakpoints()liguang
2013-01-15target-i386: Avoid goto in hw_breakpoint_insert()liguang
2013-01-15target-i386: Introduce hw_{local,global}_breakpoint_enabled()liguang
2013-01-15target-i386: Define DR7 bit field constantsliguang
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-10-31cpus: Pass CPUState to run_on_cpu()Andreas Färber
2012-10-31target-i386: Pass X86CPU to cpu_x86_inject_mce()Andreas Färber
2012-10-30target-i386: If x86_cpu_realize() failed, report error and do cleanupIgor Mammedov
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell
2012-10-01x86: Implement SMEP and SMAPH. Peter Anvin
2012-08-09Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemuBlue Swirl
2012-08-01target-i386: move cpu halted decision into x86_cpu_resetIgor Mammedov
2012-06-28x86: avoid AREG0 for exceptionsBlue Swirl
2012-06-25target-i386: move tcg initialization into x86_cpu_initfn()Igor Mammedov
2012-06-25target-i386: drop usage of prev_debug_excp_handlerIgor Mammedov
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-06-04target-i386: Let cpu_x86_init() return X86CPUAndreas Färber
2012-06-04target-i386: Pass X86CPU to do_cpu_{init,sipi}()Andreas Färber
2012-05-12target-i386: Defer MCE initAndreas Färber
2012-04-25target-i386: Pass X86CPU to cpu_x86_register()Andreas Färber
2012-04-10target-i386: QOM'ify CPU resetAndreas Färber
2012-04-10target-i386: QOM'ify CPU initAndreas Färber
2012-04-10target-i386: QOM'ify CPUAndreas Färber
2012-03-14target-i386: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-03-11target-i386: Mask NX bit from cpu_get_phys_page_debug resultJan Kiszka
2012-03-03Merge branch 'upstream' of git://qemu.weilnetz.de/qemuBlue Swirl
2012-02-28target-i386: Clean includesStefan Weil
2012-02-18target-i386: Add infrastructure for reporting TPR MMIO accessesJan Kiszka
2011-11-02Fix X86 CPU topology in KVM modeBharata B Rao
2011-10-24i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity
2011-08-20Use glib memory allocation and free functionsAnthony Liguori