summaryrefslogtreecommitdiffstats
path: root/target-i386/seg_helper.c
Commit message (Expand)AuthorAgeFilesLines
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-121-1/+4
* target-i386: Introduce hw_{local,global}_breakpoint_enabled()liguang2013-01-151-1/+2
* target-i386: Define DR7 bit field constantsliguang2013-01-151-3/+3
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell2012-10-051-2/+2
* x86: switch to AREG0 free modeBlue Swirl2012-08-141-0/+4
* x86: avoid AREG0 in segmentation helpersBlue Swirl2012-08-141-114/+103
* x86: use wrappers for memory access helpersBlue Swirl2012-08-141-103/+106
* x86: avoid AREG0 for condition code helpersBlue Swirl2012-08-141-4/+4
* x86: rename op_helper.c to seg_helper.cBlue Swirl2012-06-281-0/+2475
OpenPOWER on IntegriCloud