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
2021-05-26
hw/core: Constify TCGCPUOps
Richard Henderson
2021-05-26
target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failed
Richard Henderson
2021-05-26
cpu: Move CPUClass::get_paging_enabled to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
cpu: Move CPUClass::get_memory_mapping to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
cpu: Move CPUClass::write_elf* to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
cpu: Move CPUClass::get_crash_info to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
cpu: Move CPUClass::vmsd to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
cpu: Introduce SysemuCPUOps structure
Philippe Mathieu-Daudé
2021-05-26
cpu: Move AVR target vmsd field from CPUClass to DeviceClass
Philippe Mathieu-Daudé
2021-05-26
cpu: Rename CPUClass vmsd -> legacy_vmsd
Philippe Mathieu-Daudé
2021-05-26
cpu: Assert DeviceClass::vmsd is NULL on user emulation
Philippe Mathieu-Daudé
2021-05-26
cpu: Directly use get_memory_mapping() fallback handlers in place
Philippe Mathieu-Daudé
2021-05-26
cpu: Directly use get_paging_enabled() fallback handlers in place
Philippe Mathieu-Daudé
2021-05-26
cpu: Directly use cpu_write_elf*() fallback handlers in place
Philippe Mathieu-Daudé
2021-05-26
cpu: Introduce cpu_virtio_is_big_endian()
Philippe Mathieu-Daudé
2021-05-26
cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrs
Philippe Mathieu-Daudé
2021-05-26
cpu: Split as cpu-common / cpu-sysemu
Philippe Mathieu-Daudé
2021-05-26
cpu: Remove duplicated 'sysemu/hw_accel.h' header
Philippe Mathieu-Daudé
2021-05-26
tcg/aarch64: Fix tcg_out_rotl
Yasuo Kuwahara
2021-05-26
replay: fix watchpoint processing for reverse debugging
Pavel Dovgalyuk
2021-05-26
accel/tcg: Keep TranslationBlock headers local to TCG
Philippe Mathieu-Daudé
2021-05-26
accel/tcg: Reduce 'exec/tb-context.h' inclusion
Philippe Mathieu-Daudé
2021-05-26
exec/memory: Use correct type size
Philippe Mathieu-Daudé
2021-05-26
exec/memory_ldst_cached: Use correct type size
Philippe Mathieu-Daudé
2021-05-26
exec/memory_ldst_phys: Use correct type sizes
Philippe Mathieu-Daudé
2021-05-26
exec/memory_ldst: Use correct type sizes
Philippe Mathieu-Daudé
2021-05-26
exec/memory_ldst_phys: Sort declarations
Philippe Mathieu-Daudé
2021-05-26
exec/memory_ldst_cached: Sort declarations
Philippe Mathieu-Daudé
2021-05-25
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-upda...
Peter Maydell
2021-05-25
plugins/syscall: Added a table-like summary output
Mahmoud Mandour
2021-05-25
gdbstub: tidy away reverse debugging check into function
Alex Bennée
2021-05-25
hmp-commands: expand type of icount to "l" in replay commands
Alex Bennée
2021-05-25
gdbstub: Replace GdbCmdContext with plain g_array()
Alex Bennée
2021-05-25
gdbstub: Constify GdbCmdParseEntry
Philippe Mathieu-Daudé
2021-05-25
gitlab: add special rule for the hexagon container
Alex Bennée
2021-05-25
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210525'...
Peter Maydell
2021-05-25
target/arm: Enable SVE2 and related extensions
Richard Henderson
2021-05-25
linux-user/aarch64: Enable hwcap bits for sve2 and related extensions
Richard Henderson
2021-05-25
target/arm: Implement integer matrix multiply accumulate
Richard Henderson
2021-05-25
target/arm: Implement aarch32 VSUDOT, VUSDOT
Richard Henderson
2021-05-25
target/arm: Split decode of VSDOT and VUDOT
Richard Henderson
2021-05-25
target/arm: Split out do_neon_ddda
Richard Henderson
2021-05-25
target/arm: Fix decode for VDOT (indexed)
Richard Henderson
2021-05-25
target/arm: Remove unused fpst from VDOT_scalar
Richard Henderson
2021-05-25
target/arm: Split out do_neon_ddda_fpst
Richard Henderson
2021-05-25
target/arm: Implement aarch64 SUDOT, USDOT
Richard Henderson
2021-05-25
target/arm: Implement SVE2 fp multiply-add long
Stephen Long
[next]