summaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)AuthorFilesLines
2014-07-29virtio-scsi: implement parse_cdbPaolo Bonzini1-0/+25
2014-07-29scsi-block, scsi-generic: implement parse_cdbPaolo Bonzini3-2/+22
2014-07-29scsi-block: extract scsi_block_is_passthroughPaolo Bonzini1-12/+26
2014-07-29scsi-bus: introduce parse_cdb in SCSIDeviceClass and SCSIBusInfoPaolo Bonzini1-3/+23
2014-07-29scsi-bus: prepare scsi_req_new for introduction of parse_cdbPaolo Bonzini1-21/+30
2014-07-14scsi: Report error when lun number is in useFam Zheng1-1/+2
2014-07-01virtio-scsi: scsi events must be converted to target endiannessCédric Le Goater1-2/+2
2014-07-01virtio-scsi: virtio_scsi_push_event() lacks VirtIOSCSIReq parsingGreg Kurz1-7/+1
2014-06-29virtio-scsi: use virtio wrappers to access headersRusty Russell1-18/+20
2014-06-29virtio: introduce device specific migration callsGreg Kurz1-1/+1
2014-06-23qapi: adjust existing definesWenchao Xia1-3/+3
2014-06-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-19/+26
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev1-1/+1
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev1-3/+7
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev1-1/+9
2014-06-19vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev1-15/+10
2014-06-19virtio-scsi: define dummy handle_output for vhost-scsi vqsMing Lei2-6/+16
2014-06-18virtio-scsi: add support for the any_layout featurePaolo Bonzini1-89/+104
2014-06-18virtio-scsi: introduce virtio_scsi_complete_cmd_reqPaolo Bonzini1-5/+10
2014-06-18virtio-scsi: prepare sense data handling for any_layoutPaolo Bonzini1-10/+12
2014-06-18virtio-scsi: add extra argument and return type to qemu_sgl_concatPaolo Bonzini1-7/+20
2014-06-18virtio-scsi: add target swap for VirtIOSCSICtrlTMFReq fieldsPaolo Bonzini1-1/+5
2014-06-18virtio-scsi: start preparing for any_layoutPaolo Bonzini1-49/+72
2014-06-18megasas: use PCI DMA APIPaolo Bonzini1-6/+10
2014-06-18scsi: Print command name in debugAlexey Kardashevskiy3-4/+8
2014-06-18scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745cUlrich Obergfell1-1/+1
2014-06-18scsi-disk.c: Fix compilation with -DDEBUG_SCSIPaul Janzen1-1/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela5-10/+4
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela1-4/+2
2014-06-05hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini2-16/+16
2014-05-22Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell3-3/+6
2014-05-20megasas: remove buildtime stringsOlaf Hering1-2/+2
2014-05-19Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell4-24/+90
2014-05-16virtio-scsi: Plug memory leak on virtio_scsi_push_event() error pathMarkus Armbruster1-1/+2
2014-05-16scsi: Document intentional fall through in scsi_req_length()Markus Armbruster1-0/+2
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2-4/+1
2014-05-07hw: Add missing 'static' attributesStefan Weil1-1/+1
2014-05-05virtio-scsi: fix buffer overrun on invalid state loadMichael S. Tsirkin1-0/+9
2014-04-28megasas: Add MSI supportHannes Reinecke1-6/+43
2014-04-28megasas: Enable MSI-X supportHannes Reinecke1-12/+5
2014-04-28megasas: Implement LD_LIST_QUERYHannes Reinecke2-0/+26
2014-04-28scsi: Improve error messages morePaolo Bonzini2-7/+12
2014-04-28scsi-disk: Improve error messager if can't get version numberFam Zheng1-2/+7
2014-04-02scsi-bus: remove bogus assertionPaolo Bonzini1-1/+0
2014-03-26spapr_vscsi: remove duplicate condition checkPrasad Joshi1-1/+1
2014-03-26scsi: check req pointer before dereferencing itPrasad Joshi1-1/+2
2014-03-14virtio-scsi: actually honor sense_size from configuration spacePaolo Bonzini1-1/+3
2014-03-14scsi: Fix migration of scsi sense dataFam Zheng1-1/+29
2014-03-14spapr-vscsi: fix CRQ statusAlexey Kardashevskiy1-2/+2
2014-03-05spapr_vscsi: Fix REPORT_LUNS handlingNathan Whitehorn1-0/+60