aboutsummaryrefslogtreecommitdiff
path: root/src/hw/virtio-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-24scsi: Add fields for specifying target and lun of SCSI devicesHelge Deller1-1/+1
2020-07-28virtio-scsi: fix boot prio detection by using correct lunStefan Reiter1-3/+3
2020-05-15virtio-mmio: add support for scsi devices.Gerd Hoffmann1-11/+62
2020-01-14virtio-scsi: skip initializing non-bootable devicesGerd Hoffmann1-1/+10
2020-01-14virtio: Do not init non-bootable devicesAlexey Kirillov1-1/+10
2019-11-18geometry: Apply LCHS values for boot devicesSam Eiderman1-0/+2
2019-11-18Revert "geometry: Apply LCHS values for boot devices"Gerd Hoffmann1-2/+0
2019-11-06geometry: Apply LCHS values for boot devicesSam Eiderman1-0/+2
2017-09-27virtio: Allocate drive_s storage in low memoryKevin O'Connor1-2/+1
2017-09-27block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor1-1/+1
2017-07-07virtio: IOMMU supportJason Wang1-1/+2
2017-05-02virtio-scsi: enumerate luns with REPORT LUNSRoman Kagan1-12/+26
2016-04-06virtio: Use threads when scanning for virtio devicesKevin O'Connor1-2/+4
2016-02-03pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor1-1/+1
2016-02-03pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor1-9/+4
2015-07-14blockcmd: Convert cdb_is_read() to scsi_is_read()Kevin O'Connor1-1/+1
2015-07-14virtio-scsi: Handle virtio drives directly via 'struct disk_op_s' requestsKevin O'Connor1-22/+15
2015-07-01virtio-scsi: 32bit cleanupGerd Hoffmann1-6/+6
2015-07-01virtio: also probe version 1.0 pci idsGerd Hoffmann1-2/+3
2015-07-01virtio-scsi: fix initialization for version 1.0Gerd Hoffmann1-2/+23
2015-07-01virtio: pass struct pci_device to vp_init_simpleGerd Hoffmann1-1/+1
2015-07-01virtio: add struct vp_deviceGerd Hoffmann1-15/+22
2014-03-20init_virtio_blk, init_virtio_scsi: reset HBA on errorEric Northup1-3/+2
2014-01-17init_virtio_scsi(): reset the HBA before freeing its virtio ringLaszlo Ersek1-1/+3
2013-10-26Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor1-6/+7
2013-09-18Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor1-1/+0
2013-09-18Split disk.h into block.h and std/disk.h.Kevin O'Connor1-1/+2
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-8/+9
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-0/+182