aboutsummaryrefslogtreecommitdiff
path: root/target-i386/misc_helper.c
AgeCommit message (Expand)Author
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