Re: [Qemu-devel] [PATCH] Patches from PyQemu project

2007-09-04 Thread Paul Sokolovsky
Hello Anthony, Monday, September 3, 2007, 11:44:13 PM, you wrote: > On Mon, 2007-09-03 at 18:41 +0300, Blue Swirl wrote: >> On 9/2/07, Maria Zabolotnaya <[EMAIL PROTECTED]> wrote: >> > 2-qemu-mplugin.patch >> > Add -mplugin switch to allow loading of shared library and registering a >> > machine

Re: [Qemu-devel] [PATCH] Patches from PyQemu project

2007-09-03 Thread Anthony Liguori
On Mon, 2007-09-03 at 18:41 +0300, Blue Swirl wrote: > On 9/2/07, Maria Zabolotnaya <[EMAIL PROTECTED]> wrote: > > 2-qemu-mplugin.patch > > Add -mplugin switch to allow loading of shared library and registering a > > machine declared in it. > > Sorry to ruin your GSoC project, but the plugin syst

Re: [Qemu-devel] [PATCH] Patches from PyQemu project

2007-09-03 Thread Blue Swirl
On 9/2/07, Maria Zabolotnaya <[EMAIL PROTECTED]> wrote: > 2-qemu-mplugin.patch > Add -mplugin switch to allow loading of shared library and registering a > machine declared in it. Sorry to ruin your GSoC project, but the plugin system was discussed last year, please see this thread: http://thread.

[Qemu-devel] [PATCH] Patches from PyQemu project

2007-09-02 Thread Maria Zabolotnaya
Please see previous message for general PyQemu project description. Here are the patches developed during the project: 1-qemu-override-mtype.patch Add -mtype command line option to let override ARM MTYPE passed to the kernel (useful for initial testing, prototyping, and debugging of new machine).