aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/virtio-scsi.c
Commit message (Expand)AuthorAgeFilesLines
* virtio: Allocate drive_s storage in low memoryKevin O'Connor2017-09-271-2/+1
* block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor2017-09-271-1/+1
* virtio: IOMMU supportJason Wang2017-07-071-1/+2
* virtio-scsi: enumerate luns with REPORT LUNSRoman Kagan2017-05-021-12/+26
* virtio: Use threads when scanning for virtio devicesKevin O'Connor2016-04-061-2/+4
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-031-1/+1
* pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor2016-02-031-9/+4
* blockcmd: Convert cdb_is_read() to scsi_is_read()Kevin O'Connor2015-07-141-1/+1
* virtio-scsi: Handle virtio drives directly via 'struct disk_op_s' requestsKevin O'Connor2015-07-141-22/+15
* virtio-scsi: 32bit cleanupGerd Hoffmann2015-07-011-6/+6
* virtio: also probe version 1.0 pci idsGerd Hoffmann2015-07-011-2/+3
* virtio-scsi: fix initialization for version 1.0Gerd Hoffmann2015-07-011-2/+23
* virtio: pass struct pci_device to vp_init_simpleGerd Hoffmann2015-07-011-1/+1
* virtio: add struct vp_deviceGerd Hoffmann2015-07-011-15/+22
* init_virtio_blk, init_virtio_scsi: reset HBA on errorEric Northup2014-03-201-3/+2
* init_virtio_scsi(): reset the HBA before freeing its virtio ringLaszlo Ersek2014-01-171-1/+3
* Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor2013-10-261-6/+7
* Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor2013-09-181-1/+0
* Split disk.h into block.h and std/disk.h.Kevin O'Connor2013-09-181-1/+2
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-8/+9
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-0/+182