aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-28target/sparc: Use DYNAMIC_PC_LOOKUP for conditional branchesRichard Henderson
2023-06-28target/sparc: Introduce DYNAMIC_PC_LOOKUPRichard Henderson
2023-06-28target/sparc: Drop inline markers from translate.cRichard Henderson
2023-06-28target/sparc: Fix npc comparison in sparc_tr_insn_startRichard Henderson
2023-06-28target/sparc: Use tcg_gen_lookup_and_goto_ptr in gen_goto_tbRichard Henderson
2023-06-28Revert "hw/sparc64/niagara: Use blk_name() instead of open-coding it"Markus Armbruster
2023-06-28Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Richard Henderson
2023-06-28docs: update hw/nvme documentation for TP4146Klaus Jensen
2023-06-28hw/nvme: add placement handle list rangesKlaus Jensen
2023-06-28hw/nvme: verify uniqueness of reclaim unit handle identifiersKlaus Jensen
2023-06-28hw/nvme: fix verification of number of ruhisKlaus Jensen
2023-06-28hw/nvme: check maximum copy length (MCL) for COPYMinwoo Im
2023-06-28hw/nvme: consider COPY command in nvme_aio_errMinwoo Im
2023-06-28hw/nvme: add comment for nvme-ns propertiesMinwoo Im
2023-06-28block: use bdrv_co_debug_event in coroutine contextPaolo Bonzini
2023-06-28block: use bdrv_co_getlength in coroutine contextPaolo Bonzini
2023-06-28qcow2: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28vhdx: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28vmdk: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28dmg: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28cloop: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28block: mark another function as coroutine_fns and GRAPH_UNLOCKEDPaolo Bonzini
2023-06-28bochs: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28vpc: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28qed: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28file-posix: remove incorrect coroutine_fn callsPaolo Bonzini
2023-06-28Revert "graph-lock: Disable locking for now"Kevin Wolf
2023-06-28graph-lock: Unlock the AioContext while pollingKevin Wolf
2023-06-28blockjob: Fix AioContext locking in block_job_add_bdrv()Kevin Wolf
2023-06-28block: Fix AioContext locking in bdrv_open_backing_file()Kevin Wolf
2023-06-28block: Fix AioContext locking in bdrv_open_inherit()Kevin Wolf
2023-06-28block: Fix AioContext locking in bdrv_reopen_parse_file_or_backing()Kevin Wolf
2023-06-28block: Fix AioContext locking in bdrv_attach_child_common()Kevin Wolf
2023-06-28block: Fix AioContext locking in bdrv_open_child()Kevin Wolf
2023-06-28test-block-iothread: Lock AioContext for blk_insert_bs()Kevin Wolf
2023-06-28qdev-properties-system: Lock AioContext for blk_insert_bs()Kevin Wolf
2023-06-28iotests: Test active commit with iothread and background I/OKevin Wolf
2023-06-28Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Richard Henderson
2023-06-27ui/dbus: use shared D3D11 Texture2D when possibleMarc-André Lureau
2023-06-27virtio-gpu-virgl: use D3D11_SHARE_TEXTURE when availableMarc-André Lureau
2023-06-27ui: add optional d3d texture pointer to scanout textureMarc-André Lureau
2023-06-27ui/egl: query ANGLE d3d deviceMarc-André Lureau
2023-06-27virtio-gpu-virgl: teach it to get the QEMU EGL displayMarc-André Lureau
2023-06-27ui/dbus: add some GL tracesMarc-André Lureau
2023-06-27ui/dbus: add GL support on win32Marc-André Lureau
2023-06-27ui: add egl_fb_read_rect()Marc-André Lureau
2023-06-27ui/egl: default to GLES on windowsMarc-André Lureau
2023-06-27ui: add egl-headless support on win32Marc-André Lureau
2023-06-27ui/dbus: use shared memory when possible on win32Marc-André Lureau
2023-06-27virtio-gpu/win32: allocate shareable 2d resources/imagesMarc-André Lureau