aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2023-05-30Update copyright dates to 2023Enze Li
2023-05-30hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2Mostafa Saleh
2023-05-30hw/arm/smmuv3: Add CMDs related to stage-2Mostafa Saleh
2023-05-30hw/arm/smmuv3: Add VMID to TLB taggingMostafa Saleh
2023-05-30hw/arm/smmuv3: Parse STE config for stage-2Mostafa Saleh
2023-05-30hw/arm/smmuv3: Refactor stage-1 PTWMostafa Saleh
2023-05-30hw/arm/smmuv3: Update translation config to hold stage-2Mostafa Saleh
2023-05-30fsl-imx6: Add SNVS support for i.MX6 boardsVitaly Cheptsov
2023-05-29Merge tag 'pull-ppc-20230528' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin
2023-05-28spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin
2023-05-28ui: add helpers for virtio-multitouch eventsSergio Lopez
2023-05-28virtio-input: add a virtio-mulitouch deviceSergio Lopez
2023-05-28ui: add the infrastructure to support MT eventsSergio Lopez
2023-05-28ui/cursor: make width/height unsigned 16-bit integerMauro Matteo Cascella
2023-05-28win32: wrap socket close() with an exception handlerMarc-André Lureau
2023-05-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-05-25monitor: add more *_locked() functionsPaolo Bonzini
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson
2023-05-23tcg: Split out tcg/debug-assert.hRichard Henderson
2023-05-23accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmuRichard Henderson
2023-05-23accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson
2023-05-23include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.hRichard Henderson
2023-05-23include/host: Split out atomic128-ldst.hRichard Henderson
2023-05-23include/host: Split out atomic128-cas.hRichard Henderson
2023-05-23Merge tag 'mem-2023-05-23' of https://github.com/davidhildenbrand/qemu into s...Richard Henderson