qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH RFC] pyembed: integer python into QEMU


From: Alex Bradbury
Subject: Re: [Qemu-devel] [PATCH RFC] pyembed: integer python into QEMU
Date: Mon, 16 Jan 2012 18:35:53 +0000

On 16 January 2012 18:22, Anthony Liguori <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]