aboutsummaryrefslogtreecommitdiff
path: root/target-i386/misc_helper.c
AgeCommit message (Expand)Author
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-03-24target-i386: implement PKE for TCGPaolo Bonzini
2016-02-13target-i386: Enable control registers for MPXRichard Henderson
2016-01-29x86: Clean up includesPeter Maydell
2015-10-02target-i386: Move breakpoint related functions to new fileRichard Henderson
2015-09-15target-i386: exception handling for other helper functionsPavel Dovgalyuk
2015-06-05target-i386: Use correct memory attributes for ioport accessesPaolo Bonzini
2014-06-05target-i386: move check_io helpers to seg_helper.cPaolo Bonzini
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-03-13cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan
2013-11-21target-i386: yield to another VCPU on PAUSEPaolo Bonzini
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-06-15target-i386: fix over 80 chars warningsliguang
2013-06-15target-i386/helper: remove EIP macroliguang
2013-06-15target-i386/helper: remove EDX macroliguang
2013-06-15target-i386/helper: remove ECX macroliguang
2013-06-15target-i386/helper: remove EBX macroliguang
2013-06-15target-i386/helper: remove EAX macroliguang
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-01-15target-i386: Use switch in check_hw_breakpoints()liguang
2013-01-15target-i386: Define DR7 bit field constantsliguang
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-08-14x86: switch to AREG0 free modeBlue Swirl
2012-08-14x86: avoid AREG0 for misc helpersBlue Swirl
2012-08-14x86: avoid AREG0 for condition code helpersBlue Swirl
2012-06-28x86: split off misc helpersBlue Swirl