summaryrefslogtreecommitdiff
path: root/src/dev/virtio
AgeCommit message (Expand)Author
2018-10-17dev: Explicitly specify the endianness for packet accessors.Gabe Black
2018-03-06dev: Leave last byte in strncpy for NULLSiddhesh Poyarekar
2017-11-08dev: Move generic serial devices to src/dev/serialAndreas Sandberg
2017-11-08dev: Refactor UART->Terminal interfaceAndreas Sandberg
2017-09-25dev, virtio: Improvements to diod process handlingAnouk Van Laer
2017-07-10dev: Fix address type promotion issues in VirtIO devicesSascha Bischoff
2017-06-16dev, virtio: Use of Unix socket for virtIO 9P deviceAnouk Van Laer
2017-04-03dev: Align BAR0 size to power of 2 for VirtIO devicesSascha Bischoff
2017-04-03dev: Add a dummy VirtIO deviceAndreas Sandberg
2017-04-03dev: Rename VirtIO PCI debug flagAndreas Sandberg
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-05-19dev, virtio: properly set PCI address space to use IOREGBjoern A. Zeeb
2016-02-06style: fix missing spaces in control statementsSteve Reinhardt
2015-12-10dev: Move storage devices to src/dev/storage/Andreas Sandberg
2015-12-10dev: Move existing PCI device functionality to src/dev/pciAndreas Sandberg
2015-11-05dev: Add basic checkpoint support to VirtIO9PProxy deviceSascha Bischoff
2015-10-12misc: Add explicit overrides and fix other clang >= 3.5 issuesAndreas Hansson
2015-10-12misc: Remove redundant compiler-specific definesAndreas Hansson
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2015-02-03dev: Correctly clear interrupts in VirtIO PCIAndreas Sandberg
2014-12-08dev: Correctly transform packets into responsesAndreas Sandberg
2014-12-02mem: Remove redundant Packet::allocate callsAndreas Hansson
2014-11-24misc: Another round of static analysis fixupsAndreas Hansson
2014-09-20dev: Add support for 9p proxying over VirtIOAndreas Sandberg
2014-09-20dev: Add a VirtIO block device modelAndreas Sandberg
2014-09-20dev: Add a VirtIO console device modelAndreas Sandberg
2014-09-20dev, pci: Implement basic VirtIO supportAndreas Sandberg