index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
tcg
/
sysemu
Age
Commit message (
Expand
)
Author
2024-03-27
target/i386/tcg: Enable page walking from MMIO memory
Gregory Price
2024-03-21
target/i386: use separate MMU indexes for 32-bit accesses
Paolo Bonzini
2024-03-21
target/i386: introduce function to query MMU indices
Paolo Bonzini
2024-02-28
target/i386: leave the A20 bit set in the final NPT walk
Paolo Bonzini
2024-02-28
target/i386: remove unnecessary/wrong application of the A20 mask
Paolo Bonzini
2024-02-28
target/i386: Fix physical address truncation
Paolo Bonzini
2024-02-28
target/i386: check validity of VMCB addresses
Paolo Bonzini
2024-02-28
target/i386: mask high bits of CR3 in 32-bit mode
Paolo Bonzini
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-09-26
target/i386/svm_helper: eliminate duplicate local variable
Paolo Bonzini
2023-09-07
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2023-09-01
target/i386: raise FERR interrupt with iothread locked
Paolo Bonzini
2023-08-31
target/translate: Include missing 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
2023-06-26
target/i386: implement SYSCALL/SYSRET in 32-bit emulators
Paolo Bonzini
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-20
meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
Philippe Mathieu-Daudé
2023-04-20
target/i386: Avoid unreachable variable declaration in mmu_translate()
Peter Maydell
2023-02-28
accel/tcg: Add 'size' param to probe_access_full
Richard Henderson
2022-12-01
target/i386: Always completely initialize TranslateFault
Richard Henderson
2022-11-03
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-11-02
target/i386: Fix test for paging enabled
Richard Henderson
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2022-10-18
target/i386: Use probe_access_full for final stage2 translation
Richard Henderson
2022-10-18
target/i386: Use atomic operations for pte updates
Richard Henderson
2022-10-18
target/i386: Combine 5 sets of variables in mmu_translate
Richard Henderson
2022-10-18
target/i386: Use MMU_NESTED_IDX for vmload/vmsave
Richard Henderson
2022-10-18
target/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDX
Richard Henderson
2022-10-18
target/i386: Reorg GET_HPHYS
Richard Henderson
2022-10-18
target/i386: Introduce structures for mmu_translate
Richard Henderson
2022-10-18
target/i386: Direct call get_hphys from mmu_translate
Richard Henderson
2022-10-18
target/i386: Use MMUAccessType across excp_helper.c
Richard Henderson
2022-10-11
x86: Implement MSR_CORE_THREAD_COUNT MSR
Alexander Graf
2022-09-18
target/i386: Raise #GP on unaligned m128 accesses when required.
Paolo Bonzini
2022-06-06
target/i386/tcg: Fix masking of real-mode addresses with A20 bit
Stephen Michael Jothen
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-03-15
target/i386: Throw a #SS when loading a non-canonical IST
Gareth Webb
2022-03-15
target/i386: only include bits in pg_mode if they are not ignored
Paolo Bonzini
2022-03-06
target/i386/tcg/sysemu: Include missing 'exec/exec-all.h' header
Philippe Mathieu-Daudé
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-09
target/i386: use CPU_LOG_INT for IRQ servicing
Alex Bennée
2021-11-08
target-i386: mmu: fix handling of noncanonical virtual addresses
Paolo Bonzini
2021-11-08
target-i386: mmu: use pg_mode instead of HF_LMA_MASK
Paolo Bonzini
2021-09-14
target/i386: Move x86_cpu_exec_interrupt() under sysemu/ folder
Philippe Mathieu-Daudé
2021-09-13
target/i386: Added vVMLOAD and vVMSAVE feature
Lara Lazier
2021-09-13
target/i386: Added changed priority check for VIRQ
Lara Lazier
2021-09-13
target/i386: Added ignore TPR check in ctl_has_irq
Lara Lazier
2021-09-13
target/i386: Added VGIF V_IRQ masking capability
Lara Lazier
2021-09-13
target/i386: Moved int_ctl into CPUX86State structure
Lara Lazier
2021-09-13
target/i386: Added VGIF feature
Lara Lazier
2021-09-13
target/i386: VMRUN and VMLOAD canonicalizations
Lara Lazier
[next]