aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-06-05exec-all: Widen TranslationBlock pc and cs_base to 64-bitsRichard Henderson
2023-06-05exec-all: Widen tb_page_addr_t for user-onlyRichard Henderson
2023-06-05tcg: Split tcg/tcg-op-gvec.hRichard Henderson
2023-06-05tcg: Move TLB_FLAGS_MASK check out of get_alignment_bitsRichard Henderson
2023-06-05tcg: Add guest_mo to TCGContextRichard Henderson
2023-06-05tcg: Add insn_start_words to TCGContextRichard 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-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-05tcg: Split out tcg-target-reg-bits.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-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-05util/iov: Remove qemu_iovec_init_extended()Hanna Czenczek
2023-06-05util/iov: Make qiov_slice() publicHanna Czenczek
2023-06-05hw/arm/omap: Remove unused omap_uart_attach()Bernhard Beschow
2023-06-05hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxesJiaxun Yang
2023-06-02cutils: Adjust signature of parse_uint[_full]Eric Blake
2023-06-02runstate: drop unused runstate_store()Vladimir Sementsov-Ogievskiy
2023-06-02migration: never fail in global_state_store()Vladimir Sementsov-Ogievskiy
2023-06-02runstate: add runstate_get()Vladimir Sementsov-Ogievskiy
2023-06-01Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson
2023-06-01accel/tcg: include cs_base in our hash calculationsAlex Bennée
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée
2023-06-01*-user: remove the guest_user_syscall tracepointsAlex Bennée
2023-06-01block: remove bdrv_co_io_plug() APIStefan Hajnoczi
2023-06-01block/linux-aio: convert to blk_io_plug_call() APIStefan Hajnoczi
2023-06-01block/io_uring: convert to blk_io_plug_call() APIStefan Hajnoczi
2023-06-01block: add blk_io_plug_call() APIStefan Hajnoczi
2023-05-30Merge tag 'pull-tcg-20230530' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2023-05-30meson: Split test for __int128_t type from __int128_t arithmeticRichard Henderson
2023-05-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi
2023-05-30virtio-scsi: implement BlockDevOps->drained_begin()Stefan Hajnoczi
2023-05-30block/export: don't require AioContext lock around blk_exp_ref/unref()Stefan Hajnoczi
2023-05-30block: drain from main loop thread in bdrv_co_yield_to_drain()Stefan Hajnoczi
2023-05-30block: add blk_in_drain() APIStefan Hajnoczi
2023-05-30block/export: wait for vhost-user-blk requests when drainingStefan Hajnoczi
2023-05-30util/vhost-user-server: rename refcount to in_flight counterStefan Hajnoczi
2023-05-30hw/qdev: introduce qdev_is_realized() helperStefan Hajnoczi
2023-05-30block-coroutine-wrapper: Take AioContext lock in no_co_wrappersKevin Wolf