aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26vdpa: move shadow_data to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: move iova_range to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: move iova tree to the shared structEugenio Pérez
2023-12-26vdpa: add VhostVDPASharedEugenio Pérez
2023-12-26vdpa: do not set virtio status bits if unneededEugenio Pérez
2023-12-26Fix bugs when VM shutdown with virtio-gpu unpluggedwangmeiling
2023-12-26vhost-scsi: fix usage of error_reportf_err()Dongli Zhang
2023-12-25hw/acpi: propagate vcpu hotplug after switch to modern interfaceAaron Young
2023-12-25vhost-scsi: Add support for a worker thread per virtqueueMike Christie
2023-12-25vhost: Add worker backend calloutsMike Christie
2023-12-25tests: bios-tables-test: Rename smbios type 4 related test functionsZhao Liu
2023-12-25virtio: rng: Check notifier helpers for VIRTIO_CONFIG_IRQ_IDXMathieu Poirier
2023-12-21Merge tag 'pull-loongarch-20231221' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi
2023-12-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-12-21virtio-blk: add iothread-vq-mapping parameterStefan Hajnoczi
2023-12-21qdev: add IOThreadVirtQueueMappingList property typeStefan Hajnoczi
2023-12-21qdev-properties: alias all object class propertiesStefan Hajnoczi
2023-12-21string-output-visitor: show structs as "<omitted>"Stefan Hajnoczi
2023-12-21block-coroutine-wrapper: use qemu_get_current_aio_context()Stefan Hajnoczi
2023-12-21block: remove outdated AioContext locking commentsStefan Hajnoczi
2023-12-21job: remove outdated AioContext locking commentsStefan Hajnoczi
2023-12-21scsi: remove outdated AioContext lock commentStefan Hajnoczi
2023-12-21docs: remove AioContext lock from IOThread docsStefan Hajnoczi
2023-12-21aio: remove aio_context_acquire()/aio_context_release() APIStefan Hajnoczi
2023-12-21aio-wait: draw equivalence between AIO_WAIT_WHILE() and AIO_WAIT_WHILE_UNLOCK...Stefan Hajnoczi
2023-12-21scsi: remove AioContext lockingStefan Hajnoczi
2023-12-21block: remove bdrv_co_lock()Stefan Hajnoczi
2023-12-21block: remove AioContext lockingStefan Hajnoczi
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi
2023-12-21aio: make aio_context_acquire()/aio_context_release() a no-opStefan Hajnoczi
2023-12-21tests: remove aio_context_acquire() testsStefan Hajnoczi
2023-12-21scsi: assert that callbacks run in the correct AioContextStefan Hajnoczi
2023-12-21virtio-scsi: replace AioContext lock with tmf_bh_lockStefan Hajnoczi
2023-12-21dma-helpers: don't lock AioContext in dma_blk_cb()Stefan Hajnoczi
2023-12-21scsi: don't lock AioContext in I/O code pathStefan Hajnoczi
2023-12-21virtio-scsi: don't lock AioContext around virtio_queue_aio_attach_host_notifi...Stefan Hajnoczi
2023-12-21scsi: only access SCSIDevice->requests from one threadStefan Hajnoczi
2023-12-21iotests: Basic tests for internal snapshotsKevin Wolf
2023-12-21vl: Improve error message for conflicting -incoming and -loadvmKevin Wolf
2023-12-21block: Fix crash when loading snapshot on inactive nodeKevin Wolf
2023-12-21virtio-blk: don't lock AioContext in the submission code pathStefan Hajnoczi
2023-12-21virtio-blk: don't lock AioContext in the completion code pathStefan Hajnoczi
2023-12-21virtio-blk: add lock to protect s->rqStefan Hajnoczi
2023-12-21block/file-posix: set up Linux AIO and io_uring in the current threadStefan Hajnoczi
2023-12-21nbd/server: introduce NBDClient->lock to protect fieldsStefan Hajnoczi
2023-12-21nbd/server: only traverse NBDExport->clients from main loop threadStefan Hajnoczi
2023-12-21nbd/server: avoid per-NBDRequest nbd_client_get/put()Stefan Hajnoczi
2023-12-21target/loongarch: Add timer information dump supportBibo Mao
2023-12-21hw/loongarch/virt: Align high memory base address with super page sizeBibo Mao
2023-12-20Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi