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
Age
Commit message (
Expand
)
Author
2024-02-29
linux-user: Split out target_mmap__locked
Richard Henderson
2024-02-29
linux-user: Remove qemu_host_page_size from main
Richard Henderson
2024-02-29
softmmu/physmem: Remove HOST_PAGE_ALIGN
Richard Henderson
2024-02-29
softmmu/physmem: Remove qemu_host_page_size
Richard Henderson
2024-02-29
hw/tpm: Remove HOST_PAGE_ALIGN from tpm_ppi_init
Richard Henderson
2024-02-29
migration: Remove qemu_host_page_size
Richard Henderson
2024-02-29
linux-user: Remove HOST_PAGE_ALIGN from mmap.c
Richard Henderson
2024-02-29
linux-user: Remove REAL_HOST_PAGE_ALIGN from mmap.c
Richard Henderson
2024-02-29
linux-user: Remove qemu_host_page_{size, mask} from mmap.c
Richard Henderson
2024-02-29
linux-user: Remove qemu_host_page_size from elf_core_dump
Richard Henderson
2024-02-29
linux-user/arm: Remove qemu_host_page_size from init_guest_commpage
Richard Henderson
2024-02-29
linux-user/nios2: Remove qemu_host_page_size from init_guest_commpage
Richard Henderson
2024-02-29
linux-user/hppa: Simplify init_guest_commpage
Richard Henderson
2024-02-29
linux-user: Remove qemu_host_page_size from create_elf_tables
Richard Henderson
2024-02-29
linux-user: Remove qemu_host_page_{size, mask} in probe_guest_base
Richard Henderson
2024-02-29
linux-user: Adjust SVr4 NULL page mapping
Richard Henderson
2024-02-29
accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotect
Richard Henderson
2024-02-29
tcg: Avoid double lock if page tables happen to be in mmio memory.
Jonathan Cameron
2024-02-29
accel/tcg: Set can_do_io at at start of lookup_tb_ptr helper
Peter Maydell
2024-02-29
tcg/aarch64: Apple does not align __int128_t in even registers
Richard Henderson
2024-02-29
linux-user/elfload: Unprotect regions before core dump
Richard Henderson
2024-02-29
linux-user/elfload: Rely on walk_memory_regions for vmas
Richard Henderson
2024-02-29
linux-user/elfload: Simplify vma_dump_size
Richard Henderson
2024-02-29
linux-user/elfload: Write process memory to core file in larger chunks
Richard Henderson
2024-02-29
linux-user/elfload: Write corefile elf header in one block
Richard Henderson
2024-02-29
linux-user/elfload: Size corefile before opening
Richard Henderson
2024-02-29
linux-user/elfload: Lock cpu list and mmap during elf_core_dump
Richard Henderson
2024-02-29
linux-user/elfload: Truncate core file on open
Richard Henderson
2024-02-29
linux-user/elfload: Open core file after vma_init
Richard Henderson
2024-02-29
linux-user/elfload: Latch errno before cleanup in elf_core_dump
Richard Henderson
2024-02-29
linux-user/elfload: Stack allocate struct mm_struct
Richard Henderson
2024-02-29
linux-user/elfload: Tidy fill_note_info and struct elf_note_info
Richard Henderson
2024-02-29
linux-user/elfload: Merge init_note_info and fill_note_info
Richard Henderson
2024-02-29
linux-user/elfload: Disable core dump if getrlimit fails
Richard Henderson
2024-02-28
Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu int...
Peter Maydell
2024-02-28
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2024-02-28
Merge tag 'pull-maintainer-updates-280224-1' of https://gitlab.com/stsquad/qe...
Peter Maydell
2024-02-28
docs/devel: plugins can trigger a tb flush
Pierrick Bouvier
2024-02-28
docs/devel: document some plugin assumptions
Alex Bennée
2024-02-28
docs/devel: lift example and plugin API sections up
Alex Bennée
2024-02-28
contrib/plugins: extend execlog to track register changes
Alex Bennée
2024-02-28
contrib/plugins: fix imatch
Alex Bennée
2024-02-28
tests/tcg: expand insn test case to exercise register API
Alex Bennée
2024-02-28
plugins: add an API to read registers
Alex Bennée
2024-02-28
plugins: create CPUPluginState and migrate plugin_mask
Alex Bennée
2024-02-28
gdbstub: expose api to find registers
Alex Bennée
2024-02-28
plugins: Use different helpers when reading registers
Akihiko Odaki
2024-02-28
cpu: call plugin init hook asynchronously
Pierrick Bouvier
2024-02-28
linux-user: ensure nios2 processes queued work
Alex Bennée
2024-02-28
plugins: fix order of init/idle/resume callback
Pierrick Bouvier
[next]