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-11-16
target/i386: fix hang when using slow path for ptw_setl
Pierrick Bouvier
2024-11-07
target/i386: Fix legacy page table walk
Alexander Graf
2024-10-22
target/i386: Remove ra parameter from ptw_translate
Richard Henderson
2024-10-22
target/i386: Use probe_access_full_mmu in ptw_translate
Richard Henderson
2024-10-22
target/i386: Walk NPT in guest real mode
Alexander Graf
2024-06-17
target/i386: replace read_crN helper with read_cr8
Paolo Bonzini
2024-06-08
target/i386: document incorrect semantics of watchpoint following MOV/POP SS
Paolo Bonzini
2024-06-08
target/i386: fix TF/RF handling for HLT
Paolo Bonzini
2024-06-08
target/i386: fix INHIBIT_IRQ/TF/RF handling for VMRUN
Paolo Bonzini
2024-06-08
target/i386: disable/enable breakpoints on vmentry/vmexit
Paolo Bonzini
2024-06-08
target/i386: implement DR7.GD
Paolo Bonzini
2024-06-08
target/i386: cleanup PAUSE helpers
Paolo Bonzini
2024-06-08
target/i386: cleanup HLT helpers
Paolo Bonzini
2024-05-30
accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to halt
Peter Maydell
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-03-26
target/i386/tcg: Enable page walking from MMIO memory
Gregory Price
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: use separate MMU indexes for 32-bit accesses
Paolo Bonzini
2024-02-28
target/i386: introduce function to query MMU indices
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
2024-02-14
apic, i386/tcg: add x2apic transitions
Bui Quang Minh
2024-02-14
i386/tcg: implement x2APIC registers MSR access
Bui Quang Minh
2024-01-29
target/i386: Extract x86_cpu_exec_halt() from accel/tcg/
Philippe Mathieu-Daudé
2024-01-29
target/i386: Extract x86_need_replay_interrupt() from accel/tcg/
Philippe Mathieu-Daudé
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
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
[next]