aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-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
2023-05-30meson: Split test for __int128_t type from __int128_t arithmeticRichard Henderson1-2/+2
2023-05-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson9-111/+88
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi1-57/+0
2023-05-30virtio-scsi: implement BlockDevOps->drained_begin()Stefan Hajnoczi1-0/+14
2023-05-30block/export: don't require AioContext lock around blk_exp_ref/unref()Stefan Hajnoczi1-0/+2
2023-05-30block: drain from main loop thread in bdrv_co_yield_to_drain()Stefan Hajnoczi2-48/+49
2023-05-30block: add blk_in_drain() APIStefan Hajnoczi1-0/+1
2023-05-30block/export: wait for vhost-user-blk requests when drainingStefan Hajnoczi1-1/+3
2023-05-30util/vhost-user-server: rename refcount to in_flight counterStefan Hajnoczi1-3/+3
2023-05-30hw/qdev: introduce qdev_is_realized() helperStefan Hajnoczi1-3/+14
2023-05-30block-coroutine-wrapper: Take AioContext lock in no_co_wrappersKevin Wolf1-0/+3
2023-05-30Update copyright dates to 2023Enze Li1-1/+1
2023-05-30hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2Mostafa Saleh1-0/+1
2023-05-30hw/arm/smmuv3: Add CMDs related to stage-2Mostafa Saleh1-0/+1
2023-05-30hw/arm/smmuv3: Add VMID to TLB taggingMostafa Saleh1-2/+3
2023-05-30hw/arm/smmuv3: Parse STE config for stage-2Mostafa Saleh2-0/+4
2023-05-30hw/arm/smmuv3: Refactor stage-1 PTWMostafa Saleh1-3/+13
2023-05-30hw/arm/smmuv3: Update translation config to hold stage-2Mostafa Saleh1-3/+19
2023-05-30fsl-imx6: Add SNVS support for i.MX6 boardsVitaly Cheptsov1-0/+2
2023-05-29Merge tag 'pull-ppc-20230528' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson2-2/+4
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin1-1/+1
2023-05-28spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin1-1/+3
2023-05-28ui: add helpers for virtio-multitouch eventsSergio Lopez1-0/+5
2023-05-28virtio-input: add a virtio-mulitouch deviceSergio Lopez1-4/+5
2023-05-28ui: add the infrastructure to support MT eventsSergio Lopez1-0/+3
2023-05-28ui/cursor: make width/height unsigned 16-bit integerMauro Matteo Cascella1-2/+2
2023-05-28win32: wrap socket close() with an exception handlerMarc-André Lureau1-0/+4
2023-05-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-0/+3
2023-05-25monitor: add more *_locked() functionsPaolo Bonzini1-0/+3
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson1-3/+0
2023-05-23tcg: Split out tcg/debug-assert.hRichard Henderson2-8/+18
2023-05-23accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmuRichard Henderson1-9/+0
2023-05-23accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson1-46/+12
2023-05-23include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.hRichard Henderson1-0/+17
2023-05-23include/host: Split out atomic128-ldst.hRichard Henderson1-73/+1