aboutsummaryrefslogtreecommitdiff
path: root/src/hw/virtio-blk.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-15virtio-mmio: add support for block devices.Gerd Hoffmann1-0/+71
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-6/+6
2017-09-27block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor1-1/+1
2017-07-07virtio: IOMMU supportJason Wang1-1/+2
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-25/+14
2015-10-24virtio: Minor - replace tab characters with spaceKevin O'Connor1-2/+2
2015-07-14block: Rename process_XXX_op() functions to XXX_process_op()Kevin O'Connor1-1/+1
2015-07-14block: Introduce default_process_op() with common command handling codesKevin O'Connor1-7/+1
2015-07-14block: Split process_op() command dispatch up into multiple functionsKevin O'Connor1-1/+1
2015-07-01virtio-blk: 32bit cleanupGerd Hoffmann1-4/+4
2015-07-01virtio: also probe version 1.0 pci idsGerd Hoffmann1-2/+3
2015-07-01virtio-blk: fix initialization for version 1.0Gerd Hoffmann1-21/+69
2015-07-01virtio: make features 64bit, support version 1.0 featuresGerd Hoffmann1-1/+1
2015-07-01virtio: pass struct pci_device to vp_init_simpleGerd Hoffmann1-1/+1
2015-07-01virtio: add struct vp_deviceGerd Hoffmann1-10/+9
2015-07-01virtio: run drivers in 32bit modeGerd Hoffmann1-1/+1
2014-03-20init_virtio_blk, init_virtio_scsi: reset HBA on errorEric Northup1-0/+1
2013-12-27Remove unnecesary updates of the disk op->count field.Kevin O'Connor1-1/+0
2013-10-26Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor1-25/+25
2013-10-14Rename fields of 'struct chs_s' and use in floppy lba2chs().Kevin O'Connor1-3/+3
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-7/+8
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/+174