summaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)AuthorFilesLines
2013-09-12scsi: Fix scsi_bus_legacy_add_drive() scsi-generic with serialMarkus Armbruster1-1/+1
2013-09-12virtio-scsi: Make type virtio-scsi-common abstractMarkus Armbruster1-0/+1
2013-09-12spapr-vscsi: add task managementAlexey Kardashevskiy2-27/+99
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-1/+1
2013-08-30scsi: Pass size to scsi_bus_new()Andreas Färber8-9/+13
2013-07-29spapr: Rename 'dprintf' to 'DPRINTF'Peter Maydell1-28/+29
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum8-0/+11
2013-07-29spapr-vscsi: fix SOLNT bit in SRP_RSPAlexey Kardashevskiy1-2/+3
2013-07-29pseries: savevm support for PAPR virtual SCSIDavid Gibson1-1/+81
2013-07-29pseries: rework PAPR virtual SCSIAlexey Kardashevskiy1-93/+130
2013-07-23scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber7-14/+49
2013-07-23megasas: Legacy command line handling fixAndreas Färber1-1/+4
2013-07-23scsi/esp: Use QOM realize for scsi espHu Tao1-8/+11
2013-07-23scsi/esp: QOM'ify some moreHu Tao1-8/+13
2013-07-23scsi/esp-pci: QOM parent field cleanupAndreas Färber1-6/+9
2013-07-23scsi/esp-pci: QOM Upcast SweepPeter Crosthwaite1-5/+9
2013-07-23scsi/megasas: QOM parent field cleanupAndreas Färber1-20/+26
2013-07-23scsi/megasas: QOM Upcast SweepPeter Crosthwaite1-5/+10
2013-07-23scsi/lsi53c895a: QOM parent field cleanupAndreas Färber1-19/+27
2013-07-23scsi/lsi53c895a: QOM Upcast SweepPeter Crosthwaite1-10/+16
2013-07-23hw: Avoid use of QOM type name macros in VMStateDescriptionsPeter Maydell1-2/+2
2013-07-04hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini5-10/+14
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini5-9/+9
2013-07-04dma: keep a device alive while it has SGListsPaolo Bonzini1-4/+6
2013-07-04scsi: keep device alive while it has requestsPaolo Bonzini1-2/+10
2013-06-20dma: eliminate DMAContextPaolo Bonzini3-4/+4
2013-06-18vhost-scsi: fix k->set_guest_notifiers() NULL dereferenceStefan Hajnoczi1-1/+1
2013-06-18scsi-disk: scsi-block device for scsi pass-through should not be removablePavel Hrdina1-3/+11
2013-06-18scsi-generic: check the return value of bdrv_aio_ioctl in execute_commandPavel Hrdina1-0/+3
2013-06-18scsi-generic: fix sign extension of READ CAPACITY(10) dataPaolo Bonzini1-2/+3
2013-06-18scsi: reset cdrom tray statuses on scsi_disk_resetPavel Hrdina1-0/+3
2013-06-11hw/scsi: Don't increment a boolean valueStefan Weil1-1/+1
2013-05-24exec: eliminate qemu_put_ram_ptrPaolo Bonzini1-1/+0
2013-05-03virtio-scsi: fix the command line compatibility.KONRAD Frederic1-1/+2
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic8-9/+10
2013-04-26pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson1-6/+9
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic1-1/+1
2013-04-24virtio: remove virtiobindings.KONRAD Frederic1-5/+9
2013-04-24virtio: remove the function pointer.KONRAD Frederic2-10/+0
2013-04-19vhost-scsi: new device supporting the tcm_vhost Linux kernel moduleNicholas Bellinger2-1/+293
2013-04-19virtio-scsi: create VirtIOSCSICommonPaolo Bonzini1-140/+72
2013-04-19scsi: VMWare PVSCSI paravirtual device implementationDmitry Fleytman3-0/+1651
2013-04-19scsi: avoid assertion failure on VERIFY commandPaolo Bonzini1-5/+14
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini5-3/+1708
2013-04-08hw: move SCSI controllers to hw/scsi/, configure via default-configs/Paolo Bonzini2-0/+983
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini2-0/+775
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini8-0/+10531
2013-04-08hw: make subdirectories for devicesPaolo Bonzini1-0/+0