aboutsummaryrefslogtreecommitdiff
path: root/lib/libvirtio/virtio.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-12virtio: Compile with -WextraAlexey Kardashevskiy1-1/+1
2019-12-05virtio: Enable IOMMUAlexey Kardashevskiy1-1/+86
2019-12-05virtio: Store queue descriptors in virtio_deviceAlexey Kardashevskiy1-74/+51
2019-11-11virtio: Make virtio_set_qaddr staticAlexey Kardashevskiy1-1/+1
2017-08-07virtio-net: rework the driver to support multiple openNikunj A Dadhania1-0/+7
2016-02-08virtio: add and enable 1.0 device setupNikunj A Dadhania1-13/+130
2016-02-08virtio: 1.0 guest features negotiationNikunj A Dadhania1-0/+42
2016-02-08virtio: update features set/get register accessorNikunj A Dadhania1-4/+38
2016-02-08virtio: make all virtio apis 1.0 awareNikunj A Dadhania1-32/+117
2016-02-08virtio: add 64-bit virtio helpers for 1.0Nikunj A Dadhania1-0/+25
2016-02-08virtio: add virtio 1.0 related struct and definesNikunj A Dadhania1-0/+19
2016-02-08virtio: get rid of type variable in virtio_deviceNikunj A Dadhania1-43/+21
2016-02-08virtio-blk: add helpers for filling descriptorsNikunj A Dadhania1-0/+19
2016-02-08virtio: introduce helper for initializing virt queueNikunj A Dadhania1-1/+22
2016-02-08virtio: fix code style/design issues.Nikunj A Dadhania1-34/+29
2015-03-13virtio: Fix vring allocationAlexey Kardashevskiy1-2/+4
2014-04-25virtio-blk: support variable block sizeNikunj A Dadhania1-1/+12
2013-05-21virtio: Add a virtio-set-qaddr helperNikunj A. Dadhania1-0/+15
2012-01-19Add virtfs supportBenjamin Herrenschmidt1-0/+22
2012-01-19Move virtio to a separate libraryBenjamin Herrenschmidt1-0/+191