qemu-devel
[Top][All Lists]
Advanced

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

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


From: Maria Zabolotnaya
Subject: [Qemu-devel] [PATCH] Patches from PyQemu project
Date: Sun, 2 Sep 2007 16:50:50 +0300

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).

2-qemu-mplugin.patch
Add -mplugin switch to allow loading of shared library and registering a machine declared in it.

3-qemu-build-so.patch
Build QEMU as a shared library.

4-qemu-no-statics.patch
Remove static declaration from some QEMU symbols, so they were exported from shared library.

5-qemu-gccxml-friendly.patch
This is auxiliary patch to make QEMY header C++ friendly, which is required by gccxml, which in turn is required by ctypes utility h2xml to automatically generate Python interface files from C headers.

6-qemu-extra-sdstate-accessors.patch
Few extra accessors for SDState structure (as was required to develop emulation of ASIC3 SD controller). Alternative approach would be to make the structure itself public.



Best regards,
Maria Zabolotnaya.

Attachment: 1-qemu-override-mtype.patch
Description: Text Data

Attachment: 2-qemu-mplugin.patch
Description: Text Data

Attachment: 3-qemu-build-so.patch
Description: Text Data

Attachment: 4-qemu-no-statics.patch
Description: Text Data

Attachment: 5-qemu-gccxml-friendly.patch
Description: Text Data

Attachment: 6-qemu-extra-sdstate-accessors.patch
Description: Text Data


reply via email to

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