aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg/sysemu
AgeCommit message (Expand)AuthorFilesLines
2024-11-16target/i386: fix hang when using slow path for ptw_setlPierrick Bouvier1-0/+5
2024-11-07target/i386: Fix legacy page table walkAlexander Graf1-1/+1
2024-10-22target/i386: Remove ra parameter from ptw_translateRichard Henderson1-9/+9
2024-10-22target/i386: Use probe_access_full_mmu in ptw_translateRichard Henderson1-6/+4
2024-10-22target/i386: Walk NPT in guest real modeAlexander Graf1-3/+14
2024-06-17target/i386: replace read_crN helper with read_cr8Paolo Bonzini1-15/+5
2024-06-08target/i386: document incorrect semantics of watchpoint following MOV/POP SSPaolo Bonzini1-0/+6
2024-06-08target/i386: fix TF/RF handling for HLTPaolo Bonzini2-4/+15
2024-06-08target/i386: fix INHIBIT_IRQ/TF/RF handling for VMRUNPaolo Bonzini1-13/+33
2024-06-08target/i386: disable/enable breakpoints on vmentry/vmexitPaolo Bonzini1-10/+15
2024-06-08target/i386: implement DR7.GDPaolo Bonzini1-0/+12
2024-06-08target/i386: cleanup PAUSE helpersPaolo Bonzini1-1/+1
2024-06-08target/i386: cleanup HLT helpersPaolo Bonzini1-11/+2
2024-05-30accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to haltPeter Maydell1-1/+2
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé1-0/+1
2024-03-26target/i386/tcg: Enable page walking from MMIO memoryGregory Price1-27/+30
2024-02-28target/i386: leave the A20 bit set in the final NPT walkPaolo Bonzini1-5/+7
2024-02-28target/i386: remove unnecessary/wrong application of the A20 maskPaolo Bonzini1-13/+8
2024-02-28target/i386: Fix physical address truncationPaolo Bonzini1-7/+5
2024-02-28target/i386: use separate MMU indexes for 32-bit accessesPaolo Bonzini1-1/+2
2024-02-28target/i386: introduce function to query MMU indicesPaolo Bonzini1-2/+2
2024-02-28target/i386: check validity of VMCB addressesPaolo Bonzini2-6/+24
2024-02-28target/i386: mask high bits of CR3 in 32-bit modePaolo Bonzini1-2/+2
2024-02-14apic, i386/tcg: add x2apic transitionsBui Quang Minh1-2/+12
2024-02-14i386/tcg: implement x2APIC registers MSR accessBui Quang Minh1-0/+27
2024-01-29target/i386: Extract x86_cpu_exec_halt() from accel/tcg/Philippe Mathieu-Daudé1-0/+13
2024-01-29target/i386: Extract x86_need_replay_interrupt() from accel/tcg/Philippe Mathieu-Daudé1-0/+10
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2-5/+5
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-1/+1
2023-09-26target/i386/svm_helper: eliminate duplicate local variablePaolo Bonzini1-2/+0
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-0/+6
2023-09-01target/i386: raise FERR interrupt with iothread lockedPaolo Bonzini1-0/+6
2023-08-31target/translate: Include missing 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-06-26target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini1-3/+4
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-1/+1
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé1-1/+1
2023-04-20target/i386: Avoid unreachable variable declaration in mmu_translate()Peter Maydell1-1/+1
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson1-2/+2
2022-12-01target/i386: Always completely initialize TranslateFaultRichard Henderson1-15/+19
2022-11-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-5/+5
2022-11-02target/i386: Fix test for paging enabledRichard Henderson1-5/+5
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-1/+1
2022-10-18target/i386: Use probe_access_full for final stage2 translationRichard Henderson1-14/+28
2022-10-18target/i386: Use atomic operations for pte updatesRichard Henderson1-74/+168
2022-10-18target/i386: Combine 5 sets of variables in mmu_translateRichard Henderson1-87/+91
2022-10-18target/i386: Use MMU_NESTED_IDX for vmload/vmsaveRichard Henderson2-136/+126
2022-10-18target/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDXRichard Henderson2-29/+56
2022-10-18target/i386: Reorg GET_HPHYSRichard Henderson1-28/+95
2022-10-18target/i386: Introduce structures for mmu_translateRichard Henderson1-154/+174
2022-10-18target/i386: Direct call get_hphys from mmu_translateRichard Henderson1-8/+4