- 5139655 vhost-scsi: Add support for a worker thread per virtqueue by Mike Christie · 1 year, 3 months ago
- 4f36b13 scsi: remove AioContext locking by Stefan Hajnoczi · 1 year, 3 months ago
- ed18b1e virtio-scsi: replace AioContext lock with tmf_bh_lock by Stefan Hajnoczi · 1 year, 3 months ago
- be2c42b virtio-scsi: reset SCSI devices from main loop thread by Stefan Hajnoczi · 2 years ago
- 674b0a5 include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h by Markus Armbruster · 2 years, 2 months ago
- 3dc584a virtio-scsi: move request-related items from .h to .c by Stefan Hajnoczi · 2 years, 10 months ago
- ad482b5 virtio-scsi: clean up virtio_scsi_handle_cmd_vq() by Stefan Hajnoczi · 2 years, 10 months ago
- 73b3b49 virtio-scsi: clean up virtio_scsi_handle_ctrl_vq() by Stefan Hajnoczi · 2 years, 10 months ago
- 37ce2de virtio-scsi: clean up virtio_scsi_handle_event_vq() by Stefan Hajnoczi · 2 years, 10 months ago
- d13b200 build: move vhost-scsi configuration to Kconfig by Paolo Bonzini · 2 years, 11 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
- 6a55882 virtio-scsi-pci: default num_queues to -smp N by Stefan Hajnoczi · 4 years, 7 months ago
- 4e5163b virtio-scsi: introduce a constant for fixed virtqueues by Stefan Hajnoczi · 4 years, 7 months ago
- 1bf8a98 virtio: make seg_max virtqueue size dependent by Denis Plotnikov · 5 years ago
- 12e1dc4 virtio-scsi: remove unused argument to virtio_scsi_common_realize by Paolo Bonzini · 6 years ago
- 5c0919d virtio-scsi: Add virtqueue_size parameter allowing virtqueue size to be set. by Richard W.M. Jones · 8 years ago
- f12c1eb vhost-user-scsi: Introduce vhost-user-scsi host device by Felipe Franciosi · 8 years ago
- 95615ce vhost-scsi: create a vhost-scsi-common abstraction by Felipe Franciosi · 8 years ago
- bf46e67 scsi: Make errp the last parameter of virtio_scsi_common_realize by Fam Zheng · 8 years ago
- 3d69f82 virtio-scsi: Make virtio_scsi_acquire/release public by Fam Zheng · 8 years ago
- 0793169 virtio: Report real progress in VQ aio poll handler by Fam Zheng · 8 years ago
- 83d768b virtio: set ISR on dataplane notifications by Paolo Bonzini · 8 years ago
- ad07cd6 virtio-scsi: always use dataplane path if ioeventfd is active by Paolo Bonzini · 8 years ago
- 209b27b virtio-scsi: Replace HandleOutput typedef by Fam Zheng · 9 years ago
- 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
- ef8875b virtio-scsi: Remove op blocker for dataplane by Fam Zheng · 9 years ago
- a8f2e5c virtio-scsi: use aio handler for data plane by Paolo Bonzini · 9 years ago
- 43c696a virtio-scsi: fix disabled mode by Paolo Bonzini · 9 years ago
- e24a47c virtio-scsi: do not use vring in dataplane by Paolo Bonzini · 9 years ago
- 51b19eb virtio: move allocation to virtqueue_pop/vring_pop by Paolo Bonzini · 9 years ago
- 6aa46d8 virtio: move VirtQueueElement at the beginning of the structs by Paolo Bonzini · 9 years ago
- 5b9e0e4 virtio-scsi: Catch BDS-BB removal/insertion by Max Reitz · 9 years ago
- 0c63237 virtio-scsi: move qdev properties into virtio-scsi.c by Shannon Zhao · 10 years ago
- da2f84d virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsi by Shannon Zhao · 10 years ago
- 18bf9e2 virtio-scsi: remove empty wrapper for cmd by Michael S. Tsirkin · 10 years ago
- bb72463 virtio-scsi: clean out duplicate cdb field by Michael S. Tsirkin · 10 years ago
- 0332552 virtio-scsi: fix cdb/sense size by Michael S. Tsirkin · 10 years ago
- e7cc8ba virtio-scsi: drop duplicate CDB/SENSE SIZE by Michael S. Tsirkin · 10 years ago
- 019adbd virtio-scsi: use standard-headers by Michael S. Tsirkin · 10 years ago
- 9143d5f vhost-scsi: add a property for booting by Gonglei · 10 years ago
- f69c111 virtio-scsi: Fix comment for VirtIOSCSIReq by Fam Zheng · 10 years ago
- 4adea80 virtio-scsi: dataplane: stop trying on notifier error by Cornelia Huck · 10 years ago
- 3e2b2a9 virtio-scsi-dataplane: Add op blocker by Fam Zheng · 10 years ago
- 49e7e31 virtio-scsi: Handle TMF request cancellation asynchronously by Fam Zheng · 10 years ago
- 1880ad4 virtio-scsi: Batched prepare for cmd reqs by Fam Zheng · 10 years ago
- 359eea7 virtio-scsi: Two stages processing of cmd request by Fam Zheng · 10 years ago
- dfb37cf virtio-scsi: Add migration state notifier for dataplane code by Fam Zheng · 10 years ago
- 91cb1c9 virtio-scsi-dataplane: Code to run virtio-scsi on iothread by Fam Zheng · 10 years ago
- 244e289 virtio-scsi: Add VirtIOSCSIVring in VirtIOSCSIReq by Fam Zheng · 10 years ago
- 19d339f virtio-scsi: Add 'iothread' property to virtio-scsi by Fam Zheng · 11 years ago
- 20e6dca virtio-scsi: Make virtio_scsi_push_event public by Fam Zheng · 11 years ago
- aa8e8f8 virtio-scsi: Make virtio_scsi_free_req public by Fam Zheng · 11 years ago
- c505333 virtio-scsi: Make virtio_scsi_init_req public by Fam Zheng · 11 years ago
- dc56b7c virtio-scsi: Split virtio_scsi_handle_ctrl_req from virtio_scsi_handle_ctrl by Fam Zheng · 11 years ago
- bf359a4 virtio-scsi: Split virtio_scsi_handle_cmd_req from virtio_scsi_handle_cmd by Fam Zheng · 11 years ago
- 1f4e6a0 virtio-scsi: fix with -M pc-i440fx-2.0 by Paolo Bonzini · 11 years ago
- 85d1277 virtio: move common virtio properties to bus class device by Ming Lei · 11 years ago
- 91d670f virtio-scsi: define dummy handle_output for vhost-scsi vqs by Ming Lei · 11 years ago
- 3eff1f4 virtio-scsi: add support for the any_layout feature by Paolo Bonzini · 11 years ago
- 306ec6c virtio: Convert exit to unrealize by Andreas Färber · 12 years ago
- 71a6520 virtio-scsi: Convert to QOM realize by Andreas Färber · 12 years ago
- e3c9d76 virtio-scsi: switch exit callback to VirtioDeviceClass by Paolo Bonzini · 11 years ago
- 6f32a6b virtio-scsi: fix the command line compatibility. by KONRAD Frederic · 12 years ago
- 5e9be92 vhost-scsi: new device supporting the tcm_vhost Linux kernel module by Nicholas Bellinger · 12 years ago
- 292c8e5 virtio-scsi: create VirtIOSCSICommon by Paolo Bonzini · 12 years ago
- f574fa8 virtio: fix broken aliases. by KONRAD Frederic · 12 years ago
- 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago[Renamed (96%) from hw/virtio-scsi.h]
- c19f806 virtio-scsi: cleanup: remove qdev field. by KONRAD Frederic · 12 years ago
- 0ac8e13 virtio-scsi: cleanup: use QOM casts. by KONRAD Frederic · 12 years ago
- 3ab1dfd virtio-scsi: add the virtio-scsi device. by KONRAD Frederic · 12 years ago
- 4bfeb18 virtio-scsi: moving host_features from properties to transport properties. by KONRAD Frederic · 12 years ago
- 2221952 virtio-scsi: allocate cmd_vqs array separately. by KONRAD Frederic · 12 years ago
- 394e2e4 virtio-scsi: don't use pointer for configuration. by KONRAD Frederic · 12 years ago
- f1b24e8 virtio: make virtio device's structures public. by KONRAD Frederic · 12 years ago
- 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
- 7fa22f2 net: do not include net.h everywhere by Paolo Bonzini · 12 years ago
- a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
- 07a5298 virtio-scsi: add backwards-compatibility properties for 1.1 and earlier machines by Paolo Bonzini · 13 years ago
- 973abc7 virtio-scsi: Add virtio-scsi stub device by Stefan Hajnoczi · 14 years ago