aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)Author
2014-08-26virtio-scsi: Report error if num_queues is 0 or too largeFam Zheng
2014-08-26scsi-generic: remove superfluous DPRINTF avoid to break compilingGonglei
2014-08-26scsi-bus: Convert DeviceClass init to realizeFam Zheng
2014-08-26block: Pass errp in blkconf_geometryFam Zheng
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-07-29virtio-scsi: implement parse_cdbPaolo Bonzini
2014-07-29scsi-block, scsi-generic: implement parse_cdbPaolo Bonzini
2014-07-29scsi-block: extract scsi_block_is_passthroughPaolo Bonzini
2014-07-29scsi-bus: introduce parse_cdb in SCSIDeviceClass and SCSIBusInfoPaolo Bonzini
2014-07-29scsi-bus: prepare scsi_req_new for introduction of parse_cdbPaolo Bonzini
2014-07-14scsi: Report error when lun number is in useFam Zheng
2014-07-01virtio-scsi: scsi events must be converted to target endiannessCédric Le Goater
2014-07-01virtio-scsi: virtio_scsi_push_event() lacks VirtIOSCSIReq parsingGreg Kurz
2014-06-29virtio-scsi: use virtio wrappers to access headersRusty Russell
2014-06-29virtio: introduce device specific migration callsGreg Kurz
2014-06-23qapi: adjust existing definesWenchao Xia
2014-06-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev
2014-06-19vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev
2014-06-19virtio-scsi: define dummy handle_output for vhost-scsi vqsMing Lei
2014-06-18virtio-scsi: add support for the any_layout featurePaolo Bonzini
2014-06-18virtio-scsi: introduce virtio_scsi_complete_cmd_reqPaolo Bonzini
2014-06-18virtio-scsi: prepare sense data handling for any_layoutPaolo Bonzini
2014-06-18virtio-scsi: add extra argument and return type to qemu_sgl_concatPaolo Bonzini
2014-06-18virtio-scsi: add target swap for VirtIOSCSICtrlTMFReq fieldsPaolo Bonzini
2014-06-18virtio-scsi: start preparing for any_layoutPaolo Bonzini
2014-06-18megasas: use PCI DMA APIPaolo Bonzini
2014-06-18scsi: Print command name in debugAlexey Kardashevskiy
2014-06-18scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745cUlrich Obergfell
2014-06-18scsi-disk.c: Fix compilation with -DDEBUG_SCSIPaul Janzen
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela
2014-06-05hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini
2014-05-22Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell
2014-05-20megasas: remove buildtime stringsOlaf Hering
2014-05-19Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell
2014-05-16virtio-scsi: Plug memory leak on virtio_scsi_push_event() error pathMarkus Armbruster
2014-05-16scsi: Document intentional fall through in scsi_req_length()Markus Armbruster
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2014-05-07hw: Add missing 'static' attributesStefan Weil
2014-05-05virtio-scsi: fix buffer overrun on invalid state loadMichael S. Tsirkin
2014-04-28megasas: Add MSI supportHannes Reinecke
2014-04-28megasas: Enable MSI-X supportHannes Reinecke
2014-04-28megasas: Implement LD_LIST_QUERYHannes Reinecke
2014-04-28scsi: Improve error messages morePaolo Bonzini
2014-04-28scsi-disk: Improve error messager if can't get version numberFam Zheng
2014-04-02scsi-bus: remove bogus assertionPaolo Bonzini
2014-03-26spapr_vscsi: remove duplicate condition checkPrasad Joshi