aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson
2023-06-05target/sh4: Emit insn_start for each insn in gUSA regionRichard Henderson
2023-06-05tcg: Split helper-proto.hRichard Henderson
2023-06-05tcg: Split helper-gen.hRichard Henderson
2023-06-05tcg: Split tcg_gen_callNRichard Henderson
2023-06-05tcg: Move temp_idx and tcgv_i32_temp debug out of lineRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-06-05tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.hRichard Henderson
2023-06-05tcg: Remove outdated comments in helper-head.hRichard Henderson
2023-06-05target/hexagon: Include helper-gen.h where neededRichard Henderson
2023-06-05target/arm: Include helper-gen.h in translator.hRichard Henderson
2023-06-05tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.hRichard Henderson
2023-06-05tcg: Move TCGv, dup_const_tl definitions to tcg-op.hRichard Henderson
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson
2023-06-05target/arm: Fix test of TCG_OVERSIZED_GUESTRichard Henderson
2023-06-05tcg: Split out tcg-target-reg-bits.hRichard Henderson
2023-06-05*: Add missing includes of tcg/tcg.hRichard Henderson
2023-06-05target/*: Add missing includes of tcg/debug-assert.hRichard Henderson
2023-06-05target/avr: Add missing includes of qemu/error-report.hRichard Henderson
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson
2023-06-05tcg: Widen CPUTLBEntry comparators to 64-bitsRichard Henderson
2023-06-05tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.hRichard Henderson
2023-06-05tcg/sparc64: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-06-05tcg/s390x: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-06-05tcg/riscv: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-06-05tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-06-05linux-user: Emulate /proc/cpuinfo on s390xIlya Leoshkevich
2023-06-05linux-user/elfload: Introduce elf_hwcap_str() on s390xIlya Leoshkevich
2023-06-05linux-user/elfload: Expose get_elf_hwcap() on s390xIlya Leoshkevich
2023-06-05s390x/tcg: Fix CPU address returned by STIDPIlya Leoshkevich
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé
2023-06-05scripts: Add qom-cast-macro-clean-cocci-gen.pyPhilippe Mathieu-Daudé
2023-06-05hw/mips/malta: Fix the malta machine on big endian hostsThomas Huth
2023-06-05gitlab-ci: Remove unused Python packageCamilla Conte
2023-06-05Merge tag 'pull-block-2023-06-05' of https://gitlab.com/hreitz/qemu into stagingRichard Henderson
2023-06-05Merge tag 'qemu-sparc-20230605' of https://github.com/mcayland/qemu into stagingRichard Henderson
2023-06-05qcow2: add discard-no-unref optionJean-Louis Dupond
2023-06-05parallels: Incorrect condition in out-of-image checkAlexander Ivanov
2023-06-05parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARDAlexander Ivanov
2023-06-05parallels: Move statistic collection to a separate functionAlexander Ivanov
2023-06-05parallels: Move check of leaks to a separate functionAlexander Ivanov
2023-06-05parallels: Fix statistics calculationAlexander Ivanov
2023-06-05parallels: Move check of cluster outside image to a separate functionAlexander Ivanov
2023-06-05parallels: Move check of unclean image to a separate functionAlexander Ivanov
2023-06-05parallels: Use generic infrastructure for BAT writing in parallels_co_check()Alexander Ivanov
2023-06-05parallels: create parallels_set_bat_entry_helper() to assign BAT valueAlexander Ivanov
2023-06-05parallels: Fix image_end_offset and data_end after out-of-image checkAlexander Ivanov
2023-06-05parallels: Fix high_off calculation in parallels_co_check()Alexander Ivanov
2023-06-05parallels: Out of image offset in BAT leads to image inflationAlexander Ivanov
2023-06-05iotests/iov-padding: New testHanna Czenczek