search for: patch01

Displaying 5 results from an estimated 5 matches for "patch01".

Did you mean: patch0
2013 Oct 16
3
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Geert Stappers <stappers at stappers.nl> writes: > Op 2013-10-15 om 20:03 schreef Ferenc W?gner: > >> lua: import Lua 5.2.2 > > Posted as [patch01/21] > Which was too big for the mailinglist. > So some other way is needed to share that information ... Hmm, yes. The series is available at https://github.com/wferi/syslinux as well (lua52 branch, based on upstream firmware branch). Cover letter: https://gist.github.com/wferi/6989458#file...
2013 Oct 31
0
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Ferenc Wagner <wferi at niif.hu> writes: > Geert Stappers <stappers at stappers.nl> writes: > >> Op 2013-10-15 om 20:03 schreef Ferenc W?gner: >> >>> lua: import Lua 5.2.2 >> >> Posted as [patch01/21] >> Which was too big for the mailinglist. >> So some other way is needed to share that information ... > > Hmm, yes. The series is available at https://github.com/wferi/syslinux > as well (lua52 branch, based on upstream firmware branch). > Cover letter: https://gist.gi...
2013 Oct 15
0
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...l. After > inventing mine, I noticed rosh also invented its own... Given some > instructions about which underlying interface it should be based on, > I'd give a shot implementing it. > > Comments welcome. > > Ferenc W?gner (21): > lua: import Lua 5.2.2 Posted as [patch01/21] Which was too big for the mailinglist. So some other way is needed to share that information ... > lua: replace src/Makefile to build Lua as a Syslinux COM32 module > dev.h: get size_t definition > lua: the COM32 API does not provide signal.h > lua: explicitly put the conso...
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Hi, This series targets automatic boot menu generation, but most of it is the Lua upgrade, because I got tired reading deprecated API docs. It's mostly a straightforward forward port of the earlier Syslinux specific changes to Lua 5.1, except that: * I chose the add a stub getenv() implementation to the COM32 API instead of #ifdefing out all the references in Lua, and * I kept oslib
2009 Aug 28
64
[PATCH 2/2] graphics passthrough with VT-d
This patch supports basic gfx passthrough on QEMU: - disable emulated VGA adpater if there is passthroughed gfx - register/unregister legacy VGA I/O ports and MMIOs for passthroughed gfx Signed-off-by: Ben Lin <ben.y.lin@intel.com> Signed-off-by: Weidong Han <weidong.han@intel.com> _______________________________________________ Xen-devel mailing list