[Qemu-devel] qemu/hw pflash_cfi01.c

2008-03-13 Thread Aurelien Jarno
CVSROOT:/sources/qemu Module name:qemu Changes by: Aurelien Jarno 08/03/14 06:45:21 Modified files: hw : pflash_cfi01.c Log message: CFI: Fix AMD erase support (Jean-Christophe PLAGNIOL-VILLARD) CVSWeb URLs: http://cvs.savanna

[Qemu-devel] qemu gdbstub.c

2008-03-13 Thread Edgar E. Iglesias
CVSROOT:/sources/qemu Module name:qemu Changes by: Edgar E. Iglesias08/03/14 06:10:43 Modified files: . : gdbstub.c Log message: Improve readability by moving the continue operation into aseparate function. CVSWeb URLs: http://cvs.savannah.gnu.o

[Qemu-devel] qemu/hw etraxfs.c etraxfs_pic.c etraxfs_ser.c e...

2008-03-13 Thread Edgar E. Iglesias
CVSROOT:/sources/qemu Module name:qemu Changes by: Edgar E. Iglesias08/03/14 01:50:49 Modified files: hw : etraxfs.c etraxfs_pic.c etraxfs_ser.c etraxfs_timer.c Log message: Made the etrax timers and serial-ports base addr

[Qemu-devel] qemu/target-cris translate.c

2008-03-13 Thread Edgar E. Iglesias
CVSROOT:/sources/qemu Module name:qemu Changes by: Edgar E. Iglesias08/03/14 01:11:25 Modified files: target-cris: translate.c Log message: A first small step to convert the CRIS translator to TCG. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tar

[Qemu-devel] qemu/target-cris mmu.c mmu.h cpu.h op.c op_help...

2008-03-13 Thread Edgar E. Iglesias
CVSROOT:/sources/qemu Module name:qemu Changes by: Edgar E. Iglesias08/03/14 01:08:09 Modified files: target-cris: mmu.c mmu.h cpu.h op.c op_helper.c Added files: target-cris: helper.h Log message: Model more parts of the ETRAX mmu (still alot

[Qemu-devel] qemu Makefile.target cpu-exec.c translate-all.c...

2008-03-13 Thread Edgar E. Iglesias
CVSROOT:/sources/qemu Module name:qemu Changes by: Edgar E. Iglesias08/03/14 01:04:24 Modified files: . : Makefile.target cpu-exec.c translate-all.c hw : etraxfs.c etraxfs_timer.c etraxfs_ser.c target-cris: helper.c Added

Re: [Qemu-devel] [PATCH] fix SDL mouse events processing

2008-03-13 Thread Samuel Thibault
Aurelien Jarno, le Thu 13 Mar 2008 20:50:51 +0100, a écrit : > On Wed, Mar 05, 2008 at 01:54:53PM +, Samuel Thibault wrote: > > This fixes SDL mouse events processing: > > - GetRelativeMouseState() always returns the last position, so when the > > polling loop gets several mouse events in one

Re: [Qemu-devel] CVS build error

2008-03-13 Thread Johannes Schindelin
Hi, On Thu, 13 Mar 2008, Rick Vernam wrote: > [gcc4] Not supported? Okay, fine. But don't tell me it can't work. > The fact of the matter is that I use it daily. > > Make configure fail horribly? Well, that seems a bit counter-productive, > don't you think? If you would only have research

Re: [Qemu-devel] CVS build error

2008-03-13 Thread Rick Vernam
On Thursday 13 March 2008 03:47:20 pm you wrote: > > gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.0.2) > > Which part of "gcc 4.x is not supported" didn't you understand? > > Paul I understand every last bit of "gcc 4.x is not supported" ... http://lists.gnu.org/archive/html/qemu-devel/2008-02/msg00011.html

Re: [Qemu-devel] CVS build error

2008-03-13 Thread Rick Vernam
On Thursday 13 March 2008 04:27:29 pm Ben Taylor wrote: > On Thu, Mar 13, 2008 at 4:47 PM, Paul Brook <[EMAIL PROTECTED]> wrote: > > > gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.0.2) > > > > Which part of "gcc 4.x is not supported" didn't you understand? > > > > Paul > > > > > > Apparently, we should make co

Re: [Qemu-devel] CVS build error

2008-03-13 Thread Johannes Schindelin
Hi, On Thu, 13 Mar 2008, Ben Taylor wrote: > On Thu, Mar 13, 2008 at 4:47 PM, Paul Brook <[EMAIL PROTECTED]> wrote: > > > > gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.0.2) > > > > Which part of "gcc 4.x is not supported" didn't you understand? > > Apparently, we should make configure fail horribly if gcc4

Re: [Qemu-devel] CVS build error

2008-03-13 Thread Ben Taylor
On Thu, Mar 13, 2008 at 4:47 PM, Paul Brook <[EMAIL PROTECTED]> wrote: > > gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.0.2) > > Which part of "gcc 4.x is not supported" didn't you understand? > > Paul > > > Apparently, we should make configure fail horribly if gcc4 is found even if disable-gcc-check is enabl

[Qemu-devel] qemu/target-sparc translate.c

2008-03-13 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/03/13 20:47:53 Modified files: target-sparc : translate.c Log message: Use tcg_const_tl for zero constant CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/translate.c?cvsroot=

Re: [Qemu-devel] CVS build error

2008-03-13 Thread Paul Brook
> gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.0.2) Which part of "gcc 4.x is not supported" didn't you understand? Paul

[Qemu-devel] qemu/tcg tcg-op.h

2008-03-13 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/03/13 20:46:42 Modified files: tcg: tcg-op.h Log message: Add tcg_const_tl CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tcg/tcg-op.h?cvsroot=qemu&r1=1.8&r2=1.9

[Qemu-devel] qemu/target-sparc cpu.h op.c translate.c

2008-03-13 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/03/13 20:45:31 Modified files: target-sparc : cpu.h op.c translate.c Log message: Convert condition code changing versions of add, sub, logic, and div to TCG CVSWeb URLs: http://cvs.savannah.g

[Qemu-devel] CVS build error

2008-03-13 Thread Rick Vernam
Pulling todays CVS (including Aurelien Jaron's recent commits), I've not been able to build. ./configure --prefix=/usr --enable-ac97 --enable-alsa --disable-vnc-tls --disable-linux-user --disable-gcc-check --target-list=i386-softmmu make [...] gcc -Wall -O2 -g -fno-strict-aliasing -fno-reorde

Re: [Qemu-devel] [PATCH] fix SDL mouse events processing

2008-03-13 Thread Aurelien Jarno
On Wed, Mar 05, 2008 at 01:54:53PM +, Samuel Thibault wrote: > Here is a revamped patch: > > This fixes SDL mouse events processing: > - GetRelativeMouseState() always returns the last position, so when the > polling loop gets several mouse events in one go, we would send > useless 'no mov

[Qemu-devel] qemu/hw ds1225y.c mips.h

2008-03-13 Thread Aurelien Jarno
CVSROOT:/sources/qemu Module name:qemu Changes by: Aurelien Jarno 08/03/13 19:23:00 Modified files: hw : ds1225y.c mips.h Log message: ds1225y nvram: Fix some bugs - whole nvram was erased in some conditions - fix out o

[Qemu-devel] qemu console.h sdl.c vl.c

2008-03-13 Thread Aurelien Jarno
CVSROOT:/sources/qemu Module name:qemu Changes by: Aurelien Jarno 08/03/13 19:20:33 Modified files: . : console.h sdl.c vl.c Log message: Slowdown SDL while minimized When SDL is invisible/minimized, there is no need to keep c

[Qemu-devel] qemu sdl.c

2008-03-13 Thread Aurelien Jarno
CVSROOT:/sources/qemu Module name:qemu Changes by: Aurelien Jarno 08/03/13 19:20:19 Modified files: . : sdl.c Log message: SDL mouse events smoothness (Samuel Thibault) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/sd

[Qemu-devel] qemu/target-ppc op_helper.c

2008-03-13 Thread Aurelien Jarno
CVSROOT:/sources/qemu Module name:qemu Changes by: Aurelien Jarno 08/03/13 19:20:00 Modified files: target-ppc : op_helper.c Log message: Math functions helper for CONFIG_SOFTFLOAT=yes The patch below adds isfinite() and isnormal() fun

[Qemu-devel] qemu cpu-all.h target-ppc/op.c target-ppc/op_he...

2008-03-13 Thread Aurelien Jarno
CVSROOT:/sources/qemu Module name:qemu Changes by: Aurelien Jarno 08/03/13 19:19:16 Modified files: . : cpu-all.h target-ppc : op.c op_helper.c op_helper.h op_helper_mem.h op_mem.h Log message: Use float3

[Qemu-devel] qemu/hw e1000.c

2008-03-13 Thread Aurelien Jarno
CVSROOT:/sources/qemu Module name:qemu Changes by: Aurelien Jarno 08/03/13 19:18:27 Modified files: hw : e1000.c Log message: e1000: fix endianness issues This patch fixes endianness issues in the e1000 nic emulation, which

[Qemu-devel] qemu/hw rtl8139.c

2008-03-13 Thread Aurelien Jarno
CVSROOT:/sources/qemu Module name:qemu Changes by: Aurelien Jarno 08/03/13 19:17:40 Modified files: hw : rtl8139.c Log message: rtl8139: fix endianness on big endian targets On big endian targets with mmio accesses, the values

[Qemu-devel] qemu/tcg tcg.c i386/tcg-target.c sparc/tcg-targ...

2008-03-13 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/03/13 17:34:19 Modified files: tcg: tcg.c tcg/i386 : tcg-target.c tcg/sparc : tcg-target.c tcg/x86_64 : tcg-target.c Log message: Fix i32 memo

[Qemu-devel] Re: [PATCH] CFI: Fix AMD erase support

2008-03-13 Thread Jean-Christophe PLAGNIOL-VILLARD
No review? On 16:57 Sun 24 Feb , Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > > diff --git a/hw/pflash_cfi01.c b/hw/pflash_cfi01.c > index b3a8a8e..c360179 100644 > --- a/hw/pflash_cfi01.c > +++ b/hw/pflash_cfi01.c > @@ -275,7

[Qemu-devel] [PATCH] ds1225y nvram: Fix some bugs [v3]

2008-03-13 Thread Hervé Poussineau
Hi, Attached files fixes some problems with nvram emulation: - whole nvram was erased in some conditions - fix out of range accesses - improve reading speed by keeping contents in memory Changelog v1 to v2 - rename capacity to chip_size - write nvram contents during initialization only the first

[Qemu-devel] [PATCH] Fix floppy controller issues v4

2008-03-13 Thread Hervé Poussineau
Hi, Attached patch fixes some issues in the floppy disk controller: - Enhance reset support (external and software) - Use MAX_FD constant when possible - Support up to 4 drives if MAX_FD is set to 4 - Fix DOR register, which should be writable at any time - Let MSR return 0x20 when non-DMA transf

[Qemu-devel] [PATCH] ds1225y nvram: Fix some bugs [v2]

2008-03-13 Thread Hervé Poussineau
Attached files fixes some problems with nvram emulation: - whole nvram was erased in some conditions - fix out of range accesses - improve reading speed by keeping contents in memory Changelog v1 to v2 - rename capacity to chip_size - write nvram contents during initialization only the first time