index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lguest
/
lguest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/lguest: Don't bork the terminal in case of wrong args
Daniel Baluta
2016-09-08
1
-3
/
+3
*
tools/lguest: Force disable tboot and APM
Luis R. Rodriguez
2016-04-22
1
-0
/
+6
*
tools/lguest: Make lguest launcher use X86_SUBARCH_LGUEST explicitly
Luis R. Rodriguez
2016-04-22
1
-2
/
+2
*
tools/lguest: Fix redefinition of struct virtio_pci_cfg_cap
Rusty Russell
2015-08-26
1
-3
/
+7
*
tools/lguest: don't use legacy definitions for net device in example launcher.
Rusty Russell
2015-02-13
1
-1
/
+2
*
tools/lguest: use common error macros in the example launcher.
Rusty Russell
2015-02-13
1
-101
/
+105
*
tools/lguest: give virtqueues names for better error messages
Rusty Russell
2015-02-13
1
-7
/
+12
*
tools/lguest: more documentation and checking of virtio 1.0 compliance.
Rusty Russell
2015-02-13
1
-14
/
+293
*
tools/lguest: don't start devices until DRIVER_OK status set.
Rusty Russell
2015-02-13
1
-8
/
+36
*
tools/lguest: handle indirect partway through chain.
Rusty Russell
2015-02-13
1
-12
/
+13
*
tools/lguest: insert driver references from the 1.0 spec (4.1 Virtio Over PCI)
Rusty Russell
2015-02-13
1
-2
/
+57
*
tools/lguest: insert device references from the 1.0 spec (4.1 Virtio Over PCI)
Rusty Russell
2015-02-13
1
-9
/
+131
*
tools/lguest: rename virtio_pci_cfg_cap field to match spec.
Rusty Russell
2015-02-13
1
-8
/
+9
*
tools/lguest: fix features_accepted logic in example launcher.
Rusty Russell
2015-02-13
1
-1
/
+1
*
tools/lguest: handle device reset correctly in example launcher.
Rusty Russell
2015-02-13
1
-2
/
+18
*
lguest: remove NOTIFY facility from demonstration launcher.
Rusty Russell
2015-02-11
1
-24
/
+1
*
lguest: always put console in PCI slot #1.
Rusty Russell
2015-02-11
1
-3
/
+3
*
lguest: support backdoor window.
Rusty Russell
2015-02-11
1
-1
/
+100
*
lguest: support emerg_wr in console device in example launcher.
Rusty Russell
2015-02-11
1
-3
/
+14
*
lguest: remove support for lguest bus in demonstration launcher.
Rusty Russell
2015-02-11
1
-333
/
+22
*
lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher.
Rusty Russell
2015-02-11
1
-0
/
+1
*
lguest: Convert console device to virtio 1.0 PCI.
Rusty Russell
2015-02-11
1
-7
/
+7
*
lguest: Convert entropy device to virtio 1.0 PCI.
Rusty Russell
2015-02-11
1
-5
/
+7
*
lguest: Convert net device to virtio 1.0 PCI.
Rusty Russell
2015-02-11
1
-20
/
+28
*
lguest: Convert block device to virtio 1.0 PCI.
Rusty Russell
2015-02-11
1
-21
/
+9
*
lguest: add a dummy PCI host bridge.
Rusty Russell
2015-02-11
1
-0
/
+14
*
lguest: implement virtio-PCI MMIO accesses.
Rusty Russell
2015-02-11
1
-2
/
+490
*
lguest: add PCI config space emulation to example launcher.
Rusty Russell
2015-02-11
1
-5
/
+211
*
lguest: decode mmio accesses for PCI in example launcher.
Rusty Russell
2015-02-11
1
-0
/
+167
*
lguest: add MMIO region allocator in example launcher.
Rusty Russell
2015-02-11
1
-5
/
+23
*
lguest: add iomem region, where guest page faults get sent to userspace.
Rusty Russell
2015-02-11
1
-1
/
+2
*
lguest: suppress PS/2 keyboard polling.
Rusty Russell
2015-02-11
1
-0
/
+4
*
lguest: send trap 13 through to userspace.
Rusty Russell
2015-02-11
1
-0
/
+149
*
lguest: write more information to userspace about pending traps.
Rusty Russell
2015-02-11
1
-6
/
+10
*
lguest: have --rng read from /dev/urandom not /dev/random.
Rusty Russell
2015-02-11
1
-5
/
+5
*
tools/lguest: offer VIRTIO_F_ANY_LAYOUT for net device.
Rusty Russell
2013-07-15
1
-0
/
+6
*
lguest: fix example launcher compilation for broken glibc headers.
Rusty Russell
2013-07-04
1
-8
/
+9
*
tools/lguest: real barriers.
Rusty Russell
2013-07-02
1
-2
/
+2
*
tools/lguest: fix missing rmb().
Rusty Russell
2013-07-02
1
-0
/
+13
*
lguest: fix block request handling in example launcher.
Rusty Russell
2012-10-22
1
-49
/
+35
*
lguest: fix occasional crash in example launcher.
Rusty Russell
2012-10-04
1
-0
/
+1
*
lguest: move the lguest tool to the tools directory
Davidlohr Bueso
2012-01-12
1
-0
/
+2065