summaryrefslogtreecommitdiff
path: root/target-i386/seg_helper.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber1-1/+4
2013-01-15target-i386: Introduce hw_{local,global}_breakpoint_enabled()liguang1-1/+2
2013-01-15target-i386: Define DR7 bit field constantsliguang1-3/+3
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell1-2/+2
2012-08-14x86: switch to AREG0 free modeBlue Swirl1-0/+4
2012-08-14x86: avoid AREG0 in segmentation helpersBlue Swirl1-114/+103
2012-08-14x86: use wrappers for memory access helpersBlue Swirl1-103/+106
2012-08-14x86: avoid AREG0 for condition code helpersBlue Swirl1-4/+4
2012-06-28x86: rename op_helper.c to seg_helper.cBlue Swirl1-0/+2475