summaryrefslogtreecommitdiffstats
path: root/target-i386/helper.c
Commit message (Expand)AuthorAgeFilesLines
* target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translationLuiz Capitulino2014-03-311-0/+11
* cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber2014-03-131-1/+1
* cputlb: Change tlb_flush() argument to CPUStateAndreas Färber2014-03-131-5/+12
* cpu-exec: Change cpu_resume_from_signal() argument to CPUStateAndreas Färber2014-03-131-1/+1
* exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-2/+2
* exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-3/+8
* translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber2014-03-131-1/+1
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-1/+2
* cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber2014-03-131-3/+4
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-3/+3
* cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+3
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-131-8/+12
* target-i386: Clean up ENV_GET_CPU() usageAndreas Färber2014-03-131-1/+1
* exec: Make stl_phys_notdirty input an AddressSpaceEdgar E. Iglesias2014-02-111-8/+8
* exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-1/+2
* exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-10/+10
* exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-4/+5
* Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2014-01-101-6/+6
|\
| * target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan2013-12-231-6/+6
* | x86: only allow real mode to access 32bit without LMAAlexander Graf2013-12-231-0/+6
|/
* Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-09-231-1/+3
|\
| * target-i386: Fix segment cache dumpTobias Markus2013-09-201-1/+3
* | Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2013-09-231-2/+0
|\ \ | |/ |/|
| * cpu: Move cpu state syncs up into cpu_dump_state()James Hogan2013-09-201-2/+0
* | target-i386: fix disassembly with PAE=1, PG=0Paolo Bonzini2013-09-121-18/+16
|/
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-031-2/+1
* exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber2013-07-231-3/+5
* cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-231-1/+3
* cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-6/+9
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-3/+4
* kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber2013-06-281-2/+2
* target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2013-05-021-2/+2
* target-i386: Don't modify env->eflags around cpu_dump_stateRichard Henderson2013-03-231-1/+1
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-3/+3
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-5/+7
* target-i386: Add CC_OP_CLRRichard Henderson2013-02-191-0/+2
* target-i386: Implement ADX extensionRichard Henderson2013-02-191-0/+4
* target-i386: Implement BLSR, BLSMSK, BLSIRichard Henderson2013-02-181-1/+6
* target-i386: Move cpu_x86_init()Andreas Färber2013-02-161-24/+0
* target-i386: Update X86CPU to QOM realizefnAndreas Färber2013-02-161-1/+1
* cpu: do not use object_deletePaolo Bonzini2013-02-011-2/+2
* target-i386: Pass X86CPU to cpu_x86_set_a20()Andreas Färber2013-02-011-1/+3
* target-i386: Use switch in check_hw_breakpoints()liguang2013-01-151-12/+32
* target-i386: Avoid goto in hw_breakpoint_insert()liguang2013-01-151-6/+10
* target-i386: Introduce hw_{local,global}_breakpoint_enabled()liguang2013-01-151-3/+6
* target-i386: Define DR7 bit field constantsliguang2013-01-151-9/+9
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-7/+8
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-2/+2
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-4/+1
OpenPOWER on IntegriCloud