aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-05tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.hRichard Henderson2-46/+60
2023-06-05tcg: Remove outdated comments in helper-head.hRichard Henderson1-15/+3
2023-06-05target/hexagon: Include helper-gen.h where neededRichard Henderson3-1/+4
2023-06-05target/arm: Include helper-gen.h in translator.hRichard Henderson5-7/+1
2023-06-05tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.hRichard Henderson9-1008/+1007
2023-06-05tcg: Move TCGv, dup_const_tl definitions to tcg-op.hRichard Henderson3-20/+15
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson7-11/+28
2023-06-05target/arm: Fix test of TCG_OVERSIZED_GUESTRichard Henderson1-1/+6
2023-06-05tcg: Split out tcg-target-reg-bits.hRichard Henderson18-59/+162
2023-06-05*: Add missing includes of tcg/tcg.hRichard Henderson5-2/+7
2023-06-05target/*: Add missing includes of tcg/debug-assert.hRichard Henderson4-0/+4
2023-06-05target/avr: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson14-66/+110
2023-06-05tcg: Widen CPUTLBEntry comparators to 64-bitsRichard Henderson11-51/+67
2023-06-05tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.hRichard Henderson3-8/+9
2023-06-05tcg/sparc64: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-3/+4
2023-06-05tcg/s390x: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-4/+5
2023-06-05tcg/riscv: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-6/+7
2023-06-05tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-10/+11
2023-06-05Merge tag 'pull-block-2023-06-05' of https://gitlab.com/hreitz/qemu into stagingRichard Henderson11-151/+523
2023-06-05Merge tag 'qemu-sparc-20230605' of https://github.com/mcayland/qemu into stagingRichard Henderson6-18/+6
2023-06-05qcow2: add discard-no-unref optionJean-Louis Dupond5-4/+73
2023-06-05parallels: Incorrect condition in out-of-image checkAlexander Ivanov1-1/+1
2023-06-05parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARDAlexander Ivanov1-19/+14
2023-06-05parallels: Move statistic collection to a separate functionAlexander Ivanov1-22/+30
2023-06-05parallels: Move check of leaks to a separate functionAlexander Ivanov1-29/+45
2023-06-05parallels: Fix statistics calculationAlexander Ivanov1-1/+5
2023-06-05parallels: Move check of cluster outside image to a separate functionAlexander Ivanov1-26/+49
2023-06-05parallels: Move check of unclean image to a separate functionAlexander Ivanov1-10/+21
2023-06-05parallels: Use generic infrastructure for BAT writing in parallels_co_check()Alexander Ivanov1-13/+10
2023-06-05parallels: create parallels_set_bat_entry_helper() to assign BAT valueAlexander Ivanov1-3/+8
2023-06-05parallels: Fix image_end_offset and data_end after out-of-image checkAlexander Ivanov1-1/+7
2023-06-05parallels: Fix high_off calculation in parallels_co_check()Alexander Ivanov1-2/+2
2023-06-05parallels: Out of image offset in BAT leads to image inflationAlexander Ivanov1-0/+17
2023-06-05iotests/iov-padding: New testHanna Czenczek2-0/+144
2023-06-05util/iov: Remove qemu_iovec_init_extended()Hanna Czenczek2-73/+11
2023-06-05block: Collapse padded I/O vecs exceeding IOV_MAXHanna Czenczek1-15/+151
2023-06-05util/iov: Make qiov_slice() publicHanna Czenczek2-7/+10
2023-06-05hw/isa/i82378: Remove unused "io" attributeBernhard Beschow1-1/+0
2023-06-05hw/arm/omap: Remove unused omap_uart_attach()Bernhard Beschow2-10/+0
2023-06-05hw/timer/i8254_common: Share "iobase" property via base classBernhard Beschow3-7/+6
2023-06-04Merge tag 'pull-loongarch-20230605' of https://gitlab.com/gaosong/qemu into s...Richard Henderson2-4/+6
2023-06-05hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxesJiaxun Yang2-4/+6
2023-06-02Merge tag 'migration-20230602-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson5-275/+501
2023-06-02Merge tag 'pull-nbd-2023-06-01-v2' of https://repo.or.cz/qemu/ericb into stagingRichard Henderson19-730/+1983
2023-06-02cutils: Improve qemu_strtosz handling of fractionsEric Blake2-53/+87
2023-06-02cutils: Improve qemu_strtod* error pathsEric Blake2-40/+55
2023-06-02cutils: Use parse_uint in qemu_strtosz for negative rejectionEric Blake5-19/+9
2023-06-02cutils: Set value in all integral qemu_strto* error pathsEric Blake2-28/+38
2023-06-02cutils: Set value in all qemu_strtosz* error pathsEric Blake2-60/+63