aboutsummaryrefslogtreecommitdiff
path: root/target-i386/helper.c
AgeCommit message (Expand)Author
2014-08-25target-i386: Don't forbid NX bit on PAE PDEs and PTEsWilliam Grant
2014-07-15target-i386: Allow execute from user mode when SMEP is enabled.Ricky Zhou
2014-06-05target-i386: cleanup x86_cpu_get_phys_page_debugPaolo Bonzini
2014-06-05target-i386: fix protection bits in the TLB for SMEPPaolo Bonzini
2014-06-05target-i386: support long addresses for 4MB pages (PSE-36)Paolo Bonzini
2014-06-05target-i386: raise page fault for reserved bits in large pagesPaolo Bonzini
2014-06-05target-i386: unify reserved bits and NX bit checkPaolo Bonzini
2014-06-05target-i386: simplify pte/vaddr calculationPaolo Bonzini
2014-06-05target-i386: raise page fault for reserved physical address bitsPaolo Bonzini
2014-06-05target-i386: test reserved PS bit on PML4EsPaolo Bonzini
2014-06-05target-i386: set correct error code for reserved bit accessPaolo Bonzini
2014-06-05target-i386: introduce support for 1 GB pagesPaolo Bonzini
2014-06-05target-i386: introduce do_check_protect labelPaolo Bonzini
2014-06-05target-i386: tweak handling of PG_NX_MASKPaolo Bonzini
2014-06-05target-i386: commonize checks for PAE and non-PAEPaolo Bonzini
2014-06-05target-i386: commonize checks for 4MB and 4KB pagesPaolo Bonzini
2014-06-05target-i386: commonize checks for 2MB and 4KB pagesPaolo Bonzini
2014-06-05target-i386: fix coding standards in x86_cpu_handle_mmu_faultPaolo Bonzini
2014-06-05target-i386: simplify SMAP handling in MMU_KSMAP_IDXPaolo Bonzini
2014-06-05target-i386: fix kernel accesses with SMAP and CPL = 3Paolo Bonzini
2014-06-05target-i386: rename KSMAP to KNOSMAPPaolo Bonzini
2014-05-13target-i386: preserve FPU and MSR state on INITPaolo Bonzini
2014-05-13kvm: forward INIT signals coming from the chipsetPaolo Bonzini
2014-03-31target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translationLuiz Capitulino
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber
2014-03-13cpu-exec: Change cpu_resume_from_signal() argument to CPUStateAndreas Färber
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2014-03-13target-i386: Clean up ENV_GET_CPU() usageAndreas Färber
2014-02-11exec: Make stl_phys_notdirty input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-01-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan
2013-12-23x86: only allow real mode to access 32bit without LMAAlexander Graf
2013-09-23Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-09-23Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2013-09-20target-i386: Fix segment cache dumpTobias Markus
2013-09-20cpu: Move cpu state syncs up into cpu_dump_state()James Hogan
2013-09-12target-i386: fix disassembly with PAE=1, PG=0Paolo Bonzini
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber