On 16 January 2012 18:22, Anthony Liguori <aligu...@us.ibm.com> wrote:
> This is something I started during 1.0-rc on a lark and spent some time last
> night actually making work.  I'm sending it only to show that (1) it's 
> possible
> and (2) to get some input about what other people think as a longer term
> direction.

At the risk of starting a language flame-war, have you considered
embedding something like Lua?The source of the core Lua interpreter is
small enough that it could be imported into the Qemu repository. There
may also be advantages to having access to LuaJIT (on supported
platforms) for its speed and FFI library [1] which could make it
feasible to prototype new device models in a high level language with
good performance.

Alex

[1] http://luajit.org/ext_ffi.html

Reply via email to