- e0eeb4a cpus: pass CPUState to run_on_cpu helpers by Alex Bennée · 9 years ago
- 0c33682 target-i386: Move user-mode exception actions out of user-exec.c by Peter Maydell · 9 years ago
- 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
- 44d066a target-i386: check for PKU even for non-writable pages by Paolo Bonzini · 9 years ago
- 0f70ed4 target-i386: implement PKE for TCG by Paolo Bonzini · 9 years ago
- f4f1110 target-i386: Enable control registers for MPX by Richard Henderson · 10 years ago
- 19dc85d target-i386: Add XSAVE extension by Richard Henderson · 10 years ago
- 388ee48 target-i386: fix PSE36 mode by Paolo Bonzini · 9 years ago
- b6a0aa0 x86: Clean up includes by Peter Maydell · 9 years ago
- 19cbd87 target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_* by Eduardo Habkost · 9 years ago
- 76c64d3 target-i386: do not duplicate page protection checks by Paolo Bonzini · 9 years ago
- ba4b5c6 target-i386: Move breakpoint related functions to new file by Richard Henderson · 9 years ago
- 1f871d4 hmp: added local apic dump state by Pavel Butsykin · 9 years ago
- b216aa6 target-i386: Use correct memory attributes for memory accesses by Paolo Bonzini · 10 years ago
- f794aa4 target-i386: introduce cpu_get_mem_attrs by Paolo Bonzini · 10 years ago
- 339aaf5 qemu-log: add log category for MMU info by Antony Pavlov · 10 years ago
- 374e0cd target-i386: Use cpu_exec_enter/exit qom hooks by Richard Henderson · 10 years ago
- 86025ee cpu-exec: Make debug_excp_handler a QOM CPU method by Peter Maydell · 10 years ago
- 1844e68 target-i386: Don't forbid NX bit on PAE PDEs and PTEs by William Grant · 10 years ago
- b4bda1a target-i386: Allow execute from user mode when SMEP is enabled. by Ricky Zhou · 11 years ago
- 16b96f8 target-i386: cleanup x86_cpu_get_phys_page_debug by Paolo Bonzini · 11 years ago
- b09481d target-i386: fix protection bits in the TLB for SMEP by Paolo Bonzini · 11 years ago
- de431a6 target-i386: support long addresses for 4MB pages (PSE-36) by Paolo Bonzini · 11 years ago
- eaad03e target-i386: raise page fault for reserved bits in large pages by Paolo Bonzini · 11 years ago
- e2a32eb target-i386: unify reserved bits and NX bit check by Paolo Bonzini · 11 years ago
- e7e898a target-i386: simplify pte/vaddr calculation by Paolo Bonzini · 11 years ago
- e8f6d00 target-i386: raise page fault for reserved physical address bits by Paolo Bonzini · 11 years ago
- b728464 target-i386: test reserved PS bit on PML4Es by Paolo Bonzini · 11 years ago
- c1eb2fa target-i386: set correct error code for reserved bit access by Paolo Bonzini · 11 years ago
- 77549a7 target-i386: introduce support for 1 GB pages by Paolo Bonzini · 11 years ago
- b052e45 target-i386: introduce do_check_protect label by Paolo Bonzini · 11 years ago
- 870a706 target-i386: tweak handling of PG_NX_MASK by Paolo Bonzini · 11 years ago
- 7c82256 target-i386: commonize checks for PAE and non-PAE by Paolo Bonzini · 11 years ago
- 487cad8 target-i386: commonize checks for 4MB and 4KB pages by Paolo Bonzini · 11 years ago
- 00cc3e1 target-i386: commonize checks for 2MB and 4KB pages by Paolo Bonzini · 11 years ago
- 843408b target-i386: fix coding standards in x86_cpu_handle_mmu_fault by Paolo Bonzini · 11 years ago
- f57584d target-i386: simplify SMAP handling in MMU_KSMAP_IDX by Paolo Bonzini · 11 years ago
- 8a201bd target-i386: fix kernel accesses with SMAP and CPL = 3 by Paolo Bonzini · 11 years ago
- 43773ed target-i386: rename KSMAP to KNOSMAP by Paolo Bonzini · 11 years ago
- 43175fa target-i386: preserve FPU and MSR state on INIT by Paolo Bonzini · 12 years ago
- e0723c4 kvm: forward INIT signals coming from the chipset by Paolo Bonzini · 12 years ago
- c8c14bc target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation by Luiz Capitulino · 11 years ago
- 0c591eb cputlb: Change tlb_set_page() argument to CPUState by Andreas Färber · 11 years ago
- 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 11 years ago
- 0ea8cb8 cpu-exec: Change cpu_resume_from_signal() argument to CPUState by Andreas Färber · 11 years ago
- b3310ab exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 11 years ago
- 75a3403 exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 11 years ago
- 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 11 years ago
- f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
- ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
- 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
- 93afead cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
- 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 11 years ago
- 19d6ca1 target-i386: Clean up ENV_GET_CPU() usage by Andreas Färber · 11 years ago
- 2198a12 exec: Make stl_phys_notdirty input an AddressSpace by Edgar E. Iglesias · 11 years ago
- f606604 exec: Make stq_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
- 2c17449 exec: Make ldq/ldub_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
- fdfba1a exec: Make ldl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
- 4cddc7f Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 11 years ago
- 02e5148 target-i386: Move apic_state field from CPUX86State to X86CPU by Chen Fan · 11 years ago
- 33dfdb5 x86: only allow real mode to access 32bit without LMA by Alexander Graf · 11 years ago
- 2e6ae66 Merge remote-tracking branch 'mjt/trivial-patches' into staging by Anthony Liguori · 11 years ago
- 3e4be9c Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 11 years ago
- 469936a target-i386: Fix segment cache dump by Tobias Markus · 11 years ago
- 97577fd cpu: Move cpu state syncs up into cpu_dump_state() by James Hogan · 11 years ago
- f2f8560 target-i386: fix disassembly with PAE=1, PG=0 by Paolo Bonzini · 11 years ago
- bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
- f17ec44 exec: Change cpu_memory_rw_debug() argument to CPUState by Andreas Färber · 12 years ago
- 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
- 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
- 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
- cb446ec kvm: Change cpu_synchronize_state() argument to CPUState by Andreas Färber · 12 years ago
- 0514ef2 target-i386: Replace cpuid_*features fields with a feature word array by Eduardo Habkost · 12 years ago
- 4980ef9 target-i386: Don't modify env->eflags around cpu_dump_state by Richard Henderson · 12 years ago
- c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
- 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
- 436ff2d target-i386: Add CC_OP_CLR by Richard Henderson · 12 years ago
- cd7f97c target-i386: Implement ADX extension by Richard Henderson · 12 years ago
- bc4b43d target-i386: Implement BLSR, BLSMSK, BLSI by Richard Henderson · 12 years ago
- 5c3c6a6 target-i386: Move cpu_x86_init() by Andreas Färber · 12 years ago
- 2b6f294 target-i386: Update X86CPU to QOM realizefn by Andreas Färber · 12 years ago
- 5c09953 cpu: do not use object_delete by Paolo Bonzini · 12 years ago
- cc36a7a target-i386: Pass X86CPU to cpu_x86_set_a20() by Andreas Färber · 12 years ago
- e175bce target-i386: Use switch in check_hw_breakpoints() by liguang · 12 years ago
- 1cc21a1 target-i386: Avoid goto in hw_breakpoint_insert() by liguang · 12 years ago
- 5902564 target-i386: Introduce hw_{local,global}_breakpoint_enabled() by liguang · 12 years ago
- 428065c target-i386: Define DR7 bit field constants by liguang · 12 years ago
- 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
- 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
- 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
- a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
- f100f0b cpus: Pass CPUState to run_on_cpu() by Andreas Färber · 13 years ago
- 8c5cf3b target-i386: Pass X86CPU to cpu_x86_inject_mce() by Andreas Färber · 13 years ago
- ff287bb target-i386: If x86_cpu_realize() failed, report error and do cleanup by Igor Mammedov · 12 years ago
- a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
- 6fd2a02 cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic by Peter Maydell · 12 years ago
- a9321a4 x86: Implement SMEP and SMAP by H. Peter Anvin · 12 years ago
- d3da41e Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemu by Blue Swirl · 13 years ago
- dd67328 target-i386: move cpu halted decision into x86_cpu_reset by Igor Mammedov · 13 years ago
- 77b2bc2 x86: avoid AREG0 for exceptions by Blue Swirl · 13 years ago