aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-13tools/lguest: more documentation and checking of virtio 1.0 compliance.Rusty Russell1-14/+293
2015-02-13lguest: don't look in console features to find emerg_wr.Rusty Russell1-33/+24
2015-02-13tools/lguest: don't start devices until DRIVER_OK status set.Rusty Russell1-8/+36
2015-02-13tools/lguest: handle indirect partway through chain.Rusty Russell1-12/+13
2015-02-13tools/lguest: insert driver references from the 1.0 spec (4.1 Virtio Over PCI)Rusty Russell1-2/+57
2015-02-13tools/lguest: insert device references from the 1.0 spec (4.1 Virtio Over PCI)Rusty Russell1-9/+131
2015-02-13tools/lguest: rename virtio_pci_cfg_cap field to match spec.Rusty Russell1-8/+9
2015-02-13tools/lguest: fix features_accepted logic in example launcher.Rusty Russell1-1/+1
2015-02-13tools/lguest: handle device reset correctly in example launcher.Rusty Russell1-2/+18
2015-02-13virtual: Documentation: simplify and generalize paravirt_ops.txtLuis R. Rodriguez4-138/+36
2015-02-11lguest: remove NOTIFY call and eventfd facility.Rusty Russell6-215/+10
2015-02-11lguest: remove NOTIFY facility from demonstration launcher.Rusty Russell1-24/+1
2015-02-11lguest: use the PCI console device's emerg_wr for early boot messages.Rusty Russell1-12/+134
2015-02-11lguest: always put console in PCI slot #1.Rusty Russell1-3/+3
2015-02-11lguest: support backdoor window.Rusty Russell1-1/+100
2015-02-11lguest: support emerg_wr in console device in example launcher.Rusty Russell1-3/+14
2015-02-11lguest: remove lguest bus definitions from header.Rusty Russell1-47/+2
2015-02-11lguest: remove support for lguest bus in demonstration launcher.Rusty Russell1-333/+22
2015-02-11lguest: remove support for lguest bus.Rusty Russell2-543/+0
2015-02-11lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher.Rusty Russell1-0/+1
2015-02-11lguest: Convert console device to virtio 1.0 PCI.Rusty Russell1-7/+7
2015-02-11lguest: Convert entropy device to virtio 1.0 PCI.Rusty Russell1-5/+7
2015-02-11lguest: Convert net device to virtio 1.0 PCI.Rusty Russell1-20/+28
2015-02-11lguest: Convert block device to virtio 1.0 PCI.Rusty Russell1-21/+9
2015-02-11lguest: add a dummy PCI host bridge.Rusty Russell1-0/+14
2015-02-11lguest: fix failure to find linux/virtio_types.hRusty Russell1-1/+7
2015-02-11lguest: implement virtio-PCI MMIO accesses.Rusty Russell1-2/+490
2015-02-11lguest: add PCI config space emulation to example launcher.Rusty Russell1-5/+211
2015-02-11lguest: decode mmio accesses for PCI in example launcher.Rusty Russell1-0/+167
2015-02-11lguest: add MMIO region allocator in example launcher.Rusty Russell1-5/+23
2015-02-11lguest: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PICRusty Russell1-0/+24
2015-02-11lguest: disable ACPI explicitly.Rusty Russell1-0/+4
2015-02-11lguest: add iomem region, where guest page faults get sent to userspace.Rusty Russell5-7/+58
2015-02-11lguest: don't disable iospace.Rusty Russell1-8/+0
2015-02-11lguest: suppress PS/2 keyboard polling.Rusty Russell1-0/+4
2015-02-11lguest: send trap 13 through to userspace.Rusty Russell2-90/+192
2015-02-11lguest: add infrastructure to check mappings.Rusty Russell2-13/+30
2015-02-11lguest: add infrastructure for userspace to deliver a trap to the guest.Rusty Russell2-0/+20
2015-02-11lguest: write more information to userspace about pending traps.Rusty Russell6-18/+42
2015-02-11lguest: add operations to get/set a register from the Launcher.Rusty Russell5-0/+108
2015-02-11lguest: have --rng read from /dev/urandom not /dev/random.Rusty Russell1-5/+5
2015-02-11virtio: don't require a config space on the console device.Rusty Russell1-1/+4
2015-02-11virtio_pci: use 16-bit accessor for queue_enable.Rusty Russell1-2/+2
2015-02-11virtio: Don't expose legacy config features when VIRTIO_CONFIG_NO_LEGACY defined.Rusty Russell1-0/+2
2015-02-11virtio: Don't expose legacy block features when VIRTIO_BLK_NO_LEGACY defined.Rusty Russell1-4/+13
2015-02-11virtio: define VIRTIO_PCI_CAP_PCI_CFG in header.Rusty Russell1-1/+3
2015-02-11virtio: Avoid possible kernel panic if DEBUG is enabled.Tetsuo Handa1-3/+3
2015-01-23virtio-mmio: Update the device to OASIS spec versionPawel Moll2-57/+118
2015-01-21virtio_pci_modern: drop an unused functionMichael S. Tsirkin1-8/+0
2015-01-21virtio_pci: add module param to force legacy modeMichael S. Tsirkin1-4/+21