aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-11-08block: Add missing GRAPH_RDLOCK annotationsKevin Wolf
2023-11-08block: Introduce bdrv_co_change_backing_file()Kevin Wolf
2023-11-08block: Protect bs->backing with graph_lockKevin Wolf
2023-11-07block: Mark bdrv_replace_node() GRAPH_WRLOCKKevin Wolf
2023-11-07block: Mark bdrv_set_backing_hd_drained() GRAPH_WRLOCKKevin Wolf
2023-11-07block: Mark bdrv_cow_child() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_filter_child() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_chain_contains() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_skip_implicit_filters() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark block_job_add_bdrv() GRAPH_WRLOCKKevin Wolf
2023-11-07block: Mark bdrv_root_attach_child() GRAPH_WRLOCKKevin Wolf
2023-11-07block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_probe_blocksizes() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07Merge tag 'pixman-pull-request' of https://gitlab.com/marcandre.lureau/qemu i...Stefan Hajnoczi
2023-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-11-07Merge tag 'pull-xenfv.for-upstream-20231107' of git://git.infradead.org/users...Stefan Hajnoczi
2023-11-07virtio-gpu: replace PIXMAN for region/rect testMarc-André Lureau
2023-11-07ui/console: allow to override the default VCMarc-André Lureau
2023-11-07ui: add pixman-minimal.hMarc-André Lureau
2023-11-07ui: compile out some qemu-pixman functions when !PIXMANMarc-André Lureau
2023-11-07build-sys: drop needless warning pragmas for old pixmanMarc-André Lureau
2023-11-07build-sys: add a "pixman" featureMarc-André Lureau
2023-11-07hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse
2023-11-07hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse
2023-11-07hw/xen: do not repeatedly try to create a failing backend deviceDavid Woodhouse
2023-11-07hw/xen: add get_frontend_path() method to XenDeviceClassDavid Woodhouse
2023-11-07hw/xen: automatically assign device index to block devicesDavid Woodhouse
2023-11-07include: update Xen public headers to Xen 4.17.2 releaseDavid Woodhouse
2023-11-07hw/cxl: Add tunneled command support to mailbox for switch cci.Jonathan Cameron
2023-11-07hw/cxl: Add support for device sanitationDavidlohr Bueso
2023-11-07hw/cxl/mbox: Wire up interrupts for background completionDavidlohr Bueso
2023-11-07hw/cxl/mbox: Add support for background operationsDavidlohr Bueso
2023-11-07hw/cxl/mbox: Add Physical Switch Identify command.Jonathan Cameron
2023-11-07hw/cxl: Add a switch mailbox CCI functionJonathan Cameron
2023-11-07hw/pci-bridge/cxl_upstream: Move defintion of device to header.Jonathan Cameron
2023-11-07hw/cxl/mbox: Generalize the CCI command processingJonathan Cameron
2023-11-07hw/cxl/mbox: Pull the CCI definition out of the CXLDeviceStateJonathan Cameron
2023-11-07hw/cxl/mbox: Split mailbox command payload into separate input and outputJonathan Cameron
2023-11-07hw/cxl/mbox: Pull the payload out of struct cxl_cmd and make instances constantJonathan Cameron
2023-11-07hw/cxl: Line length reductionsJonathan Cameron
2023-11-07hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExtJonathan Cameron
2023-11-07virtio-sound: implement audio output (TX)Manos Pitsidianakis
2023-11-07virtio-sound: handle control messages and streamsManos Pitsidianakis
2023-11-07Add virtio-sound device stubManos Pitsidianakis
2023-11-07vhost: Add high-level state save/load functionsHanna Czenczek
2023-11-07vhost-user: Interface for migration state transferHanna Czenczek