summaryrefslogtreecommitdiffstats
path: root/pc-bios/s390-ccw/virtio.c
Commit message (Expand)AuthorAgeFilesLines
* pc-bios/s390-ccw/virtio: Beautify the code for reading virtqueue configurationThomas Huth2022-07-061-3/+2Star
* pc-bios/s390-ccw/virtio: Read device config after feature negotiationThomas Huth2022-07-061-4/+3Star
* pc-bios/s390-ccw/virtio: Set missing status bits while initializingThomas Huth2022-07-061-4/+14
* pc-bios/s390-ccw: Fix inline assembly for older versions of ClangThomas Huth2021-05-141-1/+1
* pc-bios: s390x: Consolidate timing functions into time.hJanosch Frank2020-07-021-15/+3Star
* s390-bios: Use control unit type to determine boot methodJason J. Herne2019-04-121-1/+0Star
* s390-bios: Refactor virtio to run channel programs via cioJason J. Herne2019-04-121-30/+27Star
* s390-bios: Decouple channel i/o logic from virtioJason J. Herne2019-04-121-25/+2Star
* pc-bios/s390-ccw: Increase virtio timeout to 30 secondsThomas Huth2018-04-031-1/+1
* s390-ccw: read user input for boot index via the SCLP consoleCollin L. Walling2018-02-261-1/+1
* pc-bios/s390-ccw: Add virtio-net driver codeThomas Huth2017-07-141-0/+5
* pc-bios/s390-ccw: Add code for virtio feature negotiationThomas Huth2017-07-141-6/+17
* pc-bios/s390-ccw: Move virtio-block related functions into a separate fileThomas Huth2017-07-141-271/+6Star
* pc-bios/s390-ccw: Move libc functions to separate headerThomas Huth2017-07-141-0/+1
* pc-bios/s390-ccw: Use the ccw bios to start the network bootFarhan Ali2017-02-281-0/+1
* pc-bios/s390-ccw: enable subchannel for IPL I/O devicesDong Jia Shi2016-09-281-1/+2
* pc-bios/s390-ccw: enable virtio-scsiEugene (jno) Dvurechenski2016-03-231-32/+81
* pc-bios/s390-ccw: add simplified virtio callEugene (jno) Dvurechenski2016-03-231-0/+17
* pc-bios/s390-ccw: make provisions for different backendsEugene (jno) Dvurechenski2016-03-231-38/+92
* pc-bios/s390-ccw: add vdev object to store all device detailsEugene (jno) Dvurechenski2016-03-231-83/+98
* pc-bios/s390-ccw: update virtio implementation to allow up to 3 vringsEugene (jno) Dvurechenski2016-03-231-54/+86
* pc-bios/s390-ccw: qemuize typesEugene (jno) Dvurechenski2016-03-231-23/+23
* pc-bios/s390-ccw: add utility functions and "export" some othersEugene (jno) Dvurechenski2016-03-231-1/+1
* pc-bios/s390-ccw: virtio_panic -> panicEugene (jno) Dvurechenski2016-03-231-4/+4
* pc-bios/s390-ccw: ISO-9660 El Torito boot implementationMaxim Samoylov2015-11-111-0/+7
* s390-ccw.img: Reinitialize guessing on rebootChristian Borntraeger2015-03-101-0/+1
* s390-ccw.img: Allow bigger ramdisk sizes or offsetsChristian Borntraeger2015-03-101-2/+2
* pc-bios/s390-ccw: fix sparse warningsChristian Borntraeger2015-02-031-1/+1
* pc-bios/s390-ccw Really big EAV ECKD DASD handlingEugene (jno) Dvurechenski2014-09-011-5/+6
* pc-bios/s390-ccw: handle more ECKD DASD block sizesEugene (jno) Dvurechenski2014-09-011-3/+24
* pc-bios/s390-ccw: support all virtio block sizeEugene (jno) Dvurechenski2014-09-011-6/+8
* pc-bios/s390-ccw: handle different sector sizesEugene (jno) Dvurechenski2014-06-271-5/+91
* pc-bios/s390-ccw: make checkpatch happyEugene (jno) Dvurechenski2014-06-271-13/+13
* pc-bios/s390-ccw: virtio_load_direct() can't load max number of sectorsDavid Hildenbrand2014-06-231-1/+1
* s390-ccw.img: Fix sporadic reboot hangs: Initialize next_idxChristian Borntraeger2014-02-271-0/+1
* s390/ipl: Fix waiting for virtio processingCornelia Huck2013-09-201-3/+4
* s390/IPL: Allow boot from other ssid than 0Dominik Dingel2013-07-291-0/+18
* s390/ipl: Fix spurious errors in virtioChristian Borntraeger2013-05-311-0/+5
* s390-ccw.img: Get queue config from host.Cornelia Huck2013-04-261-3/+7
* s390-ccw.img: Rudimentary error checking.Cornelia Huck2013-04-261-6/+15
* s390-ccw.img: Enhance drain_irqs().Cornelia Huck2013-04-261-2/+11
* s390-ccw.img: Fix compile warning in s390 ccw virtio codeChristian Borntraeger2013-04-261-1/+3
* S390: ccw firmware: Add virtio device driversAlexander Graf2013-04-261-0/+274