Age | Commit message (Expand) | Author | Files | Lines |
2014-12-15 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 5 | -10/+33 |
2014-12-15 | scsi-disk: provide maximum transfer length | Paolo Bonzini | 1 | -0/+27 |
2014-12-15 | scsi: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2 | -2/+2 |
2014-12-15 | scsi: Fuse g_malloc(); memset() into g_malloc0() | Markus Armbruster | 1 | -4/+2 |
2014-12-15 | scsi: Drop superfluous conditionals around g_free() | Markus Armbruster | 1 | -4/+2 |
2014-12-01 | vhost: Fix vhostfd leak in error branch | Gonglei | 1 | -0/+1 |
2014-11-12 | virtio-scsi: dataplane: suppress guest notification | Ming Lei | 1 | -1/+6 |
2014-11-12 | esp: Do not overwrite ESP_TCHI after reset | Hannes Reinecke | 1 | -2/+9 |
2014-11-11 | virtio-scsi: dataplane: fix allocation for 'cmd_vrings' | Ming Lei | 1 | -1/+1 |
2014-11-10 | esp: fix coding standards | Paolo Bonzini | 1 | -1/+2 |
2014-11-07 | virtio-scsi: work around bug in old BIOSes | Paolo Bonzini | 1 | -0/+17 |
2014-11-07 | esp-pci: fixup deadlock with linux | Hannes Reinecke | 1 | -0/+2 |
2014-10-31 | virtio-scsi: fix dataplane | Paolo Bonzini | 1 | -1/+2 |
2014-10-31 | virtio-scsi: Fix num_queue input validation | Fam Zheng | 1 | -3/+4 |
2014-10-31 | scsi: devirtualize unrealize of SCSI devices | Paolo Bonzini | 3 | -28/+3 |
2014-10-31 | virtio-scsi: Fix memory leak when realize failed | Fam Zheng | 1 | -0/+1 |
2014-10-31 | megasas: Fixup MSI-X handling | Hannes Reinecke | 1 | -24/+24 |
2014-10-31 | megasas: Rework frame queueing algorithm | Hannes Reinecke | 1 | -51/+45 |
2014-10-31 | megasas: Update queue logging | Hannes Reinecke | 1 | -9/+17 |
2014-10-31 | megasas: Implement DCMD_CLUSTER_RESET_LD | Hannes Reinecke | 1 | -1/+15 |
2014-10-31 | megasas: Ignore duplicate init_firmware commands | Hannes Reinecke | 1 | -3/+6 |
2014-10-31 | megasas: Clear unit attention on initial reset | Hannes Reinecke | 2 | -2/+18 |
2014-10-31 | megasas: Decode register names | Hannes Reinecke | 1 | -3/+20 |
2014-10-31 | megasas: Fix typo in megasas_dcmd_ld_get_list() | Hannes Reinecke | 1 | -1/+1 |
2014-10-31 | megasas: add MegaRAID SAS 2108 emulation | Hannes Reinecke | 2 | -25/+200 |
2014-10-31 | megasas: fixup device mapping | Hannes Reinecke | 2 | -36/+61 |
2014-10-31 | megasas: fixup MFI_DCMD_LD_LIST_QUERY | Hannes Reinecke | 2 | -3/+41 |
2014-10-31 | scsi: Rename scsi_*_length() to scsi_*_xfer(), add scsi_cdb_length() | Hannes Reinecke | 2 | -28/+35 |
2014-10-27 | hw/scsi/virtio-scsi.c: fix the "type" use error in virtio_scsi_handle_ctrl | Bin Wu | 1 | -5/+5 |
2014-10-27 | virtio-scsi: sense in virtio_scsi_command_complete | Ting Wang | 1 | -1/+1 |
2014-10-23 | virtio-scsi: dataplane: stop trying on notifier error | Cornelia Huck | 1 | -0/+8 |
2014-10-23 | virtio-scsi: dataplane: fail setup gracefully | Cornelia Huck | 1 | -9/+70 |
2014-10-23 | virtio-scsi: dataplane: print why starting failed | Cornelia Huck | 1 | -4/+7 |
2014-10-23 | virtio-scsi-dataplane: Add op blocker | Fam Zheng | 2 | -2/+21 |
2014-10-20 | blockdev: Fix blockdev-add not to create DriveInfo | Markus Armbruster | 1 | -1/+1 |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 6 | -129/+133 |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster | 1 | -1/+1 |
2014-10-20 | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() | Markus Armbruster | 1 | -2/+3 |
2014-10-16 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ... | Peter Maydell | 3 | -7/+13 |
2014-10-15 | bootindex: move calling add_boot_device_patch to bootindex setter function | Gonglei | 2 | -4/+0 |
2014-10-15 | block: remove bootindex property from qdev to qom | Gonglei | 3 | -3/+2 |
2014-10-15 | scsi: add bootindex to qom property | Gonglei | 1 | -0/+11 |
2014-10-15 | scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fields | Igor Mammedov | 1 | -16/+0 |
2014-10-15 | scsi: Convert virtio-scsi HBA to hotplug handler API | Igor Mammedov | 1 | -10/+20 |
2014-10-15 | scsi: Convert pvscsi HBA to hotplug handler API | Igor Mammedov | 1 | -8/+18 |
2014-10-15 | scsi: Set SCSI BUS itself as default HotplugHandler | Igor Mammedov | 1 | -1/+7 |
2014-10-09 | virtio-scsi: fix use-after-free of VirtIOSCSIReq | Paolo Bonzini | 1 | -4/+5 |
2014-09-30 | virtio-scsi: Handle TMF request cancellation asynchronously | Fam Zheng | 1 | -7/+57 |
2014-09-30 | scsi: Introduce scsi_req_cancel_async | Fam Zheng | 1 | -0/+26 |
2014-09-30 | scsi: Introduce scsi_req_cancel_complete | Fam Zheng | 3 | -4/+19 |