aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lguest (follow)
AgeCommit message (Expand)AuthorFilesLines
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: add iomem region, where guest page faults get sent to userspace.Rusty Russell1-1/+2
2015-02-11lguest: suppress PS/2 keyboard polling.Rusty Russell1-0/+4
2015-02-11lguest: send trap 13 through to userspace.Rusty Russell1-0/+149
2015-02-11lguest: write more information to userspace about pending traps.Rusty Russell1-6/+10
2015-02-11lguest: have --rng read from /dev/urandom not /dev/random.Rusty Russell1-5/+5
2013-07-15tools/lguest: offer VIRTIO_F_ANY_LAYOUT for net device.Rusty Russell1-0/+6
2013-07-04lguest: fix example launcher compilation for broken glibc headers.Rusty Russell2-9/+9
2013-07-02tools/lguest: real barriers.Rusty Russell1-2/+2
2013-07-02tools/lguest: fix missing rmb().Rusty Russell1-0/+13
2013-03-07lguest: fix paths in commentsWanlong Gao1-1/+1
2013-01-11tools/lguest: remove depends on CONFIG_EXPERIMENTALKees Cook1-6/+2
2012-10-22lguest: fix block request handling in example launcher.Rusty Russell1-49/+35
2012-10-04lguest: fix occasional crash in example launcher.Rusty Russell1-0/+1
2012-01-12lguest: move the lguest tool to the tools directoryDavidlohr Bueso5-0/+2261