Re: [Qemu-devel] patch vl.c, segfault with "qemu -h"

2007-06-29 Thread Marion Hakanson
[EMAIL PROTECTED] said: >> The following patch fixes the "-h" segfault, and also appears to yield >> the exit value intended by previous folks. > > Thanks, I committed a fix which I hope is better. Yes, good patch. More thorough. Thanks for the note. Marion

[Qemu-devel] patch vl.c, segfault with "qemu -h"

2007-06-29 Thread Marion Hakanson
When you run "qemu -h", help() is called with optarg==NULL, which causes a segfault on my system (Solaris-10U3_x86, 64-bit kernel, but qemu compiled as 32-bit app, gcc-3.4.5 from blastwave.org). It's a side-effect of the -r1.315 patch which fixed related segfaults. The following patch fixes the "-

[Qemu-devel] patch enabling serial (tty) support on Solaris host

2007-06-18 Thread Marion Hakanson
I've just posted a note describing the following on the qemu-discuss list at opensolaris.org; So apologies if you have to read of it twice. I'll repeat here my thanks to those involved in making QEMU available. It's proving to be very useful. Attached is a patch which enables the serial code for