aboutsummaryrefslogtreecommitdiff
path: root/lib/libvirtio/virtio-blk.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-28Fix typos in the remaining lib foldersThomas Huth1-3/+3
2019-12-05virtio: Enable IOMMUAlexey Kardashevskiy1-0/+4
2019-12-05virtio: Store queue descriptors in virtio_deviceAlexey Kardashevskiy1-31/+21
2017-02-03virtio: Remove global variables in block and 9p driverThomas Huth1-6/+3
2016-11-24virtio: Implement block write supportThomas Huth1-12/+15
2016-02-08virtio-blk: enable virtio 1.0Nikunj A Dadhania1-19/+31
2016-02-08virtio: add and enable 1.0 device setupNikunj A Dadhania1-0/+3
2016-02-08virtio: update features set/get register accessorNikunj A Dadhania1-1/+1
2016-02-08virtio-{net,blk,scsi,9p}: use status variableNikunj A Dadhania1-9/+13
2016-02-08virtio-blk: add helpers for filling descriptorsNikunj A Dadhania1-15/+21
2016-02-08virtio-{blk,9p}: enable resetting the deviceNikunj A Dadhania1-4/+1
2016-02-08virtio: introduce helper for initializing virt queueNikunj A Dadhania1-0/+8
2016-02-08virtio-blk: fix gcc warnings (-Wextra)Nikunj A Dadhania1-1/+1
2014-04-25virtio-blk: support variable block sizeNikunj A Dadhania1-6/+28
2013-11-18virtio: timeout after 5secNikunj A Dadhania1-4/+7
2013-07-25Use a global definition of sync() and mb()Benjamin Herrenschmidt1-5/+3
2012-01-19Add virtfs supportBenjamin Herrenschmidt1-1/+5
2012-01-19Move virtio to a separate libraryBenjamin Herrenschmidt1-0/+158