qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Mac OS X Port


From: David E . Still
Subject: Re: [Qemu-devel] Mac OS X Port
Date: Mon, 13 Sep 2004 15:54:32 -0700

Yep, it ran great for me. No hanging what-so-ever. Also, it looks like Fabrice has already applied the patch to cvs, so it should be fixed in future revisions as well. What does your command-line look like? Have you tried multiple disk images?

- Dave
--
David E. Still
Writer/Producer
TripleCat Productions
http://www.triplecatproductions.com
On Sep 13, 2004, at 3:51 PM, Bernard Sauterel wrote:

Hi Dave

It run fine after compilation ? On my side, it compile, but qemu [args] hangs.
I can start "qemu" without arguments and get the command help.

On Sep 13, 2004, at 22:58, David E. Still wrote:

Yep, that fixed it. Thanks!

- Dave

On Sep 13, 2004, at 12:46 PM, Ronnie Misra wrote:

On Sep 13, 2004, at 7:03 AM, Bernard Sauterel wrote:

Can I be provided with the sources used to make the OS X binary
installer so I can patch them again to use tun/tap networking as described
here :
http://www-user.rhrk.uni-kl.de/~nissler/tuntap/index.html

Maybe I am wrong and the OS X binaries are ready for tun/tap, but for
sure I can't use -user-net, as I need to do socket communications from OS
X to the emulated client (Linux).

I tried to get the latest sources from cvs and apply this patching :
http://lists.gnu.org/archive/html/qemu-devel/2004-07/msg00008.html

But it failed, telling me some sources are already patched. Compiling
without patching failed too.

I use OS X 10.3.5

Thanks in advance

You shouldn't need that patch any more; you should only need the following change:

diff -u -d -b -w -u -w -r1.97 vl.c
--- vl.c 6 Sep 2004 00:14:04 -0000 1.97
+++ vl.c 13 Sep 2004 19:38:36 -0000
@@ -38,6 +38,7 @@
#include <sys/mman.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <dirent.h>
#ifdef _BSD
#include <sys/stat.h>

David, this should also fix your compilation problems.

Fabrice, any chance we can get this fix into CVS?

Ronnie




_______________________________________________
Qemu-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/qemu-devel




_______________________________________________
Qemu-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/qemu-devel



reply via email to

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