aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-19mkvenv: pass first missing package to diagnose()Paolo Bonzini1-12/+25
2023-05-19configure: fix backwards-compatibility for meson sphinx_build optionPaolo Bonzini1-0/+8
2023-05-19build: rebuild build.ninja using "meson setup --reconfigure"Paolo Bonzini1-3/+3
2023-05-19mkvenv: replace distlib.database with importlib.metadata/pkg_resourcesPaolo Bonzini2-54/+65
2023-05-19remove remaining traces of meson submodulePaolo Bonzini2-5/+1
2023-05-19iotests: Test commit with iothreads and ongoing I/OKevin Wolf3-6/+58
2023-05-19nbd/server: Fix drained_poll to wake coroutine in right AioContextKevin Wolf3-8/+38
2023-05-19graph-lock: Disable locking for nowKevin Wolf1-0/+24
2023-05-19tested: add test for nested aio_poll() in poll handlersStefan Hajnoczi2-1/+134
2023-05-19aio-posix: do not nest poll handlersStefan Hajnoczi1-0/+11
2023-05-19iotests/245: Check if 'compress' driver is availableKevin Wolf2-11/+5
2023-05-19graph-lock: Honour read locks even in the main threadKevin Wolf1-10/+0
2023-05-19blockjob: Adhere to rate limit even when reentered earlyKevin Wolf5-29/+44
2023-05-19test-bdrv-drain: Call bdrv_co_unref() in coroutine contextKevin Wolf1-1/+1
2023-05-19test-bdrv-drain: Take graph lock more selectivelyKevin Wolf1-2/+2
2023-05-19qemu-img: Take graph lock more selectivelyKevin Wolf1-2/+3
2023-05-19qcow2: Unlock the graph in qcow2_do_open() where necessaryKevin Wolf1-0/+6
2023-05-19block/export: Fix null pointer dereference in error pathKevin Wolf1-2/+4
2023-05-19block: Call .bdrv_co_create(_opts) unlockedKevin Wolf14-70/+78
2023-05-19docs/interop/qcow2.txt: fix description about "zlib" clustersAkihiro Suda1-3/+7
2023-05-19blockdev: qmp_transaction: drop extra generic layerVladimir Sementsov-Ogievskiy1-180/+85
2023-05-19blockdev: use state.bitmap in block-dirty-bitmap-add actionVladimir Sementsov-Ogievskiy1-9/+4
2023-05-19blockdev: transaction: refactor handling transaction propertiesVladimir Sementsov-Ogievskiy1-74/+22
2023-05-19blockdev: qmp_transaction: refactor loop to classic forVladimir Sementsov-Ogievskiy1-6/+3
2023-05-19blockdev: transactions: rename some thingsVladimir Sementsov-Ogievskiy1-15/+15
2023-05-19blockdev: refactor transaction to use Transaction APIVladimir Sementsov-Ogievskiy1-131/+178
2023-05-19Revert "arm/kvm: add support for MTE"Peter Maydell6-107/+34
2023-05-19hw/i386/pc: No need for rtc_state to be an out-parameterBernhard Beschow4-9/+9
2023-05-19hw/i386/pc: Create RTC controllers in south bridgesBernhard Beschow8-1/+51
2023-05-19hw/cxl: Introduce cxl_device_get_timestamp() utility functionIra Weiny3-10/+18
2023-05-19hw/cxl: rename mailbox return code type from ret_code to CXLRetCodeJonathan Cameron1-32/+32
2023-05-19hw/pci-bridge: make building pcie-to-pci bridge configurableSebastian Ott2-1/+7
2023-05-19virtio-pci: add handling of PCI ATS and Device-TLB enable/disableViktor Prutyanov2-0/+38
2023-05-19hw/pci-host/pam: Make init_pam() usage more readableBernhard Beschow4-17/+18
2023-05-19hw/i386/pc: Initialize ram_memory variable directlyBernhard Beschow4-9/+4
2023-05-19hw/i386/pc_{q35,piix}: Minimize usage of get_system_memory()Bernhard Beschow2-4/+5
2023-05-19hw/i386/pc_{q35,piix}: Reuse MachineClass::desc as SMB product nameBernhard Beschow2-2/+2
2023-05-19hw/i386/pc_q35: Reuse machine parameterBernhard Beschow1-1/+1
2023-05-19hw/pci-host/q35: Inline sysbus_add_io()Bernhard Beschow1-2/+4
2023-05-19hw/pci-host/i440fx: Inline sysbus_add_io()Bernhard Beschow1-2/+3
2023-05-19vhost-vdpa: Add support for vIOMMU.Cindy Lu2-7/+149
2023-05-19vhost-vdpa: Add check for full 64-bit in region deleteCindy Lu1-1/+19
2023-05-19vhost_vdpa: fix the input in trace_vhost_vdpa_listener_region_del()Cindy Lu1-1/+2
2023-05-19vhost: expose function vhost_dev_has_iommu()Cindy Lu2-1/+2
2023-05-19virtio-crypto: fix NULL pointer dereference in virtio_crypto_free_requestMauro Matteo Cascella1-9/+11
2023-05-19virtio-net: not enable vq reset feature unconditionallyEugenio Pérez1-1/+0
2023-05-19vhost-user: Remove acpi-specific memslot limitDavid Hildenbrand1-11/+1
2023-05-19virtio-mem: Default to "unplugged-inaccessible=on" with 8.1 on x86-64David Hildenbrand2-2/+4
2023-05-19hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras4-4/+12
2023-05-19vhost-user: send SET_STATUS 0 after GET_VRING_BASEStefan Hajnoczi1-1/+15