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
/
include
/
exec
Age
Commit message (
Expand
)
Author
2022-10-04
accel/tcg: Introduce TARGET_TB_PCREL
Richard Henderson
2022-10-04
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2022-10-04
include/hw/core: Create struct CPUJumpCache
Richard Henderson
2022-10-03
accel/tcg: Use DisasContextBase in plugin_gen_tb_start
Richard Henderson
2022-10-03
include/exec: Introduce TARGET_PAGE_ENTRY_EXTRA
Richard Henderson
2022-10-03
accel/tcg: Introduce tlb_set_page_full
Richard Henderson
2022-10-03
accel/tcg: Introduce probe_access_full
Richard Henderson
2022-10-03
accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull
Richard Henderson
2022-09-27
linux-user: Passthrough MADV_DONTNEED for certain file mappings
Ilya Leoshkevich
2022-09-06
accel/tcg: Add fast path for translator_ld*
Richard Henderson
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-09-06
accel/tcg: Remove translator_ldsw
Richard Henderson
2022-09-06
accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c
Richard Henderson
2022-09-06
accel/tcg: Make tb_htable_lookup static
Richard Henderson
2022-09-06
accel/tcg: Properly implement get_page_addr_code for user-only
Richard Henderson
2022-09-06
accel/tcg: Introduce is_same_page()
Ilya Leoshkevich
2022-08-11
linux-user/aarch64: Reset target data on MADV_DONTNEED
Vitaly Buka
2022-07-20
softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
Hyman Huang(黄勇)
2022-07-20
cpus: Introduce cpu_list_generation_id
Hyman Huang(黄勇)
2022-07-05
disas: Remove libvixl disassembler
Thomas Huth
2022-06-28
gdbstub: Adjust gdb_syscall_complete_cb declaration
Richard Henderson
2022-06-28
semihosting: Split out semihost_sys_lseek
Richard Henderson
2022-06-28
include/exec: Define errno values in gdbstub.h
Richard Henderson
2022-06-28
include/exec: Move gdb_stat and gdb_timeval to gdbstub.h
Richard Henderson
2022-06-28
include/exec: Move gdb open flags to gdbstub.h
Richard Henderson
2022-06-28
semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h
Richard Henderson
2022-06-15
vfio-user: handle PCI BAR accesses
Jagannathan Raman
2022-06-11
accel/tcg: Inline dump_opcount_info() and remove it
Bernhard Beschow
2022-06-11
accel/tcg/cpu-exec: Unexport dump_drift_info()
Bernhard Beschow
2022-06-06
hw/loongarch: Add support loongson3 virt machine type.
Xiaojuan Yang
2022-05-11
Clean up decorations and whitespace around header guards
Markus Armbruster
2022-05-11
Normalize header guard symbol definition
Markus Armbruster
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-04-20
include/exec/log: Do not reference QemuLogFile directly
Richard Henderson
2022-04-20
linux-user: Expand log_page_dump inline
Richard Henderson
2022-04-20
exec/log: Remove log_disas and log_target_disas
Richard Henderson
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
2022-04-20
*: Use fprintf between qemu_log_trylock/unlock
Richard Henderson
2022-04-20
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2022-04-06
include: move target page bits declaration to page-vary.h
Marc-André Lureau
2022-04-06
include: move cpu_exec* declarations to cpu-common.h
Marc-André Lureau
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-03-21
softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERROR
Philippe Mathieu-Daudé
2022-03-16
softmmu: List CPU types again
Philippe Mathieu-Daudé
2022-03-06
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
2022-03-06
exec/cpu_ldst: Include 'cpu.h' to get target_ulong definition
Philippe Mathieu-Daudé
2022-03-06
exec/cpu: Make address_space_init/reloading_memory_map target agnostic
Philippe Mathieu-Daudé
2022-03-06
exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnostic
Philippe Mathieu-Daudé
[next]