aboutsummaryrefslogtreecommitdiff
path: root/lib/libvirtio
AgeCommit message (Expand)AuthorFilesLines
2021-02-12virtio: Compile with -WextraAlexey Kardashevskiy2-5/+5
2020-03-11virtio-serial: Close device completelyAlexey Kardashevskiy1-0/+7
2020-03-06virtio: Fix typo in virtio_serial_init()Cédric Le Goater1-1/+1
2019-12-05virtio: Enable IOMMUAlexey Kardashevskiy7-6/+116
2019-12-05virtio-net: Init queues after features negotiationAlexey Kardashevskiy1-13/+14
2019-12-05virtio: Store queue descriptors in virtio_deviceAlexey Kardashevskiy9-251/+174
2019-11-11virtio: Make virtio_set_qaddr staticAlexey Kardashevskiy4-11/+1
2017-12-11libvirtio: Mark struct virtio_scsi_req_cmd as packedThomas Huth1-1/+1
2017-08-07virtio-net: rework the driver to support multiple openNikunj A Dadhania5-92/+128
2017-02-06virtio-scsi: initialize vring avail queue buffersLaurent Vivier1-13/+15
2017-02-03virtio: Remove global variables in block and 9p driverThomas Huth2-12/+6
2016-11-24virtio: Implement block write supportThomas Huth4-14/+28
2016-11-24virtio-scsi: Fix descriptor order for SCSI WRITE commandsThomas Huth1-5/+14
2016-11-10virtio: Fix stack comment of virtio-blk-readThomas Huth1-1/+1
2016-10-19virtio-serial: Fix compile errorAlexey Kardashevskiy1-1/+2
2016-10-13Add virtio-serial device supportNikunj A Dadhania5-1/+269
2016-06-27virtio-net: fix ring handling in receiveNikunj A Dadhania1-2/+4
2016-05-02virtio: White space cleanup in virtio-9p.cThomas Huth1-6/+6
2016-05-02virtio: Add modern version 1.0 support to 9p driverThomas Huth1-18/+19
2016-02-11virtio-scsi: enable virtio 1.0Nikunj A Dadhania1-15/+24
2016-02-11virtio-scsi: use virtio_fill desc apiNikunj A Dadhania1-19/+15
2016-02-11virtio-scsi: use idx during initializationNikunj A Dadhania1-1/+1
2016-02-08virtio-net: enable virtio 1.0Nikunj A Dadhania2-33/+64
2016-02-08virtio-blk: enable virtio 1.0Nikunj A Dadhania1-19/+31
2016-02-08virtio: 1.0 helper to read 16/32/64 bit valueNikunj A Dadhania1-0/+48
2016-02-08virtio: add and enable 1.0 device setupNikunj A Dadhania8-18/+151
2016-02-08virtio: 1.0 guest features negotiationNikunj A Dadhania2-0/+44
2016-02-08virtio: update features set/get register accessorNikunj A Dadhania3-7/+41
2016-02-08virtio: make all virtio apis 1.0 awareNikunj A Dadhania2-33/+118
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 Dadhania2-1/+46
2016-02-08virtio: get rid of type variable in virtio_deviceNikunj A Dadhania3-46/+21
2016-02-08virtio-net: move setup-mac to the open routineNikunj A Dadhania3-9/+8
2016-02-08virtio-net: make net_hdr_size a variableNikunj A Dadhania1-9/+12
2016-02-08virtio-net: replace vq array with vq_{tx,rx}Nikunj A Dadhania1-29/+30
2016-02-08virtio-net: use virtio_fill_descNikunj A Dadhania1-24/+11
2016-02-08virtio-{net,blk,scsi,9p}: use status variableNikunj A Dadhania4-28/+43
2016-02-08virtio-blk: add helpers for filling descriptorsNikunj A Dadhania3-15/+44
2016-02-08virtio-{blk,9p}: enable resetting the deviceNikunj A Dadhania2-9/+2
2016-02-08virtio: introduce helper for initializing virt queueNikunj A Dadhania6-51/+53
2016-02-08virtio: fix code style/design issues.Nikunj A Dadhania5-123/+117
2016-02-08virtio-net: fix gcc warnings (-Wextra)Nikunj A Dadhania4-6/+6
2016-02-08virtio-blk: fix gcc warnings (-Wextra)Nikunj A Dadhania2-2/+2
2015-03-23Include make.rules in the library MakefilesThomas Huth1-0/+2
2015-03-13virtio: Fix vring allocationAlexey Kardashevskiy1-2/+4
2014-04-25virtio-blk: support variable block sizeNikunj A Dadhania5-15/+49
2014-02-04virtio-9p: disable unused structureNikunj A Dadhania1-1/+2
2013-11-18virtio: timeout after 5secNikunj A Dadhania3-12/+20
2013-11-17Increase virtio-net receive queue sizeAvik Sil1-1/+1
2013-11-16Fix dprintf macros at various pointsNikunj A Dadhania2-2/+2