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