aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-05exec/poison: Do not poison CONFIG_SOFTMMURichard Henderson1-1/+0
2023-06-05plugins: Drop unused headers from exec/plugin-gen.hRichard Henderson1-2/+0
2023-06-05plugins: Move plugin_insn_append to translator.cRichard Henderson1-22/+0
2023-06-05tcg: Remove target-specific headers from tcg.[ch]Richard Henderson1-1/+0
2023-06-05tcg: Move env defines out of NEED_CPU_H in helper-head.hRichard Henderson1-3/+3
2023-06-05accel/tcg: Tidy includes for translator.[ch]Richard Henderson1-5/+1
2023-06-05accel/tcg: Move translator_fake_ldb out of lineRichard Henderson1-7/+1
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson2-6/+10
2023-06-05accel/tcg: Move most of gen-icount.h into translator.cRichard Henderson1-78/+1
2023-06-05include/exec: Remove CODE_GEN_AVG_BLOCK_SIZERichard Henderson1-10/+0
2023-06-05tcg: Spit out exec/translation-block.hRichard Henderson2-131/+150
2023-06-05exec-all: Widen TranslationBlock pc and cs_base to 64-bitsRichard Henderson1-2/+2
2023-06-05exec-all: Widen tb_page_addr_t for user-onlyRichard Henderson1-2/+2
2023-06-05tcg: Split tcg/tcg-op-gvec.hRichard Henderson2-434/+436
2023-06-05tcg: Move TLB_FLAGS_MASK check out of get_alignment_bitsRichard Henderson2-4/+3
2023-06-05tcg: Add guest_mo to TCGContextRichard Henderson1-0/+1
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson4-14/+26
2023-06-05tcg: Split helper-proto.hRichard Henderson4-65/+96
2023-06-05tcg: Split helper-gen.hRichard Henderson4-98/+125
2023-06-05tcg: Split tcg_gen_callNRichard Henderson2-21/+33
2023-06-05tcg: Move temp_idx and tcgv_i32_temp debug out of lineRichard Henderson1-14/+16
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson6-104/+145
2023-06-05tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.hRichard Henderson1-0/+59
2023-06-05tcg: Remove outdated comments in helper-head.hRichard Henderson1-15/+3
2023-06-05tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.hRichard Henderson2-1000/+1000
2023-06-05tcg: Move TCGv, dup_const_tl definitions to tcg-op.hRichard Henderson2-20/+14
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson3-11/+24
2023-06-05tcg: Split out tcg-target-reg-bits.hRichard Henderson1-11/+1
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson3-38/+58
2023-06-05tcg: Widen CPUTLBEntry comparators to 64-bitsRichard Henderson2-30/+26
2023-06-05tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.hRichard Henderson2-7/+8
2023-06-05Merge tag 'pull-block-2023-06-05' of https://gitlab.com/hreitz/qemu into stagingRichard Henderson1-5/+3
2023-06-05Merge tag 'qemu-sparc-20230605' of https://github.com/mcayland/qemu into stagingRichard Henderson1-1/+0
2023-06-05util/iov: Remove qemu_iovec_init_extended()Hanna Czenczek1-5/+0
2023-06-05util/iov: Make qiov_slice() publicHanna Czenczek1-0/+3
2023-06-05hw/arm/omap: Remove unused omap_uart_attach()Bernhard Beschow1-1/+0
2023-06-05hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxesJiaxun Yang1-1/+3
2023-06-02cutils: Adjust signature of parse_uint[_full]Eric Blake1-3/+2
2023-06-02runstate: drop unused runstate_store()Vladimir Sementsov-Ogievskiy1-1/+0
2023-06-02migration: never fail in global_state_store()Vladimir Sementsov-Ogievskiy1-1/+1
2023-06-02runstate: add runstate_get()Vladimir Sementsov-Ogievskiy1-0/+1
2023-06-01Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson4-38/+3
2023-06-01accel/tcg: include cs_base in our hash calculationsAlex Bennée1-6/+17
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée2-8/+0
2023-06-01*-user: remove the guest_user_syscall tracepointsAlex Bennée1-4/+0
2023-06-01block: remove bdrv_co_io_plug() APIStefan Hajnoczi2-14/+0
2023-06-01block/linux-aio: convert to blk_io_plug_call() APIStefan Hajnoczi1-7/+0
2023-06-01block/io_uring: convert to blk_io_plug_call() APIStefan Hajnoczi1-7/+0
2023-06-01block: add blk_io_plug_call() APIStefan Hajnoczi1-10/+3
2023-05-30Merge tag 'pull-tcg-20230530' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-2/+2