index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-12-23
target/riscv/kvm: do not use non-portable strerrorname_np()
Natanael Copa
2023-12-21
Merge tag 'pull-loongarch-20231221' of https://gitlab.com/gaosong/qemu into s...
Stefan Hajnoczi
2023-12-21
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2023-12-21
virtio-blk: add iothread-vq-mapping parameter
Stefan Hajnoczi
2023-12-21
qdev: add IOThreadVirtQueueMappingList property type
Stefan Hajnoczi
2023-12-21
qdev-properties: alias all object class properties
Stefan Hajnoczi
2023-12-21
string-output-visitor: show structs as "<omitted>"
Stefan Hajnoczi
2023-12-21
block-coroutine-wrapper: use qemu_get_current_aio_context()
Stefan Hajnoczi
2023-12-21
block: remove outdated AioContext locking comments
Stefan Hajnoczi
2023-12-21
job: remove outdated AioContext locking comments
Stefan Hajnoczi
2023-12-21
scsi: remove outdated AioContext lock comment
Stefan Hajnoczi
2023-12-21
docs: remove AioContext lock from IOThread docs
Stefan Hajnoczi
2023-12-21
aio: remove aio_context_acquire()/aio_context_release() API
Stefan Hajnoczi
2023-12-21
aio-wait: draw equivalence between AIO_WAIT_WHILE() and AIO_WAIT_WHILE_UNLOCK...
Stefan Hajnoczi
2023-12-21
scsi: remove AioContext locking
Stefan Hajnoczi
2023-12-21
block: remove bdrv_co_lock()
Stefan Hajnoczi
2023-12-21
block: remove AioContext locking
Stefan Hajnoczi
2023-12-21
graph-lock: remove AioContext locking
Stefan Hajnoczi
2023-12-21
aio: make aio_context_acquire()/aio_context_release() a no-op
Stefan Hajnoczi
2023-12-21
tests: remove aio_context_acquire() tests
Stefan Hajnoczi
2023-12-21
scsi: assert that callbacks run in the correct AioContext
Stefan Hajnoczi
2023-12-21
virtio-scsi: replace AioContext lock with tmf_bh_lock
Stefan Hajnoczi
2023-12-21
dma-helpers: don't lock AioContext in dma_blk_cb()
Stefan Hajnoczi
2023-12-21
scsi: don't lock AioContext in I/O code path
Stefan Hajnoczi
2023-12-21
virtio-scsi: don't lock AioContext around virtio_queue_aio_attach_host_notifi...
Stefan Hajnoczi
2023-12-21
scsi: only access SCSIDevice->requests from one thread
Stefan Hajnoczi
2023-12-21
iotests: Basic tests for internal snapshots
Kevin Wolf
2023-12-21
vl: Improve error message for conflicting -incoming and -loadvm
Kevin Wolf
2023-12-21
block: Fix crash when loading snapshot on inactive node
Kevin Wolf
2023-12-21
virtio-blk: don't lock AioContext in the submission code path
Stefan Hajnoczi
2023-12-21
virtio-blk: don't lock AioContext in the completion code path
Stefan Hajnoczi
2023-12-21
virtio-blk: add lock to protect s->rq
Stefan Hajnoczi
2023-12-21
block/file-posix: set up Linux AIO and io_uring in the current thread
Stefan Hajnoczi
2023-12-21
nbd/server: introduce NBDClient->lock to protect fields
Stefan Hajnoczi
2023-12-21
nbd/server: only traverse NBDExport->clients from main loop thread
Stefan Hajnoczi
2023-12-21
nbd/server: avoid per-NBDRequest nbd_client_get/put()
Stefan Hajnoczi
2023-12-21
target/loongarch: Add timer information dump support
Bibo Mao
2023-12-21
hw/loongarch/virt: Align high memory base address with super page size
Bibo Mao
2023-12-20
Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
2023-12-20
Merge tag 'pull-target-arm-20231219' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
2023-12-20
Merge tag 'pull-vfio-20231219' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
2023-12-20
tests/unit/test-qmp-event: Replace fixture by global variables
Markus Armbruster
2023-12-20
tests/unit/test-qmp-event: Simplify event emission check
Markus Armbruster
2023-12-20
tests/unit/test-qmp-event: Drop superfluous mutex
Markus Armbruster
2023-12-20
tests/qtest/npcm7xx_pwm-test: Only do full testing in slow mode
Thomas Huth
2023-12-20
qemu-options: Clarify handling of commas in options parameters
Yihuan Pan
2023-12-20
tests/qtest/migration-test: Fix analyze-migration.py for s390x
Thomas Huth
2023-12-20
qom/object: Limit type names to alphanumerical and some few special characters
Thomas Huth
2023-12-20
tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the name
Thomas Huth
2023-12-20
memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type name
Thomas Huth
[next]