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
path:
root
/
hw
/
scsi
Age
Commit message (
Expand
)
Author
2023-12-26
vhost-scsi: fix usage of error_reportf_err()
Dongli Zhang
2023-12-25
vhost-scsi: Add support for a worker thread per virtqueue
Mike Christie
2023-12-21
scsi: remove outdated AioContext lock comment
Stefan Hajnoczi
2023-12-21
scsi: remove AioContext locking
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
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-02
vhost-user-scsi: free the inflight area when reset
Li Feng
2023-12-02
vhost-user: fix the reconnect error
Li Feng
2023-11-01
cpr: relax vhost migration blockers
Steve Sistare
2023-10-31
util/defer-call: move defer_call() to util/
Stefan Hajnoczi
2023-10-31
block: rename blk_io_plug_call() API to defer_call()
Stefan Hajnoczi
2023-10-23
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2023-10-22
vhost-user: fix lost reconnect
Li Feng
2023-10-22
vhost-user-scsi: start vhost when guest kicks
Li Feng
2023-10-22
vhost-user-scsi: support reconnect to backend
Li Feng
2023-10-22
vhost-user-common: send get_inflight_fd once
Li Feng
2023-10-22
virtio: call ->vhost_reset_device() during reset
Stefan Hajnoczi
2023-10-22
vhost-user: do not send RESET_OWNER on device reset
Stefan Hajnoczi
2023-10-20
Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...
Stefan Hajnoczi
2023-10-20
migration: simplify blockers
Steve Sistare
2023-10-19
hw/scsi/virtio-scsi: Use VIRTIO_SCSI_COMMON() macro
Philippe Mathieu-Daudé
2023-10-05
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2023-10-04
vhost-user: move VhostUserProtocolFeature definition to header file
Jonah Palmer
2023-10-03
scsi-disk: ensure that FORMAT UNIT commands are terminated
Mark Cave-Ayland
2023-10-03
esp: restrict non-DMA transfer length to that of available data
Mark Cave-Ayland
2023-10-03
esp: use correct type for esp_dma_enable() in sysbus_esp_gpio_demux()
Mark Cave-Ayland
2023-09-25
mptsas: avoid shadowed local variables
Paolo Bonzini
2023-09-25
hw/scsi/scsi-disk: Disallow block sizes smaller than 512 [CVE-2023-42467]
Thomas Huth
2023-09-21
hw/other: spelling fixes
Michael Tokarev
2023-07-14
scsi: clear unit attention only for REPORT LUNS commands
Stefano Garzarella
2023-07-14
scsi: cleanup scsi_clear_unit_attention()
Stefano Garzarella
2023-07-14
scsi: fetch unit attention when creating the request
Stefano Garzarella
2023-06-26
virtio-scsi: avoid dangling host notifier in ->ioeventfd_stop()
Stefan Hajnoczi
2023-06-23
hw/virtio: Build various target-agnostic objects just once
Philippe Mathieu-Daudé
2023-06-23
hw/virtio: Remove unnecessary 'virtio-access.h' header
Philippe Mathieu-Daudé
2023-06-23
hw/scsi: Rename target-specific source set as 'specific_virtio_scsi_ss'
Philippe Mathieu-Daudé
2023-06-23
hw/scsi: Rearrange meson.build
Philippe Mathieu-Daudé
2023-06-23
hw/scsi: Introduce VHOST_SCSI_COMMON symbol in Kconfig
Philippe Mathieu-Daudé
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-13
hw/scsi/megasas: Silent GCC duplicated-cond warning
Philippe Mathieu-Daudé
2023-06-05
bulk: Remove pointless QOM casts
Philippe Mathieu-Daudé
2023-06-01
block: add blk_io_plug_call() API
Stefan Hajnoczi
2023-05-30
virtio-scsi: implement BlockDevOps->drained_begin()
Stefan Hajnoczi
2023-05-30
virtio: make it possible to detach host notifier from any thread
Stefan Hajnoczi
2023-05-30
virtio-scsi: stop using aio_disable_external() during unplug
Stefan Hajnoczi
2023-05-30
virtio-scsi: avoid race between unplug and transport event
Stefan Hajnoczi
2023-05-30
hw/qdev: introduce qdev_is_realized() helper
Stefan Hajnoczi
[next]