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
/
pvscsi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Rename disk_op_s->drive_gf to drive_fl
Kevin O'Connor
2017-09-27
1
-1
/
+1
*
pvscsi: fix the comment about lun enumeration
Roman Kagan
2017-05-02
1
-1
/
+1
*
pvscsi: Use high memory for rings
Dana Rubin
2016-08-05
1
-4
/
+4
*
pvscsi: Fix incorrect arguments order in call to memalign_low
Dana Rubin
2016-08-05
1
-1
/
+1
*
scsi: Launch a thread when scanning for drives in the scsi drivers
Kevin O'Connor
2016-04-06
1
-4
/
+4
*
scsi: Always use MAXDESCSIZE when building drive description
Kevin O'Connor
2016-02-03
1
-1
/
+1
*
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
-6
/
+2
*
pvscsi: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-9
/
+8
*
virtio: Move standard definitions from virtio-ring.h to standard headers
Kevin O'Connor
2015-10-15
1
-1
/
+1
*
blockcmd: Convert cdb_is_read() to scsi_is_read()
Kevin O'Connor
2015-07-14
1
-1
/
+1
*
pvscsi: Handle pvscsi drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-19
/
+12
*
pvscsi: Move pvscsi_fill_req() code into pvscsi_cmd()
Kevin O'Connor
2015-07-14
1
-24
/
+15
*
pvscsi: Remove use of LOWFLAT and GLOBALFLAT macros.
Kevin O'Connor
2013-12-27
1
-41
/
+33
*
pvscsi: Always run entirely in 32bit mode.
Kevin O'Connor
2013-12-27
1
-15
/
+15
*
pvscsi: Don't store reference to struct pci_device.
Kevin O'Connor
2013-12-27
1
-2
/
+0
*
Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.
Kevin O'Connor
2013-10-26
1
-9
/
+10
*
Add pvscsi boot support
Evgeny Budilovsky
2013-10-26
1
-0
/
+363