[Qemu-devel] Bounce message (was: loadvm and tap problem (perhaps a bug?!))

2006-11-21 Thread Joshua Root
David Roberts wrote: > I'm getting exactly the same thing. I'm assuming this person no longer is > receving messages - perhaps they could be removed from the list (If any list > admins are reading this). > > On Tuesday 21 November 2006 10:04 pm, The Moon Seeker wrote: >> David Roberts a écrit :

Re: [Qemu-devel] Anyone knows why some mails get stuck at lists.gnu.org?

2006-11-04 Thread Joshua Root
Oliver Gerlich wrote: > Hello, > > apparently today another load of delayed mails appeared on the > qemu-devel list... I have experienced this delay myself with some mails > I sent (OTOH the last mail I sent appeared after just 20 minutes). So I > wonder if anyone knows why some mails are delayed

Re: [Qemu-devel] International Virtualization Conference

2006-10-10 Thread Joshua Root
Rob Landley wrote: > On Sunday 08 October 2006 10:36 am, Jim C. Brown wrote: >> qemu is primarily a dynamic translator not a virtualizer. > > That's an implementation detail. The end result is running programs in a > virtual environment, and qemu's system emulation has lots of virtual hardware

Re: [Qemu-devel] International Virtualization Conference

2006-10-08 Thread Joshua Root
Jim C. Brown wrote: > On Sun, Oct 08, 2006 at 05:30:19AM -0700, Ottavio Caruso wrote: >> http://www.linuxworldexpo.de/linux_messe.php?ID=124&STEP=&lang=en >> >> I don't see Qemu mentioned at all. I wonder if any of the developers have >> been contacted at all. I thing it is a pity that once againg

Re: [Qemu-devel] qemu-i386 segfaults when running wine on a x86 CPU?

2006-08-20 Thread Joshua Root
James Supancic wrote: > But, I am using a version of wine on Linux compiled for Linux? wine is a > Linux program is it not? Oops, I wasn't paying attention and thought your message was posted to darwine-devel. Sorry! - Josh ___ Qemu-devel mailing list

Re: [Qemu-devel] qemu-i386 segfaults when running wine on a x86 CPU?

2006-08-20 Thread Joshua Root
James Supancic wrote: > When I run > qemu-i386 /usr/bin/wine > I get > qemu: uncaught target signal 11 (Segmentation fault) - exiting > > I know I don't need qemu-i386 to run wine compiled for x86 CPUs on an > x86 CPU. I am trying to figure out how to make a version of wine that > will work with q

Re: [Qemu-devel] Switch to OpenBIOS for PowerPC? (was: Switch to OpenBIOS for Sparc32/64?)

2006-06-07 Thread Joshua Root
Natalia Portillo wrote: > OpenBIOS is a far more complete OF implementation than Apple ones used > to load Mac OS <= 9. > Just it need to be able to read HFS partition, handle CUDA, ADB, other > devices, and, it will be able to run a Mac OS. OK, great. One small correction though: Mac OS since at

Re: [Qemu-devel] Switch to OpenBIOS for Sparc32/64?

2006-06-07 Thread Joshua Root
Natalia Portillo wrote: > I propose the same for QEMU/PowerPC. It would be nice to some day be able to use QEMU to run classic Mac OS, now that Apple has discontinued the classic environment in OS X. Would switching to OpenBIOS negatively affect efforts in this direction? - Josh ___

Re: [Qemu-devel] [PATCH] support for Mac OS X default compiler

2005-12-19 Thread Joshua Root
Does -fno-tree-ch works on PC ? Fabrice. Yes. According to the GCC docs[1], -ftree-ch is enabled by -O1 and above on all architectures. [1] http://gcc.gnu.org/onlinedocs/gcc-4.0.2/gcc/Optimize-Options.html - Josh ___ Qemu-devel mailing list Qem

Re: [Qemu-devel] Compile error on Mac OS X 10.3.9 (Panther) - CoreAudio

2005-11-10 Thread Joshua Root
I'm trying to compile QEMU on Mac OS X 10.3.9, and I'm getting the following error message: /Users/stealthdave/Source/qemu/qemu/audio/coreaudio.c: In function `coreaudio_init_out': /Users/stealthdave/Source/qemu/qemu/audio/coreaudio.c:378: error: `freq' undeclared (first use in this function)

[Qemu-devel] Re: Re: no start on amd64 (was "Nothing happens")

2005-07-31 Thread Joshua Root
At 17:25 +0200 2005-07-31, Rudi Lippert wrote: Looks like there really is an SDL problem. I'm not capable of writing a test program, but I tried sdlroids. It hangs in status S+ right after starting it. After I found out about this, I rebuilt libsdl (Gentoo package), but it didn't help. What's nex

Re: [Qemu-devel] news on the OS X cocoa port

2005-07-21 Thread Joshua Root
On 21 Jul 2005, Natalia Portillo <[EMAIL PROTECTED]> wrote: El 21/07/2005, a las 18:33, Stealth Dave escribió: On Jul 21, 2005, at 6:46 AM, Hetz Ben Hamo wrote: On 7/21/05, Mike Kronenberg <[EMAIL PROTECTED]> wrote: Hetz Ben Hamo wrote: I'm thinking of a new way to store the images and sav

Re: [Qemu-devel] X86_64 (AMD64) build segfaults

2005-04-22 Thread Joshua Root
FWIW, there are similar problems with gcc 4 on ppc. Dyngen dies on _op_bsfl_T0_cc, because the blr is in the middle of the function. The only way I've found to get around this is to put -O0 in the CFLAGS in Makefile.target. I tried the various -fno-align-* options to no avail. In case anyone is