Age | Commit message (Expand) | Author | Files | Lines |
2015-02-26 | virtio-scsi: use standard-headers | Michael S. Tsirkin | 1 | -0/+1 |
2015-02-26 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into... | Peter Maydell | 1 | -2/+4 |
2015-02-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+35 |
2015-02-18 | monitor: Clean up around monitor_handle_fd_param() | Markus Armbruster | 1 | -1/+1 |
2015-02-18 | vhost-scsi: Improve error reporting for invalid vhostfd | Markus Armbruster | 1 | -2/+4 |
2015-02-16 | dataplane: endianness-aware accesses | Cornelia Huck | 1 | -1/+1 |
2015-02-11 | vhost-scsi: set the bootable value of channel/target/lun | Gonglei | 1 | -0/+6 |
2015-02-11 | vhost-scsi: expose the TYPE_FW_PATH_PROVIDER interface | Gonglei | 1 | -0/+20 |
2015-02-11 | vhost-scsi: add bootindex property | Gonglei | 1 | -0/+9 |
2015-02-05 | migration: Append JSON description of migration stream | Alexander Graf | 1 | -1/+1 |
2015-02-02 | scsi: Fix scsi_req_cancel_async for no aiocb req | Fam Zheng | 1 | -0/+2 |
2015-01-27 | virtio: fix feature bit checks | Cornelia Huck | 1 | -1/+1 |
2015-01-14 | scsi: fix cancellation when I/O was completed but DMA was not. | Paolo Bonzini | 1 | -0/+2 |
2015-01-14 | hw/scsi/lsi53c895a: add support for additional diag / debug registers | Peter Lieven | 1 | -0/+6 |
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 |