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-blk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio-mmio: add support for block devices.
Gerd Hoffmann
2020-05-15
1
-0
/
+71
*
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
-6
/
+6
*
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: 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
-25
/
+14
*
virtio: Minor - replace tab characters with space
Kevin O'Connor
2015-10-24
1
-2
/
+2
*
block: Rename process_XXX_op() functions to XXX_process_op()
Kevin O'Connor
2015-07-14
1
-1
/
+1
*
block: Introduce default_process_op() with common command handling codes
Kevin O'Connor
2015-07-14
1
-7
/
+1
*
block: Split process_op() command dispatch up into multiple functions
Kevin O'Connor
2015-07-14
1
-1
/
+1
*
virtio-blk: 32bit cleanup
Gerd Hoffmann
2015-07-01
1
-4
/
+4
*
virtio: also probe version 1.0 pci ids
Gerd Hoffmann
2015-07-01
1
-2
/
+3
*
virtio-blk: fix initialization for version 1.0
Gerd Hoffmann
2015-07-01
1
-21
/
+69
*
virtio: make features 64bit, support version 1.0 features
Gerd Hoffmann
2015-07-01
1
-1
/
+1
*
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
-10
/
+9
*
virtio: run drivers in 32bit mode
Gerd Hoffmann
2015-07-01
1
-1
/
+1
*
init_virtio_blk, init_virtio_scsi: reset HBA on error
Eric Northup
2014-03-20
1
-0
/
+1
*
Remove unnecesary updates of the disk op->count field.
Kevin O'Connor
2013-12-27
1
-1
/
+0
*
Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.
Kevin O'Connor
2013-10-26
1
-25
/
+25
*
Rename fields of 'struct chs_s' and use in floppy lba2chs().
Kevin O'Connor
2013-10-14
1
-3
/
+3
*
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
-7
/
+8
*
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
/
+174