Re: [Qemu-devel] QEMU version 0.9.1

2008-01-07 Thread Christian MICHON
On Jan 6, 2008 11:03 PM, Fabrice Bellard [EMAIL PROTECTED] wrote: Hi, QEMU version 0.9.1 is out ! You can get it from: http://bellard.org/qemu/download.html . Fabrice. working great on WinXP as host, using or not kqemu. thanks and have a good year ahead! -- Christian --

[Qemu-devel] build error

2008-01-07 Thread Edgar E. Iglesias
Hello, I needed this or similar to build recent qemu's with gcc-4. Best regards -- Edgar E. Iglesias Axis Communications AB diff --git a/linux-user/main.c b/linux-user/main.c index e3a2374..164fdb9 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -53,7 +53,8 @@ asm(.globl

[Qemu-devel] [PATCH] Fix Win32 ARM target

2008-01-07 Thread Hervé Poussineau
Hi, Windows doesn't implement localtime_r() and gmtime_r() functions, which lead to ARM target breakage. I added a very simple implementation of them (however not thread-safe), which leads to fix ARM target and to simplification of code in a few other files. Bonus is that it also fixes a

[Qemu-devel] [RFC] ide: multi-profile DVD-ROM support v2

2008-01-07 Thread Carlo Marcelo Arenas Belon
The following patch re-implements the GET CONFIGURATION MMC-6 command to match the published SPEC. This is a re-write of the original patch series published but including the feedback received : http://lists.gnu.org/archive/html/qemu-devel/2007-11/msg00849.html Important changes from the

Re: [Qemu-devel] [RFC] ide: multi-profile DVD-ROM support v2

2008-01-07 Thread Paul Brook
+/* Some generally useful CD-ROM information */ +#define CD_MINS 99 /* max. minutes per CD */ +#define CD_SECS 60 /* seconds per minute */ +#define CD_FRAMES 75 /* frames per second */ +#define CD_FRAMESIZE2048 /*

Re: [Qemu-devel] Request for Qemu bugzilla

2008-01-07 Thread Andreas Färber
Am 07.01.2008 um 21:38 schrieb Julian Seward: Perhaps a more important question is, is there interest in making a stable branch, tracking bugs and producing bug-fix-only releases from the stable branch? As is traditional in (eg) gcc, etc? If not, I don't think there is much point in having a

[Qemu-devel] Re: qemu-cvs FreeBSD guests, cirrus, vmwarevga emulation - experimental qemu-devel FreeBSD port update available for testing

2008-01-07 Thread Juergen Lock
On Sun, Jan 06, 2008 at 11:44:50PM +0100, Juergen Lock wrote: Hi! Yesterday (so, just before the qemu version commit...) I prepared a FreeBSD qemu-devel port update using the 2008-01-05_05 snapshot, http://people.freebsd.org/~nox/qemu/qemu-devel-20080105.patch and I already got a

[PATCH] Re: [Qemu-devel] Mac OS X build failure (qemu-img)

2008-01-07 Thread Andreas Färber
Am 12.12.2007 um 13:08 schrieb Alexander Graf: On Dec 12, 2007, at 12:39 PM, Andreas Färber wrote: Am 11.11.2007 um 13:40 schrieb Andreas Färber: Building CVS HEAD on OS X (here sparc-softmmu) currently results in unresolved symbols: gcc-3.3 -g-o qemu-img qemu-img.o

[Qemu-devel] [PATCH] Fully clean up on Mac OS X Leopard

2008-01-07 Thread Andreas Färber
Hello, The attached patch removes the dyngen.dSYM directory and adds it to the CVS ignore list. This directory is generated starting with OS X v10.5 when compiling with -g (the default). Thanks, Andreas Leopard-dyngen.dSYM.diff Description: Binary data

Re: [Qemu-devel] build error

2008-01-07 Thread Rob Landley
On Monday 07 January 2008 05:27:19 Edgar E. Iglesias wrote: Hello, I needed this or similar to build recent qemu's with gcc-4. Best regards Is that all you needed, and did the result work? The 0.9.1 build I did yesterday grabbed gcc 3.4 during the ./configure stage, which is only installed

[Qemu-devel] qemu configure

2008-01-07 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 08/01/08 00:00:20 Modified files: . : configure Log message: Mac OS X build fix, by Andreas Faerber. CVSWeb URLs:

[Qemu-devel] Configuring qemu on Solaris

2008-01-07 Thread Andreas Färber
Hi, The following part of configure is triggered on a fully-updated Solaris 10 8/07 amd64: # # Solaris specific configure tool chain decisions # if test $solaris = yes ; then # # gcc for solaris 10/fcs in /usr/sfw/bin doesn't compile qemu correctly # override the check with

Re: [Qemu-devel] EFI BIOS on QEMU

2008-01-07 Thread Rob Landley
On Monday 07 January 2008 14:19:27 Stefan Weil wrote: Hi, I just wanted to run QEMU CVS with EFI BIOS: i386-softmmu/qemu -snapshot -L efi-bios -hda efi-bios/efi.disk linux.img -net nic,model=i82551 -net user i82551 is part of the E100 emulator (eepro100.c). It does not work - no output

Re: [Qemu-devel] Request for Qemu bugzilla

2008-01-07 Thread Rob Landley
On Monday 07 January 2008 14:38:54 Julian Seward wrote: [discussion about where to host a bugzilla] Perhaps a more important question is, is there interest in making a stable branch, tracking bugs and producing bug-fix-only releases from the stable branch? As is traditional in (eg) gcc,

Re: [Qemu-devel] [PATCH] USB 2.0 EHCI emulation

2008-01-07 Thread Paul Brook
-The host kernel was configured with dynamic tick hi-res timers, to allow the desired timer resolution. USB 2.0 microframe is 125usec. Requiring a 8kHz timer is a non-starter. The 100kHz retry timer is even more bogus. Qemu isn't capable of this kind of realtime response. You need to figure

Re: [Qemu-devel] Configuring qemu on Solaris

2008-01-07 Thread Ben Taylor
Andreas Färber [EMAIL PROTECTED] wrote: Hi, The following part of configure is triggered on a fully-updated Solaris 10 8/07 amd64: # # Solaris specific configure tool chain decisions # if test $solaris = yes ; then # # gcc for solaris 10/fcs in /usr/sfw/bin doesn't