summaryrefslogtreecommitdiffstats
path: root/target-i386/misc_helper.c
Commit message (Expand)AuthorAgeFilesLines
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-031-1/+1
* cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-1/+1
* target-i386: fix over 80 chars warningsliguang2013-06-151-13/+26
* target-i386/helper: remove EIP macroliguang2013-06-151-2/+2
* target-i386/helper: remove EDX macroliguang2013-06-151-4/+4
* target-i386/helper: remove ECX macroliguang2013-06-151-22/+22
* target-i386/helper: remove EBX macroliguang2013-06-151-1/+1
* target-i386/helper: remove EAX macroliguang2013-06-151-5/+5
* target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2013-05-021-7/+7
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-7/+14
* target-i386: Use switch in check_hw_breakpoints()liguang2013-01-151-1/+1
* target-i386: Define DR7 bit field constantsliguang2013-01-151-2/+2
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-1/+4
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-2/+2
* x86: switch to AREG0 free modeBlue Swirl2012-08-141-0/+4
* x86: avoid AREG0 for misc helpersBlue Swirl2012-08-141-41/+36
* x86: avoid AREG0 for condition code helpersBlue Swirl2012-08-141-1/+1
* x86: split off misc helpersBlue Swirl2012-06-281-0/+603
OpenPOWER on IntegriCloud