summaryrefslogtreecommitdiffstats
path: root/target-i386/misc_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target-i386: Move breakpoint related functions to new fileRichard Henderson2015-10-021-34/+0
* target-i386: exception handling for other helper functionsPavel Dovgalyuk2015-09-151-4/+4
* target-i386: Use correct memory attributes for ioport accessesPaolo Bonzini2015-06-051-13/+46
* target-i386: move check_io helpers to seg_helper.cPaolo Bonzini2014-06-051-42/+0
* softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-051-4/+1
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-1/+1
* cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber2014-03-131-1/+3
* cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber2014-03-131-4/+3
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-3/+6
* target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan2013-12-231-4/+4
* target-i386: yield to another VCPU on PAUSEPaolo Bonzini2013-11-211-2/+20
* 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