summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools/lguest: insert device references from the 1.0 spec (4.1 Virtio Over PCI)Rusty Russell2015-02-131-9/+131
* tools/lguest: rename virtio_pci_cfg_cap field to match spec.Rusty Russell2015-02-131-8/+9
* tools/lguest: fix features_accepted logic in example launcher.Rusty Russell2015-02-131-1/+1
* tools/lguest: handle device reset correctly in example launcher.Rusty Russell2015-02-131-2/+18
* virtual: Documentation: simplify and generalize paravirt_ops.txtLuis R. Rodriguez2015-02-134-138/+36
* lguest: remove NOTIFY call and eventfd facility.Rusty Russell2015-02-116-215/+10
* lguest: remove NOTIFY facility from demonstration launcher.Rusty Russell2015-02-111-24/+1
* lguest: use the PCI console device's emerg_wr for early boot messages.Rusty Russell2015-02-111-12/+134
* lguest: always put console in PCI slot #1.Rusty Russell2015-02-111-3/+3
* lguest: support backdoor window.Rusty Russell2015-02-111-1/+100
* lguest: support emerg_wr in console device in example launcher.Rusty Russell2015-02-111-3/+14
* lguest: remove lguest bus definitions from header.Rusty Russell2015-02-111-47/+2
* lguest: remove support for lguest bus in demonstration launcher.Rusty Russell2015-02-111-333/+22
* lguest: remove support for lguest bus.Rusty Russell2015-02-112-543/+0
* lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher.Rusty Russell2015-02-111-0/+1
* lguest: Convert console device to virtio 1.0 PCI.Rusty Russell2015-02-111-7/+7
* lguest: Convert entropy device to virtio 1.0 PCI.Rusty Russell2015-02-111-5/+7
* lguest: Convert net device to virtio 1.0 PCI.Rusty Russell2015-02-111-20/+28
* lguest: Convert block device to virtio 1.0 PCI.Rusty Russell2015-02-111-21/+9
* lguest: add a dummy PCI host bridge.Rusty Russell2015-02-111-0/+14
* lguest: fix failure to find linux/virtio_types.hRusty Russell2015-02-111-1/+7
* lguest: implement virtio-PCI MMIO accesses.Rusty Russell2015-02-111-2/+490
* lguest: add PCI config space emulation to example launcher.Rusty Russell2015-02-111-5/+211
* lguest: decode mmio accesses for PCI in example launcher.Rusty Russell2015-02-111-0/+167
* lguest: add MMIO region allocator in example launcher.Rusty Russell2015-02-111-5/+23
* lguest: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PICRusty Russell2015-02-111-0/+24
* lguest: disable ACPI explicitly.Rusty Russell2015-02-111-0/+4
* lguest: add iomem region, where guest page faults get sent to userspace.Rusty Russell2015-02-115-7/+58
* lguest: don't disable iospace.Rusty Russell2015-02-111-8/+0
* lguest: suppress PS/2 keyboard polling.Rusty Russell2015-02-111-0/+4
* lguest: send trap 13 through to userspace.Rusty Russell2015-02-112-90/+192
* lguest: add infrastructure to check mappings.Rusty Russell2015-02-112-13/+30
* lguest: add infrastructure for userspace to deliver a trap to the guest.Rusty Russell2015-02-112-0/+20
* lguest: write more information to userspace about pending traps.Rusty Russell2015-02-116-18/+42
* lguest: add operations to get/set a register from the Launcher.Rusty Russell2015-02-115-0/+108
* lguest: have --rng read from /dev/urandom not /dev/random.Rusty Russell2015-02-111-5/+5
* virtio: don't require a config space on the console device.Rusty Russell2015-02-111-1/+4
* virtio_pci: use 16-bit accessor for queue_enable.Rusty Russell2015-02-111-2/+2
* virtio: Don't expose legacy config features when VIRTIO_CONFIG_NO_LEGACY defi...Rusty Russell2015-02-111-0/+2
* virtio: Don't expose legacy block features when VIRTIO_BLK_NO_LEGACY defined.Rusty Russell2015-02-111-4/+13
* virtio: define VIRTIO_PCI_CAP_PCI_CFG in header.Rusty Russell2015-02-111-1/+3
* virtio: Avoid possible kernel panic if DEBUG is enabled.Tetsuo Handa2015-02-111-3/+3
* virtio-mmio: Update the device to OASIS spec versionPawel Moll2015-01-232-57/+118
* virtio_pci_modern: drop an unused functionMichael S. Tsirkin2015-01-211-8/+0
* virtio_pci: add module param to force legacy modeMichael S. Tsirkin2015-01-211-4/+21
* virtio_pci: add an option to disable legacy driverMichael S. Tsirkin2015-01-213-1/+31
* virtio_pci: drop Kconfig warningsMichael S. Tsirkin2015-01-211-3/+0
* virtio_pci: Kconfig grammar fixMichael S. Tsirkin2015-01-211-1/+1
* virtio_rng: drop extra empty lineMichael S. Tsirkin2015-01-211-1/+0
* virtio_ring: coding style fixMichael S. Tsirkin2015-01-211-2/+1
OpenPOWER on IntegriCloud