aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-23target/riscv/kvm: do not use non-portable strerrorname_np()Natanael Copa
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
2023-12-20Merge tag 'pull-target-arm-20231219' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-12-20Merge tag 'pull-vfio-20231219' of https://github.com/legoater/qemu into stagingStefan Hajnoczi
2023-12-20tests/unit/test-qmp-event: Replace fixture by global variablesMarkus Armbruster
2023-12-20tests/unit/test-qmp-event: Simplify event emission checkMarkus Armbruster
2023-12-20tests/unit/test-qmp-event: Drop superfluous mutexMarkus Armbruster
2023-12-20tests/qtest/npcm7xx_pwm-test: Only do full testing in slow modeThomas Huth
2023-12-20qemu-options: Clarify handling of commas in options parametersYihuan Pan
2023-12-20tests/qtest/migration-test: Fix analyze-migration.py for s390xThomas Huth
2023-12-20qom/object: Limit type names to alphanumerical and some few special charactersThomas Huth
2023-12-20tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the nameThomas Huth
2023-12-20memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type nameThomas Huth