summary refs log tree commit diff stats
path: root/python/qemu/utils/qemu_ga_client.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-30virtio: do not set is_external=true on host notifiersStefan Hajnoczi1-3/+3
2023-05-30virtio-scsi: implement BlockDevOps->drained_begin()Stefan Hajnoczi6-12/+127
2023-05-30virtio-blk: implement BlockDevOps->drained_begin()Stefan Hajnoczi2-7/+47
2023-05-30virtio: make it possible to detach host notifier from any threadStefan Hajnoczi3-3/+21
2023-05-30block/fuse: do not set is_external=true on FUSE fdStefan Hajnoczi1-2/+54
2023-05-30block/export: don't require AioContext lock around blk_exp_ref/unref()Stefan Hajnoczi3-11/+8
2023-05-30block/export: rewrite vduse-blk drain codeStefan Hajnoczi1-39/+93
2023-05-30hw/xen: do not set is_external=true on evtchn fdsStefan Hajnoczi1-4/+4
2023-05-30xen-block: implement BlockDevOps->drained_begin()Stefan Hajnoczi4-16/+59
2023-05-30block: drain from main loop thread in bdrv_co_yield_to_drain()Stefan Hajnoczi4-58/+67
2023-05-30block: add blk_in_drain() APIStefan Hajnoczi2-0/+8
2023-05-30hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstoreStefan Hajnoczi1-1/+1
2023-05-30block/export: stop using is_external in vhost-user-blk serverStefan Hajnoczi2-7/+31
2023-05-30block/export: wait for vhost-user-blk requests when drainingStefan Hajnoczi3-7/+28
2023-05-30util/vhost-user-server: rename refcount to in_flight counterStefan Hajnoczi3-14/+17
2023-05-30virtio-scsi: stop using aio_disable_external() during unplugStefan Hajnoczi1-3/+0
2023-05-30virtio-scsi: avoid race between unplug and transport eventStefan Hajnoczi2-26/+63
2023-05-30hw/qdev: introduce qdev_is_realized() helperStefan Hajnoczi2-5/+15
2023-05-30block-backend: split blk_do_set_aio_context()Stefan Hajnoczi1-38/+23
2023-05-30iotests: Test blockdev-create in iothreadKevin Wolf2-0/+71
2023-05-30iotests: Make verify_virtio_scsi_pci_or_ccw() publicKevin Wolf2-2/+2
2023-05-30block: Fix AioContext locking in bdrv_insert_node()Kevin Wolf1-0/+11
2023-05-30block: Take AioContext lock in bdrv_open_driver()Kevin Wolf1-0/+7
2023-05-30copy-before-write: Fix open with child in iothreadKevin Wolf1-5/+16
2023-05-30raw-format: Fix open with 'file' in iothreadKevin Wolf2-3/+5
2023-05-30qcow2: Fix open with 'file' in iothreadKevin Wolf2-2/+12
2023-05-30mirror: Hold main AioContext lock for calling bdrv_open_backing_file()Kevin Wolf2-0/+8
2023-05-30block-backend: Fix blk_new_open() for iothreadsKevin Wolf1-6/+21
2023-05-30block: Take main AioContext lock when calling bdrv_open()Kevin Wolf6-6/+38
2023-05-30block: Clarify locking rules for bdrv_open(_inherit)()Kevin Wolf1-8/+2
2023-05-30block-coroutine-wrapper: Take AioContext lock in no_co_wrappersKevin Wolf3-11/+24
2023-05-30docs: sbsa: correct graphics card nameMarcin Juszkiewicz1-1/+1
2023-05-30hw/arm/sbsa-ref: add GIC node into DTMarcin Juszkiewicz1-1/+18
2023-05-30Update copyright dates to 2023Enze Li2-2/+2
2023-05-30arm/Kconfig: Make TCG dependence explicitFabiano Rosas1-41/+82
2023-05-30arm/Kconfig: Keep Kconfig default entries in default.mak as documentationFabiano Rosas2-0/+46
2023-05-30target/arm: Explain why we need to select ARM_V7MFabiano Rosas1-0/+3
2023-05-30target/arm: Explicitly select short-format FSR for M-profilePeter Maydell1-2/+11
2023-05-30tests/qtest: Run arm-specific tests only if the required machine is availableThomas Huth1-3/+4
2023-05-30hw/arm/xlnx-zynqmp: fix unsigned error when checking the RPUs numberClément Chigot1-1/+1
2023-05-30hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop.Tommy Wu1-3/+8
2023-05-30hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2Mostafa Saleh2-10/+23
2023-05-30hw/arm/smmuv3: Add stage-2 support in iova notifierMostafa Saleh2-14/+27
2023-05-30hw/arm/smmuv3: Add CMDs related to stage-2Mostafa Saleh4-9/+67
2023-05-30hw/arm/smmuv3: Add VMID to TLB taggingMostafa Saleh5-22/+39
2023-05-30hw/arm/smmuv3: Make TLB lookup work for stage-2Mostafa Saleh1-11/+33
2023-05-30hw/arm/smmuv3: Parse STE config for stage-2Mostafa Saleh4-10/+186
2023-05-30hw/arm/smmuv3: Add page table walk for stage-2Mostafa Saleh2-1/+176
2023-05-30hw/arm/smmuv3: Refactor stage-1 PTWMostafa Saleh4-21/+26
2023-05-30hw/arm/smmuv3: Update translation config to hold stage-2Mostafa Saleh1-3/+19