[Qemu-devel] Problems with Modifying "TranslationBlock"

2007-09-02 Thread [EMAIL PROTECTED]
Hi, everybody, I have encountered an odd problem. I want to mark the "TranslationBlock" when the code running on guest-os is a 'call' one or a 'ret' one. So I add some member variables in "TranslationBlock" of "exec-all.h". Just like the following: typedef struct TranslationBlock { targ

Re: [Qemu-devel] Current CVS build errors on RH9

2007-09-02 Thread Alexander Voropay
"Mulyadi Santosa" <[EMAIL PROTECTED]> wrote: /home/wine/qemu/vl.c:59:24: linux/hpet.h: No such file or directory /home/wine/qemu/vl.c: In function `hpet_start_timer': /home/wine/qemu/vl.c:1222: storage size of `info' isn't known /home/wine/qemu/vl.c:1230: `HPET_IRQFREQ' undeclared (first use in

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

[Qemu-devel] [ANN] PyQemu 1.0 (and machine plugin patches)

2007-09-02 Thread Maria Zabolotnaya
Hello, My name is Maria Zabolotnaya, I am a Google Summer of Code student from Handhelds.org organization. This summer I worked on a project to create new ARM machine emulations using the Python programming language. I am glad to announce that the work is complete and results are available in the

Re: [Qemu-devel] sparc32 networking working?

2007-09-02 Thread Ronald
Robert Reif schreef: I'm trying to use sparc32 on linux i686 RH9 and am unable to to get this working with current CVS. My old scripts that didn't set any networking options no longer work. When running a debian sparc netinst cd the setup finds a dhcp connection but is unable to connect to the

[Qemu-devel] sparc32 networking working?

2007-09-02 Thread Robert Reif
I'm trying to use sparc32 on linux i686 RH9 and am unable to to get this working with current CVS. My old scripts that didn't set any networking options no longer work. When running a debian sparc netinst cd the setup finds a dhcp connection but is unable to connect to the internet. Adding -use

Re: [Qemu-devel] Re: e1000 emulation

2007-09-02 Thread Mulyadi Santosa
Hi Dan...! How are you doing? Okay, just a few notes: * Sorry for sending this rather badly written patch, I have loads of other stuff at the moment. I hope that it serves as a ground for further development, though. I appreciate your work here, congratulations! regards, Mulyadi

Re: [Qemu-devel] Current CVS build errors on RH9

2007-09-02 Thread Mulyadi Santosa
Hi /home/wine/qemu/linux-user/syscall.c: In function `sys_tgkill': /home/wine/qemu/linux-user/syscall.c:170: `__NR_tgkill' undeclared (first use in this function) /home/wine/qemu/linux-user/syscall.c:170: (Each undeclared identifier is reported only once /home/wine/qemu/linux-user/syscall.c:17