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
2023-01-05
tcg: Reorg function calls
Richard Henderson
2023-01-05
tcg: Use output_pref wrapper function
Richard Henderson
2023-01-05
tcg: Vary the allocation size for TCGOp
Richard Henderson
2023-01-05
tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()
Philippe Mathieu-Daudé
2023-01-05
accel/tcg/plugin: Use copy_op in append_{udata,mem}_cb
Richard Henderson
2023-01-05
accel/tcg/plugin: Avoid duplicate copy in copy_call
Richard Henderson
2023-01-05
accel/tcg/plugin: Don't search for the function pointer index
Richard Henderson
2023-01-05
tcg: Use TCG_CALL_ARG_EVEN for TCI special case
Richard Henderson
2023-01-05
tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32
Richard Henderson
2023-01-05
tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64
Richard Henderson
2023-01-05
tcg: Introduce TCGCallReturnKind and TCGCallArgumentKind
Richard Henderson
2023-01-05
tcg: Introduce tcg_type_size
Richard Henderson
2023-01-05
tcg: Move TCG_TYPE_COUNT outside enum
Richard Henderson
2023-01-05
tcg: Allocate TCGTemp pairs in host memory order
Richard Henderson
2023-01-05
tcg: Simplify calls to temp_sync vs mem_coherent
Richard Henderson
2023-01-05
tcg: Add temp_subindex to TCGTemp
Richard Henderson
2023-01-05
tcg: Move TCG_{LOW,HIGH} to tcg-internal.h
Richard Henderson
2023-01-05
target/sparc: Avoid TCGV_{LOW,HIGH}
Richard Henderson
2023-01-05
accel/tcg: Set cflags_next_tb in cpu_common_initfn
Richard Henderson
2023-01-05
tcg: Introduce paired register allocation
Richard Henderson
2023-01-04
tcg: Massage process_op_defs()
Philippe Mathieu-Daudé
2023-01-04
tcg: Remove check_regs
Richard Henderson
2023-01-04
tcg: Centralize updates to reg_to_temp
Richard Henderson
2023-01-04
tcg: Fix tcg_reg_alloc_dup*
Richard Henderson
2023-01-04
tci: MAX_OPC_PARAM_IARGS is no longer used
Richard Henderson
2023-01-04
tcg: Remove TCG_TARGET_STACK_GROWSUP
Richard Henderson
2023-01-04
tcg: Tidy tcg_reg_alloc_op
Richard Henderson
2023-01-04
accel/tcg: Use QEMU_IOTHREAD_LOCK_GUARD in io_readx/io_writex
Richard Henderson
2023-01-04
hw/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_set_irq
Richard Henderson
2023-01-04
target/riscv: Use QEMU_IOTHREAD_LOCK_GUARD in riscv_cpu_update_mip
Richard Henderson
2023-01-04
target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_interrupt_exittb
Richard Henderson
2023-01-04
target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interrupt
Richard Henderson
2023-01-04
hw/mips: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_mips_irq_request
Richard Henderson
2023-01-04
qemu/main-loop: Introduce QEMU_IOTHREAD_LOCK_GUARD
Richard Henderson
2023-01-04
tcg: Cleanup trailing whitespace
Richard Henderson
2023-01-04
tcg/s390x: Fix coding style
Philippe Mathieu-Daudé
2023-01-04
meson: Move CONFIG_TCG_INTERPRETER to config_host
Richard Henderson
2023-01-04
tcg: convert tcg/README to rst
Mark Cave-Ayland
2023-01-04
.gitlab-ci.d/windows: Work-around timeout and OpenGL problems of the MSYS2 jobs
Thomas Huth
2023-01-04
Merge tag 'pull-testing-next-231222-1' of https://gitlab.com/stsquad/qemu int...
Peter Maydell
2023-01-04
Merge tag 'pull-9p-20221223' of https://github.com/cschoenebeck/qemu into sta...
Peter Maydell
2022-12-23
gitlab-ci: Disable docs and GUIs for the build-tci and build-tcg-disabled jobs
Thomas Huth
2022-12-23
tests/docker: use prebuilt toolchain for debian-hexagon-cross
Mukilan Thiyagarajan
2022-12-23
tests/tcg: fix unused variable in linux-test
Alex Bennée
2022-12-23
configure: repeat ourselves for the benefit of CI
Alex Bennée
2022-12-23
gitlab: turn off verbose logging for make check on custom runners
Alex Bennée
2022-12-23
configure: Fix check-tcg not executing any tests
Mukilan Thiyagarajan
2022-12-23
hw/9pfs: Replace the direct call to xxxat() APIs with a wrapper
Bin Meng
2022-12-23
hw/9pfs: Drop unnecessary *xattr wrapper API declarations
Bin Meng
2022-12-23
qemu/xattr.h: Exclude <sys/xattr.h> for Windows
Bin Meng
[next]