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