aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/virtio-blk.c
Commit message (Expand)AuthorAgeFilesLines
* virtio: finalize features before using devicerel-1.16.1Xuan Zhuo2022-11-231-9/+13
* virtio-blk: Fix incorrect type conversion in virtio_blk_op()Xiaofei Lee2022-11-221-1/+1
* virtio-blk: use larger default request sizeGerd Hoffmann2022-07-071-1/+1
* virtio-blk: split large IO according to size_maxAndy Pei2021-12-181-1/+34
* virtio-blk: abstract a function named virtio_blk_op_one_segment to handle r/w...Andy Pei2021-12-181-20/+28
* virtio-blk: add feature VIRTIO_BLK_F_SIZE_MAX and VIRTIO_BLK_F_SEG_MAXAndy Pei2021-12-181-8/+43
* virtio-mmio: add support for block devices.Gerd Hoffmann2020-05-151-0/+71
* virtio: Do not init non-bootable devicesAlexey Kirillov2020-01-141-1/+10
* geometry: Apply LCHS values for boot devicesSam Eiderman2019-11-181-0/+2
* Revert "geometry: Apply LCHS values for boot devices"Gerd Hoffmann2019-11-181-2/+0
* geometry: Apply LCHS values for boot devicesSam Eiderman2019-11-061-0/+2
* virtio: Allocate drive_s storage in low memoryKevin O'Connor2017-09-271-6/+6
* block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor2017-09-271-1/+1
* virtio: IOMMU supportJason Wang2017-07-071-1/+2
* virtio: Use threads when scanning for virtio devicesKevin O'Connor2016-04-061-2/+4
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-031-1/+1
* pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor2016-02-031-25/+14
* virtio: Minor - replace tab characters with spaceKevin O'Connor2015-10-241-2/+2
* block: Rename process_XXX_op() functions to XXX_process_op()Kevin O'Connor2015-07-141-1/+1
* block: Introduce default_process_op() with common command handling codesKevin O'Connor2015-07-141-7/+1
* block: Split process_op() command dispatch up into multiple functionsKevin O'Connor2015-07-141-1/+1
* virtio-blk: 32bit cleanupGerd Hoffmann2015-07-011-4/+4
* virtio: also probe version 1.0 pci idsGerd Hoffmann2015-07-011-2/+3
* virtio-blk: fix initialization for version 1.0Gerd Hoffmann2015-07-011-21/+69
* virtio: make features 64bit, support version 1.0 featuresGerd Hoffmann2015-07-011-1/+1
* virtio: pass struct pci_device to vp_init_simpleGerd Hoffmann2015-07-011-1/+1
* virtio: add struct vp_deviceGerd Hoffmann2015-07-011-10/+9
* virtio: run drivers in 32bit modeGerd Hoffmann2015-07-011-1/+1
* init_virtio_blk, init_virtio_scsi: reset HBA on errorEric Northup2014-03-201-0/+1
* Remove unnecesary updates of the disk op->count field.Kevin O'Connor2013-12-271-1/+0
* Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor2013-10-261-25/+25
* Rename fields of 'struct chs_s' and use in floppy lba2chs().Kevin O'Connor2013-10-141-3/+3
* Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor2013-09-181-1/+0
* Split disk.h into block.h and std/disk.h.Kevin O'Connor2013-09-181-1/+2
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-7/+8
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-0/+174