summaryrefslogtreecommitdiff
path: root/tools/lguest/lguest.c
AgeCommit message (Expand)Author
2015-02-11lguest: Convert entropy device to virtio 1.0 PCI.Rusty Russell
2015-02-11lguest: Convert net device to virtio 1.0 PCI.Rusty Russell
2015-02-11lguest: Convert block device to virtio 1.0 PCI.Rusty Russell
2015-02-11lguest: add a dummy PCI host bridge.Rusty Russell
2015-02-11lguest: implement virtio-PCI MMIO accesses.Rusty Russell
2015-02-11lguest: add PCI config space emulation to example launcher.Rusty Russell
2015-02-11lguest: decode mmio accesses for PCI in example launcher.Rusty Russell
2015-02-11lguest: add MMIO region allocator in example launcher.Rusty Russell
2015-02-11lguest: add iomem region, where guest page faults get sent to userspace.Rusty Russell
2015-02-11lguest: suppress PS/2 keyboard polling.Rusty Russell
2015-02-11lguest: send trap 13 through to userspace.Rusty Russell
2015-02-11lguest: write more information to userspace about pending traps.Rusty Russell
2015-02-11lguest: have --rng read from /dev/urandom not /dev/random.Rusty Russell
2013-07-15tools/lguest: offer VIRTIO_F_ANY_LAYOUT for net device.Rusty Russell
2013-07-04lguest: fix example launcher compilation for broken glibc headers.Rusty Russell
2013-07-02tools/lguest: real barriers.Rusty Russell
2013-07-02tools/lguest: fix missing rmb().Rusty Russell
2012-10-22lguest: fix block request handling in example launcher.Rusty Russell
2012-10-04lguest: fix occasional crash in example launcher.Rusty Russell
2012-01-12lguest: move the lguest tool to the tools directoryDavidlohr Bueso