Re: [Qemu-devel] qemu/linux-user main.c

2007-03-19 Thread Pierre Palatin
It seems it was designed to avoid a bug in some versions of glibc. I attach the simple patch I've made to avoid that. It may need adjustements since I don't know enough about libc internals on initialization to be sure that's the correct fix - I would be deeply interested in

[Qemu-devel] [PATCH] Avoid immediate segfault of qemu-i386 on x86_64 host

2007-03-10 Thread Pierre Palatin
to glibc == 2.3. I guess it would need additional tests on a more wide variety of hosts. Pierre Palatin Index: linux-user/main.c === --- linux-user/main.c (révision 527) +++ linux-user/main.c (copie de travail) @@ -44,7 +44,7 @@ /* for

Re: [Qemu-devel] VirtualBox PC virtualization released as Open Source

2007-01-15 Thread Pierre Palatin
ute additional proprietary extensions (list at http://www.virtualbox.org/wiki/Closed-source%20features ) Pierre Palatin ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel