index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hw
/
virtio-scsi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio-mmio: add support for scsi devices.
Gerd Hoffmann
2020-05-15
1
-11
/
+62
*
virtio-scsi: skip initializing non-bootable devices
Gerd Hoffmann
2020-01-14
1
-1
/
+10
*
virtio: Do not init non-bootable devices
Alexey Kirillov
2020-01-14
1
-1
/
+10
*
geometry: Apply LCHS values for boot devices
Sam Eiderman
2019-11-18
1
-0
/
+2
*
Revert "geometry: Apply LCHS values for boot devices"
Gerd Hoffmann
2019-11-18
1
-2
/
+0
*
geometry: Apply LCHS values for boot devices
Sam Eiderman
2019-11-06
1
-0
/
+2
*
virtio: Allocate drive_s storage in low memory
Kevin O'Connor
2017-09-27
1
-2
/
+1
*
block: Rename disk_op_s->drive_gf to drive_fl
Kevin O'Connor
2017-09-27
1
-1
/
+1
*
virtio: IOMMU support
Jason Wang
2017-07-07
1
-1
/
+2
*
virtio-scsi: enumerate luns with REPORT LUNS
Roman Kagan
2017-05-02
1
-12
/
+26
*
virtio: Use threads when scanning for virtio devices
Kevin O'Connor
2016-04-06
1
-2
/
+4
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-1
/
+1
*
pci: Implement '%pP' printf handler for 'struct pci_device' pointers
Kevin O'Connor
2016-02-03
1
-9
/
+4
*
blockcmd: Convert cdb_is_read() to scsi_is_read()
Kevin O'Connor
2015-07-14
1
-1
/
+1
*
virtio-scsi: Handle virtio drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-22
/
+15
*
virtio-scsi: 32bit cleanup
Gerd Hoffmann
2015-07-01
1
-6
/
+6
*
virtio: also probe version 1.0 pci ids
Gerd Hoffmann
2015-07-01
1
-2
/
+3
*
virtio-scsi: fix initialization for version 1.0
Gerd Hoffmann
2015-07-01
1
-2
/
+23
*
virtio: pass struct pci_device to vp_init_simple
Gerd Hoffmann
2015-07-01
1
-1
/
+1
*
virtio: add struct vp_device
Gerd Hoffmann
2015-07-01
1
-15
/
+22
*
init_virtio_blk, init_virtio_scsi: reset HBA on error
Eric Northup
2014-03-20
1
-3
/
+2
*
init_virtio_scsi(): reset the HBA before freeing its virtio ring
Laszlo Ersek
2014-01-17
1
-1
/
+3
*
Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.
Kevin O'Connor
2013-10-26
1
-6
/
+7
*
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-8
/
+9
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-0
/
+182