summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | block: mark bdrv_insert_node() as GRAPH_UNLOCKEDFiona Ebner2025-07-141-2/+3
| * | | block: mark bdrv_replace_child_bs() as GRAPH_UNLOCKEDFiona Ebner2025-07-141-2/+2
| * | | block/commit: mark commit_abort() as GRAPH_UNLOCKEDFiona Ebner2025-07-141-1/+1
| * | | block-backend: mark blk_io_limits_disable() as GRAPH_UNLOCKEDFiona Ebner2025-07-141-1/+1
| * | | block: mark blk_drain() as GRAPH_UNLOCKEDFiona Ebner2025-07-141-1/+1
| * | | block: mark blk_remove_bs() as GRAPH_UNLOCKEDFiona Ebner2025-07-141-1/+1
| * | | block: mark bdrv_inactivate_all() as GRAPH_UNLOCKEDFiona Ebner2025-07-141-1/+1
| * | | block: mark bdrv_inactivate() as GRAPH_RDLOCK and move drain to callersFiona Ebner2025-07-141-1/+1
| * | | block: mark bdrv_reopen_queue() and bdrv_reopen_multiple() as GRAPH_UNLOCKEDFiona Ebner2025-07-141-4/+5
| * | | block/stream: mark stream_prepare() as GRAPH_UNLOCKEDFiona Ebner2025-07-141-1/+1
| * | | block/snapshot: mark bdrv_all_delete_snapshot() as GRAPH_UNLOCKEDFiona Ebner2025-07-141-3/+3
| * | | block-backend: mark blk_drain_all() as GRAPH_UNLOCKEDFiona Ebner2025-07-141-1/+1
| * | | block: drop wrapper for bdrv_set_backing_hd_drained()Fiona Ebner2025-07-141-4/+1
| * | | block: mark bdrv_set_backing_hd() as GRAPH_UNLOCKEDFiona Ebner2025-07-141-2/+3
| * | | block: add bdrv_graph_wrlock_drained() convenience wrapperFiona Ebner2025-07-141-0/+11
| * | | block: never use atomics to access bs->quiesce_counterFiona Ebner2025-07-141-1/+1
| |/ /
* | | Merge tag 'pull-vfio-20250715' of https://github.com/legoater/qemu into stagingStefan Hajnoczi2025-07-161-0/+2
|\ \ \
| * | | vfio/migration: Max in-flight VFIO device state buffers size limitMaciej S. Szmigiero2025-07-151-0/+1
| * | | vfio/migration: Add x-migration-load-config-after-iter VFIO propertyMaciej S. Szmigiero2025-07-151-0/+1
| |/ /
* | | Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Stefan Hajnoczi2025-07-167-0/+21
|\ \ \
| * | | ui/gtk: Add scale optionWeifeng Liu2025-07-151-0/+1
| * | | ui/gtk: Add keep-aspect-ratio optionWeifeng Liu2025-07-151-0/+1
| * | | hw/display: Allow injection of virtio-gpu EDID nameAndrew Keesler2025-07-153-0/+10
| * | | ui/spice: Blit the scanout texture if its memory layout is not linearVivek Kasireddy2025-07-151-0/+3
| * | | ui/spice: Create a new texture with linear layout when gl=on is specifiedVivek Kasireddy2025-07-151-0/+1
| * | | ui/console-gl: Add a helper to create a texture with linear memory layoutVivek Kasireddy2025-07-151-0/+3
| * | | ui/spice: Add an option to submit gl_draw requests at fixed rateVivek Kasireddy2025-07-151-0/+1
| * | | ui/spice: Enable gl=on option for non-local or remote clientsVivek Kasireddy2025-07-141-0/+1
| |/ /
* | | Merge tag 'mips-20250715' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2025-07-161-1/+14
|\ \ \
| * | | esp.c: only allow ESP commands permitted in the current asc_modeMark Cave-Ayland2025-07-151-0/+8
| * | | esp.c: add asc_mode property to indicate the current ESP modeMark Cave-Ayland2025-07-151-0/+7
| * | | esp.h: remove separate ESPState typedefMark Cave-Ayland2025-07-151-2/+0
| |/ /
* | | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2025-07-1627-113/+319
|\ \ \ | |_|/ |/| |
| * | hw/cxl: mailbox-utils: 0x5604 - FMAPI Initiate DC AddAnisa Su2025-07-151-0/+4
| * | hw/cxl: Create helper function to create DC Event Records from extentsAnisa Su2025-07-152-0/+5
| * | hw/cxl: mailbox-utils: 0x5602 - FMAPI Set DC Region ConfigAnisa Su2025-07-152-0/+9
| * | hw/mem: cxl_type3: Add DC Region bitmap lockAnisa Su2025-07-151-0/+1
| * | hw/cxl: Move definition for dynamic_capacity_uuid and enum for DC event types...Anisa Su2025-07-151-0/+15
| * | hw/mem: cxl_type3: Add dsmas_flags to CXLDCRegion structAnisa Su2025-07-151-0/+15
| * | hw/cxl: mailbox-utils: 0x5600 - FMAPI Get DCD InfoAnisa Su2025-07-151-0/+1
| * | hw/cxl: fix DC extent capacity trackingFan Ni2025-07-151-1/+2
| * | hw/arm/virt: Minor code reshuffling in create_acpi_gedEric Auger2025-07-151-0/+1
| * | hw/core/sysbus: Introduce sysbus_mmio_map_name() helperEric Auger2025-07-151-0/+1
| * | hw/acpi/ged: Prepare the device to react to PCI hotplug eventsEric Auger2025-07-151-1/+13
| * | hw/acpi/pcihp: Remove root arg in acpi_pcihp_initEric Auger2025-07-151-1/+1
| * | hw/arm/virt-acpi-build: Modify the DSDT ACPI table to enable ACPI PCI hotplugEric Auger2025-07-152-0/+3
| * | hw/i386/acpi-build: Move aml_pci_edsm to a generic placeEric Auger2025-07-151-0/+1
| * | hw/i386/acpi-build: Move build_append_pci_bus_devices/pcihp_slots to pcihpEric Auger2025-07-152-1/+2
| * | hw/i386/acpi-build: Move build_append_notification_callback to pcihpEric Auger2025-07-151-0/+1
| * | hw/acpi/pcihp: Add an AmlRegionSpace arg to build_acpi_pci_hotplugEric Auger2025-07-151-1/+2