aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg/sysemu
AgeCommit message (Expand)Author
2023-09-26target/i386/svm_helper: eliminate duplicate local variablePaolo Bonzini
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-01target/i386: raise FERR interrupt with iothread lockedPaolo Bonzini
2023-08-31target/translate: Include missing 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2023-06-26target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé
2023-04-20target/i386: Avoid unreachable variable declaration in mmu_translate()Peter Maydell
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson
2022-12-01target/i386: Always completely initialize TranslateFaultRichard Henderson
2022-11-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-11-02target/i386: Fix test for paging enabledRichard Henderson
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-10-18target/i386: Use probe_access_full for final stage2 translationRichard Henderson
2022-10-18target/i386: Use atomic operations for pte updatesRichard Henderson
2022-10-18target/i386: Combine 5 sets of variables in mmu_translateRichard Henderson
2022-10-18target/i386: Use MMU_NESTED_IDX for vmload/vmsaveRichard Henderson
2022-10-18target/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDXRichard Henderson
2022-10-18target/i386: Reorg GET_HPHYSRichard Henderson
2022-10-18target/i386: Introduce structures for mmu_translateRichard Henderson
2022-10-18target/i386: Direct call get_hphys from mmu_translateRichard Henderson
2022-10-18target/i386: Use MMUAccessType across excp_helper.cRichard Henderson
2022-10-11x86: Implement MSR_CORE_THREAD_COUNT MSRAlexander Graf
2022-09-18target/i386: Raise #GP on unaligned m128 accesses when required.Paolo Bonzini
2022-06-06target/i386/tcg: Fix masking of real-mode addresses with A20 bitStephen Michael Jothen
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-03-15target/i386: Throw a #SS when loading a non-canonical ISTGareth Webb
2022-03-15target/i386: only include bits in pg_mode if they are not ignoredPaolo Bonzini
2022-03-06target/i386/tcg/sysemu: Include missing 'exec/exec-all.h' headerPhilippe Mathieu-Daudé
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2022-02-09target/i386: use CPU_LOG_INT for IRQ servicingAlex Bennée
2021-11-08target-i386: mmu: fix handling of noncanonical virtual addressesPaolo Bonzini
2021-11-08target-i386: mmu: use pg_mode instead of HF_LMA_MASKPaolo Bonzini
2021-09-14target/i386: Move x86_cpu_exec_interrupt() under sysemu/ folderPhilippe Mathieu-Daudé
2021-09-13target/i386: Added vVMLOAD and vVMSAVE featureLara Lazier
2021-09-13target/i386: Added changed priority check for VIRQLara Lazier
2021-09-13target/i386: Added ignore TPR check in ctl_has_irqLara Lazier
2021-09-13target/i386: Added VGIF V_IRQ masking capabilityLara Lazier
2021-09-13target/i386: Moved int_ctl into CPUX86State structureLara Lazier
2021-09-13target/i386: Added VGIF featureLara Lazier
2021-09-13target/i386: VMRUN and VMLOAD canonicalizationsLara Lazier
2021-08-13target/i386: Fixed size of constant for WindowsLara Lazier
2021-07-29target/i386: fix typo in ctl_has_irqPaolo Bonzini
2021-07-29target/i386: Added consistency checks for event injectionLara Lazier
2021-07-23target/i386: Added consistency checks for CR3Lara Lazier
2021-07-22target/i386: Added consistency checks for EFERLara Lazier
2021-07-22target/i386: Added consistency checks for CR4Lara Lazier
2021-07-22target/i386: Added V_INTR_PRIO check to virtual interruptsLara Lazier
2021-07-13target/i386: Tidy hw_breakpoint_removeDmitry Voronetskiy
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell