Re: [Qemu-devel] [RFC] Ensure SIGALRM causes a cpu_loop_exit

2007-12-02 Thread Thiemo Seufer
andrzej zaborowski wrote: On 24/11/2007, Paul Brook [EMAIL PROTECTED] wrote: There is a chance that when using unix or dynticks clock, the signal arrives when no cpu is executing. How about this version, this one touches vl.c only: Any reason why this isn't in CVS? Thiemo --- a/vl.c

[Qemu-devel] qemu/hw adlib.c

2007-12-02 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/02 17:17:46 Modified files: hw : adlib.c Log message: Add missing include, by Sylvain Petreolle. CVSWeb URLs:

Re: [Qemu-devel] qemu block-vvfat.c block.c console.c dyngen.c e...

2007-12-02 Thread Thiemo Seufer
Igor Kovalenko wrote: On Nov 18, 2007 4:44 AM, Paul Brook [EMAIL PROTECTED] wrote: CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 07/11/18 01:44:38 Modified files: . : block-vvfat.c block.c console.c dyngen.c

Re: [Qemu-devel] another patch against head

2007-12-02 Thread Thiemo Seufer
Hotmail wrote: [snip] Index: Makefile === RCS file: /sources/qemu/qemu/Makefile,v retrieving revision 1.136 diff -u -r1.136 Makefile --- Makefile 24 Nov 2007 23:35:07 - 1.136 +++ Makefile 30 Nov 2007 15:29:08 -

[Qemu-devel] Re: Outstanding patches - Nov 30

2007-12-02 Thread Carlo Marcelo Arenas Belon
On Fri, Nov 30, 2007 at 03:26:31PM +0900, Magnus Damm wrote: Thanks, from the list there are also 2 trivial patches I sent for cris and tests (build problem for runcom) which I'll RESEND then. Date: Nov 26, 2007 From: Carlo Marcelo Arenas Belon Subject: [Qemu-devel] [PATCH] ide: fix

[Qemu-devel] qemu/hw adlib.c

2007-12-02 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/02 17:47:33 Modified files: hw : adlib.c Log message: Include qemu-timer.h iff DEBUG is defined. CVSWeb URLs:

Re: [Qemu-devel] qemu monitor.c sysemu.h vl.c hw/esp.c hw/gumsti...

2007-12-02 Thread Laurent Vivier
Hi, thank you for the commit. I've just found a little mistake in my patch for mips_pica61.c: Index: qemu/hw/mips_pica61.c === --- qemu.orig/hw/mips_pica61.c 2007-12-02 20:04:11.0 +0100 +++ qemu/hw/mips_pica61.c

Re: [Qemu-devel] [Patch][update] Mainstone re-org plus flash

2007-12-02 Thread Armin
Thiemo, Thiemo Seufer wrote: Armin wrote: Hello, This includes the previous Mainstone re-org patch I sent earlier plus flash support. This adds two 32MiB flash devices. Mounts from mtdblock2 on flash device 0 fine at boot. I did some guesswork on the flash initialization to make

[Qemu-devel] [PATCH] sparc32 machine specific maximums

2007-12-02 Thread Robert Reif
This patch sets the maximum number of CPUs and memory to what is supported by the actual hardware. Index: hw/sun4m.c === RCS file: /sources/qemu/qemu/hw/sun4m.c,v retrieving revision 1.66 diff -p -u -r1.66 sun4m.c --- hw/sun4m.c 2

[Qemu-devel] qemu/hw mips_pica61.c

2007-12-02 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/03 02:17:39 Modified files: hw : mips_pica61.c Log message: Fix floppy initialization, by Laurent Vivier. CVSWeb URLs:

[Qemu-devel] qemu vl.c

2007-12-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/03 03:01:40 Modified files: . : vl.c Log message: Ensure a SIGALRM results in a break out from the cpu loop. CVSWeb URLs:

Re: [Qemu-devel] [RFC] Ensure SIGALRM causes a cpu_loop_exit

2007-12-02 Thread andrzej zaborowski
On 02/12/2007, Thiemo Seufer [EMAIL PROTECTED] wrote: andrzej zaborowski wrote: On 24/11/2007, Paul Brook [EMAIL PROTECTED] wrote: There is a chance that when using unix or dynticks clock, the signal arrives when no cpu is executing. How about this version, this one touches vl.c