Age | Commit message (Expand) | Author | Files | Lines |
2017-12-19 | hw/block: Use errp directly rather than local_err | Mao Zhongyi | 1 | -9/+4 |
2017-12-18 | misc: remove headers implicitly included | Philippe Mathieu-Daudé | 1 | -1/+0 |
2017-12-05 | vhost-scsi: add missing virtqueue_size parameter | Eric Farman | 1 | -0/+2 |
2017-11-14 | vhost-user-scsi: add missing virtqueue_size param | Dariusz Stojaczyk | 1 | -0/+2 |
2017-10-31 | esp: move TYPE_ESP and SysBusESPState from esp.c to esp.h | Mark Cave-Ayland | 1 | -13/+0 |
2017-10-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+28 |
2017-10-18 | scsi: reject configurations with logical block size > physical block size | Mark Kanda | 1 | -0/+8 |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 4 | -0/+16 |
2017-10-15 | pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices | Eduardo Habkost | 1 | -0/+6 |
2017-10-15 | pci: Add interface names to hybrid PCI devices | Eduardo Habkost | 1 | -0/+2 |
2017-10-12 | scsi-disk: support reporting of rotation rate | Daniel P. Berrange | 1 | -0/+20 |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert | 2 | -2/+6 |
2017-09-19 | osdep.h: Prohibit disabling assert() in supported builds | Eric Blake | 1 | -4/+2 |
2017-09-19 | scsi/esp: Rename the ESP macro to ESP_STATE | Kamil Rytarowski | 1 | -5/+5 |
2017-09-19 | scsi: move block/scsi.h to include/scsi/constants.h | Paolo Bonzini | 10 | -10/+10 |
2017-09-19 | scsi: introduce sg_io_sense_from_errno | Paolo Bonzini | 1 | -33/+7 |
2017-09-19 | scsi: introduce scsi_build_sense | Paolo Bonzini | 1 | -7/+1 |
2017-09-19 | scsi: move non-emulation specific code to scsi/ | Paolo Bonzini | 3 | -406/+0 |
2017-09-19 | scsi: rename scsi_build_sense to scsi_convert_sense | Paolo Bonzini | 2 | -7/+7 |
2017-09-19 | scsi-block: Support rerror/werror | Fam Zheng | 1 | -14/+24 |
2017-09-19 | scsi-bus: correct responses for INQUIRY and REQUEST SENSE | Hannes Reinecke | 1 | -4/+25 |
2017-09-19 | virtio-scsi: Add virtqueue_size parameter allowing virtqueue size to be set. | Richard W.M. Jones | 1 | -3/+5 |
2017-08-08 | scsi: clarify sense codes for LUN0 emulation | Hannes Reinecke | 1 | -1/+6 |
2017-08-01 | hw/scsi/vmw_pvscsi: Convert to realize | Mao Zhongyi | 1 | -5/+3 |
2017-08-01 | hw/scsi/vmw_pvscsi: Remove the dead error handling | Mao Zhongyi | 1 | -4/+0 |
2017-08-01 | trace-events: fix code style: print 0x before hex numbers | Vladimir Sementsov-Ogievskiy | 1 | -56/+56 |
2017-08-01 | trace-events: fix code style: %# -> 0x% | Vladimir Sementsov-Ogievskiy | 1 | -3/+3 |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-07-21 | Use qemu_tolower() and qemu_toupper(), not tolower() and toupper() | Peter Maydell | 1 | -1/+1 |
2017-07-18 | scsi-disk: bdrv_attach_dev() for empty CD-ROM | Kevin Wolf | 1 | -0/+5 |
2017-07-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -11/+2 |
2017-07-14 | virtio-scsi: Convert to DEFINE_PROP_LINK | Fam Zheng | 1 | -11/+2 |
2017-07-13 | Convert error_report() to warn_report() | Alistair Francis | 1 | -3/+3 |
2017-07-04 | virtio-scsi: finalize IOMMU support | Jason Wang | 1 | -1/+2 |
2017-06-15 | vhost-user-scsi: Introduce vhost-user-scsi host device | Felipe Franciosi | 3 | -1/+206 |
2017-06-15 | megasas: always store SCSIRequest* into MegasasCmd | Paolo Bonzini | 1 | -15/+16 |
2017-06-15 | megasas: do not read SCSI req parameters more than once from frame | Paolo Bonzini | 1 | -34/+26 |
2017-06-15 | megasas: do not read command more than once from frame | Paolo Bonzini | 1 | -35/+25 |
2017-06-15 | megasas: do not read DCMD opcode more than once from frame | Paolo Bonzini | 1 | -14/+11 |
2017-06-15 | megasas: do not read iovec count more than once from frame | Paolo Bonzini | 1 | -4/+5 |
2017-06-15 | megasas: do not read sense length more than once from frame | Paolo Bonzini | 1 | -2/+4 |
2017-06-06 | virtio-scsi: Unset hotplug handler when unrealize | Fam Zheng | 1 | -0/+3 |
2017-06-04 | scsi/lsi53c895a: Remove unused lsi_mem_*() return value | Mao Zhongyi | 1 | -6/+4 |
2017-05-17 | migration: Create migration/blocker.h | Juan Quintela | 1 | -1/+1 |
2017-05-05 | vhost-scsi: create a vhost-scsi-common abstraction | Felipe Franciosi | 3 | -139/+200 |
2017-05-05 | vmw_pvscsi: check message ring page count at initialisation | P J P | 1 | -1/+1 |
2017-05-05 | scsi: avoid an off-by-one error in megasas_mmio_write | Prasad J Pandit | 1 | -5/+5 |
2017-04-24 | scsi: Make errp the last parameter of virtio_scsi_common_realize | Fam Zheng | 2 | -6/+11 |
2017-03-27 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 3 | -34/+32 |
2017-03-27 | scsi-generic: Fill in opt_xfer_len in INQUIRY reply if it is zero | Fam Zheng | 1 | -3/+2 |