aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-05tcg: Reorg function callsRichard Henderson
2023-01-05tcg: Use output_pref wrapper functionRichard Henderson
2023-01-05tcg: Vary the allocation size for TCGOpRichard Henderson
2023-01-05tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()Philippe Mathieu-Daudé
2023-01-05accel/tcg/plugin: Use copy_op in append_{udata,mem}_cbRichard Henderson
2023-01-05accel/tcg/plugin: Avoid duplicate copy in copy_callRichard Henderson
2023-01-05accel/tcg/plugin: Don't search for the function pointer indexRichard Henderson
2023-01-05tcg: Use TCG_CALL_ARG_EVEN for TCI special caseRichard Henderson
2023-01-05tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32Richard Henderson
2023-01-05tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64Richard Henderson
2023-01-05tcg: Introduce TCGCallReturnKind and TCGCallArgumentKindRichard Henderson
2023-01-05tcg: Introduce tcg_type_sizeRichard Henderson
2023-01-05tcg: Move TCG_TYPE_COUNT outside enumRichard Henderson
2023-01-05tcg: Allocate TCGTemp pairs in host memory orderRichard Henderson
2023-01-05tcg: Simplify calls to temp_sync vs mem_coherentRichard Henderson
2023-01-05tcg: Add temp_subindex to TCGTempRichard Henderson
2023-01-05tcg: Move TCG_{LOW,HIGH} to tcg-internal.hRichard Henderson
2023-01-05target/sparc: Avoid TCGV_{LOW,HIGH}Richard Henderson
2023-01-05accel/tcg: Set cflags_next_tb in cpu_common_initfnRichard Henderson
2023-01-05tcg: Introduce paired register allocationRichard Henderson
2023-01-04tcg: Massage process_op_defs()Philippe Mathieu-Daudé
2023-01-04tcg: Remove check_regsRichard Henderson
2023-01-04tcg: Centralize updates to reg_to_tempRichard Henderson
2023-01-04tcg: Fix tcg_reg_alloc_dup*Richard Henderson
2023-01-04tci: MAX_OPC_PARAM_IARGS is no longer usedRichard Henderson
2023-01-04tcg: Remove TCG_TARGET_STACK_GROWSUPRichard Henderson
2023-01-04tcg: Tidy tcg_reg_alloc_opRichard Henderson
2023-01-04accel/tcg: Use QEMU_IOTHREAD_LOCK_GUARD in io_readx/io_writexRichard Henderson
2023-01-04hw/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_set_irqRichard Henderson
2023-01-04target/riscv: Use QEMU_IOTHREAD_LOCK_GUARD in riscv_cpu_update_mipRichard Henderson
2023-01-04target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_interrupt_exittbRichard Henderson
2023-01-04target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interruptRichard Henderson
2023-01-04hw/mips: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_mips_irq_requestRichard Henderson
2023-01-04qemu/main-loop: Introduce QEMU_IOTHREAD_LOCK_GUARDRichard Henderson
2023-01-04tcg: Cleanup trailing whitespaceRichard Henderson
2023-01-04tcg/s390x: Fix coding stylePhilippe Mathieu-Daudé
2023-01-04meson: Move CONFIG_TCG_INTERPRETER to config_hostRichard Henderson
2023-01-04tcg: convert tcg/README to rstMark Cave-Ayland
2023-01-04.gitlab-ci.d/windows: Work-around timeout and OpenGL problems of the MSYS2 jobsThomas Huth
2023-01-04Merge tag 'pull-testing-next-231222-1' of https://gitlab.com/stsquad/qemu int...Peter Maydell
2023-01-04Merge tag 'pull-9p-20221223' of https://github.com/cschoenebeck/qemu into sta...Peter Maydell
2022-12-23gitlab-ci: Disable docs and GUIs for the build-tci and build-tcg-disabled jobsThomas Huth
2022-12-23tests/docker: use prebuilt toolchain for debian-hexagon-crossMukilan Thiyagarajan
2022-12-23tests/tcg: fix unused variable in linux-testAlex Bennée
2022-12-23configure: repeat ourselves for the benefit of CIAlex Bennée
2022-12-23gitlab: turn off verbose logging for make check on custom runnersAlex Bennée
2022-12-23configure: Fix check-tcg not executing any testsMukilan Thiyagarajan
2022-12-23hw/9pfs: Replace the direct call to xxxat() APIs with a wrapperBin Meng
2022-12-23hw/9pfs: Drop unnecessary *xattr wrapper API declarationsBin Meng
2022-12-23qemu/xattr.h: Exclude <sys/xattr.h> for WindowsBin Meng