summaryrefslogtreecommitdiff
path: root/target-i386/misc_helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber1-1/+3
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber1-4/+3
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-3/+6
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan1-4/+4
2013-11-21target-i386: yield to another VCPU on PAUSEPaolo Bonzini1-2/+20
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-1/+1
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-1/+1
2013-06-15target-i386: fix over 80 chars warningsliguang1-13/+26
2013-06-15target-i386/helper: remove EIP macroliguang1-2/+2
2013-06-15target-i386/helper: remove EDX macroliguang1-4/+4
2013-06-15target-i386/helper: remove ECX macroliguang1-22/+22
2013-06-15target-i386/helper: remove EBX macroliguang1-1/+1
2013-06-15target-i386/helper: remove EAX macroliguang1-5/+5
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost1-7/+7
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-7/+14
2013-01-15target-i386: Use switch in check_hw_breakpoints()liguang1-1/+1
2013-01-15target-i386: Define DR7 bit field constantsliguang1-2/+2
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber1-1/+4
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-2/+2
2012-08-14x86: switch to AREG0 free modeBlue Swirl1-0/+4
2012-08-14x86: avoid AREG0 for misc helpersBlue Swirl1-41/+36
2012-08-14x86: avoid AREG0 for condition code helpersBlue Swirl1-1/+1
2012-06-28x86: split off misc helpersBlue Swirl1-0/+603