index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
scsi
/
virtio-scsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-02
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster
1
-2
/
+2
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-02-22
virtio: increase virtqueue size for virtio-scsi and virtio-blk
Denis Plotnikov
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-24
virtio-scsi: convert to new virtio_delete_queue
Pan Nengyuan
1
-3
/
+3
2020-01-24
virtio-scsi: delete vqs in unrealize to avoid memleaks
Pan Nengyuan
1
-0
/
+6
2020-01-06
virtio: make seg_max virtqueue size dependent
Denis Plotnikov
1
-1
/
+9
2020-01-05
virtio: don't enable notifications during polling
Stefan Hajnoczi
1
-2
/
+7
2019-10-25
virtio: basic packed virtqueue support
Jason Wang
1
-1
/
+2
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
1
-0
/
+1
2019-07-24
virtio-scsi: fixed virtio_scsi_ctx_check failed when detaching scsi disk
Zhengui li
1
-2
/
+5
2019-07-19
virtio-scsi: remove unused argument to virtio_scsi_common_realize
Paolo Bonzini
1
-2
/
+2
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-06-06
hw/scsi: Use the QOM BUS() macro to access BusState.qbus
Philippe Mathieu-Daudé
1
-1
/
+1
2019-06-04
scsi-disk: Use qdev_prop_drive_iothread
Kevin Wolf
1
-7
/
+8
2019-06-04
block: Add Error to blk_set_aio_context()
Kevin Wolf
1
-3
/
+7
2019-03-11
virtio-scsi: Fix build with gcc 9
Greg Kurz
1
-1
/
+7
2019-02-17
qdev: pass an Object * to qbus_set_hotplug_handler()
Michael Roth
1
-1
/
+1
2019-02-01
virtio-scsi: Forbid devices with different iothreads sharing a blockdev
Alberto Garcia
1
-0
/
+7
2019-02-01
virtio-scsi: Move BlockBackend back to the main AioContext on unplug
Alberto Garcia
1
-0
/
+6
2018-10-19
call HotplugHandler->plug() as the last step in device realization
Igor Mammedov
1
-10
/
+1
2018-07-16
virtio-scsi: fix hotplug ->reset() vs event race
Stefan Hajnoczi
1
-1
/
+10
2017-09-19
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
1
-1
/
+1
2017-09-19
virtio-scsi: Add virtqueue_size parameter allowing virtqueue size to be set.
Richard W.M. Jones
1
-3
/
+5
2017-07-14
virtio-scsi: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-11
/
+2
2017-07-04
virtio-scsi: finalize IOMMU support
Jason Wang
1
-1
/
+2
2017-06-06
virtio-scsi: Unset hotplug handler when unrealize
Fam Zheng
1
-0
/
+3
2017-04-24
scsi: Make errp the last parameter of virtio_scsi_common_realize
Fam Zheng
1
-4
/
+7
2017-03-24
virtio-scsi: Fix acquire/release in dataplane handlers
Fam Zheng
1
-13
/
+14
2017-03-24
virtio-scsi: Make virtio_scsi_acquire/release public
Fam Zheng
1
-14
/
+0
2017-02-21
Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into...
Peter Maydell
1
-8
/
+0
2017-02-21
hw/scsi: Concentrate -drive if=scsi auto-create in one place
Markus Armbruster
1
-8
/
+0
2017-02-21
block: explicitly acquire aiocontext in callbacks that need it
Paolo Bonzini
1
-0
/
+7
2017-02-17
virtio: Report real progress in VQ aio poll handler
Fam Zheng
1
-3
/
+11
2017-01-10
virtio: convert to use DMA api
Jason Wang
1
-1
/
+3
2017-01-03
virtio-scsi: suppress virtqueue kick during processing
Stefan Hajnoczi
1
-15
/
+21
2016-12-22
virtio-scsi: introduce virtio_scsi_acquire/release
Paolo Bonzini
1
-9
/
+18
2016-11-18
virtio: set ISR on dataplane notifications
Paolo Bonzini
1
-1
/
+1
2016-10-30
virtio-scsi: always use dataplane path if ioeventfd is active
Paolo Bonzini
1
-13
/
+11
2016-10-10
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-2
/
+0
2016-10-10
virtio-scsi: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-17
/
+11
2016-10-10
virtio-scsi: handle virtio_scsi_set_config() error
Greg Kurz
1
-2
/
+3
2016-10-10
virtio-scsi: convert virtio_scsi_bad_req() to use virtio_error()
Greg Kurz
1
-14
/
+32
2016-09-14
virtio-scsi: Don't abort when media is ejected
Fam Zheng
1
-6
/
+9
2016-07-21
virtio-scsi: Wrap in vmstate
Dr. David Alan Gilbert
1
-15
/
+6
2016-07-21
virtio-scsi: Replace HandleOutput typedef
Fam Zheng
1
-2
/
+3
2016-07-21
virtio-scsi: Call virtio_add_queue_aio
Fam Zheng
1
-6
/
+3
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-3
/
+3
2016-06-28
Revert "virtio: sync the dataplane vring state to the virtqueue before virtio...
Stefan Hajnoczi
1
-5
/
+0
[next]