From: Fabrice Bellard <fabrice.bellard@free.fr>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] IPC syscall emulation and glibc 2.3.x fix
Date: Tue, 28 Oct 2003 22:35:56 +0100 [thread overview]
Message-ID: <3F9EE13C.5040901@free.fr> (raw)
In-Reply-To: <3F9E824D.7020207@dsdk12.net>
Derrik Pates wrote:
> I'm working on adding emulation of the ipc syscall to qemu. I've managed
> to get SHM (mostly) working - at least, to the point that some X apps
> like it alright. I've run xwf (a simple GTK+-based file manager) and I
> managed to (with a lot of debug options) get Loki's port of SimCity 3000
> started (though it hangs if you try to launch a game - it appears to get
> a SIGRTMIN and become confused by that, also the colors are obviously
> ordered wrong in the image, but the speed in the menu is pretty good). I
> intend to add support for semaphores and message queues as well, once I
> get the shmctl() stuff finished - still working on a few issues with
> getting stats on SHM segments.
>
> Also, I've found a solution to some glibc changes that caused a build
> error on line 536 of cpu-exec.c (at least on PPC). However, to
> successfully #ifdef that so that it can still work with older glibc
> versions, I need to be able to fix the original configure.in that the
> configure script is generated from. Can that be added to CVS, so that it
> can be fixed as well?
>
> Once I have this stuff ready (as well as possibly wrapping the _sysctl
> syscall), I'll submit a patch with all my changes.
Thank you for the work ! Don't forget to patch 'linux-test.c' so that it
is possible to test automatically the ipc syscalls implementation.
Fabrice.
next prev parent reply other threads:[~2003-10-28 21:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-28 14:50 [Qemu-devel] IPC syscall emulation and glibc 2.3.x fix Derrik Pates
2003-10-28 21:35 ` Fabrice Bellard [this message]
2003-10-29 0:38 ` Derrik Pates
2003-10-29 3:33 ` Daniel Jacobowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F9EE13C.5040901@free.fr \
--to=fabrice.bellard@free.fr \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.