index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lguest
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-13
tools/lguest: don't use legacy definitions for net device in example launcher.
Rusty Russell
1
-1
/
+2
2015-02-13
tools/lguest: use common error macros in the example launcher.
Rusty Russell
1
-101
/
+105
2015-02-13
tools/lguest: give virtqueues names for better error messages
Rusty Russell
1
-7
/
+12
2015-02-13
tools/lguest: more documentation and checking of virtio 1.0 compliance.
Rusty Russell
1
-14
/
+293
2015-02-13
tools/lguest: don't start devices until DRIVER_OK status set.
Rusty Russell
1
-8
/
+36
2015-02-13
tools/lguest: handle indirect partway through chain.
Rusty Russell
1
-12
/
+13
2015-02-13
tools/lguest: insert driver references from the 1.0 spec (4.1 Virtio Over PCI)
Rusty Russell
1
-2
/
+57
2015-02-13
tools/lguest: insert device references from the 1.0 spec (4.1 Virtio Over PCI)
Rusty Russell
1
-9
/
+131
2015-02-13
tools/lguest: rename virtio_pci_cfg_cap field to match spec.
Rusty Russell
1
-8
/
+9
2015-02-13
tools/lguest: fix features_accepted logic in example launcher.
Rusty Russell
1
-1
/
+1
2015-02-13
tools/lguest: handle device reset correctly in example launcher.
Rusty Russell
1
-2
/
+18
2015-02-11
lguest: remove NOTIFY facility from demonstration launcher.
Rusty Russell
1
-24
/
+1
2015-02-11
lguest: always put console in PCI slot #1.
Rusty Russell
1
-3
/
+3
2015-02-11
lguest: support backdoor window.
Rusty Russell
1
-1
/
+100
2015-02-11
lguest: support emerg_wr in console device in example launcher.
Rusty Russell
1
-3
/
+14
2015-02-11
lguest: remove support for lguest bus in demonstration launcher.
Rusty Russell
1
-333
/
+22
2015-02-11
lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher.
Rusty Russell
1
-0
/
+1
2015-02-11
lguest: Convert console device to virtio 1.0 PCI.
Rusty Russell
1
-7
/
+7
2015-02-11
lguest: Convert entropy device to virtio 1.0 PCI.
Rusty Russell
1
-5
/
+7
2015-02-11
lguest: Convert net device to virtio 1.0 PCI.
Rusty Russell
1
-20
/
+28
2015-02-11
lguest: Convert block device to virtio 1.0 PCI.
Rusty Russell
1
-21
/
+9
2015-02-11
lguest: add a dummy PCI host bridge.
Rusty Russell
1
-0
/
+14
2015-02-11
lguest: fix failure to find linux/virtio_types.h
Rusty Russell
1
-1
/
+7
2015-02-11
lguest: implement virtio-PCI MMIO accesses.
Rusty Russell
1
-2
/
+490
2015-02-11
lguest: add PCI config space emulation to example launcher.
Rusty Russell
1
-5
/
+211
2015-02-11
lguest: decode mmio accesses for PCI in example launcher.
Rusty Russell
1
-0
/
+167
2015-02-11
lguest: add MMIO region allocator in example launcher.
Rusty Russell
1
-5
/
+23
2015-02-11
lguest: add iomem region, where guest page faults get sent to userspace.
Rusty Russell
1
-1
/
+2
2015-02-11
lguest: suppress PS/2 keyboard polling.
Rusty Russell
1
-0
/
+4
2015-02-11
lguest: send trap 13 through to userspace.
Rusty Russell
1
-0
/
+149
2015-02-11
lguest: write more information to userspace about pending traps.
Rusty Russell
1
-6
/
+10
2015-02-11
lguest: have --rng read from /dev/urandom not /dev/random.
Rusty Russell
1
-5
/
+5
2013-07-15
tools/lguest: offer VIRTIO_F_ANY_LAYOUT for net device.
Rusty Russell
1
-0
/
+6
2013-07-04
lguest: fix example launcher compilation for broken glibc headers.
Rusty Russell
2
-9
/
+9
2013-07-02
tools/lguest: real barriers.
Rusty Russell
1
-2
/
+2
2013-07-02
tools/lguest: fix missing rmb().
Rusty Russell
1
-0
/
+13
2013-03-07
lguest: fix paths in comments
Wanlong Gao
1
-1
/
+1
2013-01-11
tools/lguest: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
1
-6
/
+2
2012-10-22
lguest: fix block request handling in example launcher.
Rusty Russell
1
-49
/
+35
2012-10-04
lguest: fix occasional crash in example launcher.
Rusty Russell
1
-0
/
+1
2012-01-12
lguest: move the lguest tool to the tools directory
Davidlohr Bueso
5
-0
/
+2261