search for: 156578

Displaying 4 results from an estimated 4 matches for "156578".

Did you mean: 15657
2014 Nov 28
0
[PATCH] Add ldisk.c32 Lua module
...this module. -- Paul Emmerich First Colo GmbH Freseniusstra?e 31h 81247 M?nchen www.first-colo.de <http://www.first-colo.de/> Tel: +49 69 120069 0 (09:00 - 18:00) Fax: +49 69 120069 55 (00:00 - 24:00) Gesch?ftsf?hrer: Martin Verges, Jerome Evans Handelsregister: Amtsgericht M?nchen HRB 156578 USt-IdNr: DE814355796
2014 Nov 28
2
[PATCH] Add ldisk.c32 Lua module
ldisk.c32 is a Lua module that provides information about disks to Lua scripts The example script com32/lua/test/detect_disks.lua uses it to implement some- thing akin to 'disk.c32'. The name 'ldisk.c32' was chosen to avoid a name-clash with 'disk.c32'. --- com32/lua/src/Makefile | 1 + com32/lua/src/ldisk.c | 103
2013 Jan 17
8
[PATCH 1/6] virtio_host: host-side implementation of virtio rings.
Getting use of virtio rings correct is tricky, and a recent patch saw an implementation of in-kernel rings (as separate from userspace). This patch attempts to abstract the business of dealing with the virtio ring layout from the access (userspace or direct); to do this, we use function pointers, which gcc inlines correctly. Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> ---
2013 Jan 17
8
[PATCH 1/6] virtio_host: host-side implementation of virtio rings.
Getting use of virtio rings correct is tricky, and a recent patch saw an implementation of in-kernel rings (as separate from userspace). This patch attempts to abstract the business of dealing with the virtio ring layout from the access (userspace or direct); to do this, we use function pointers, which gcc inlines correctly. Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> ---