[Qemu-devel] Splitting vl.h

2007-11-10 Thread Paul Brook
The attached patch starts splitting vl.h up a bit. I've pulled out the i2c, disk and irq code. Because I picked some of the easier ones, they can also be built once, rather than for every target. Obviously there's a lot left to do, but my grand plan is to get rid of vl.h altogether. A few file

[Qemu-devel] qemu qemu-img.c

2007-11-10 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/11/11 03:33:14 Modified files: . : qemu-img.c Log message: Cleanup qemu-img.c. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-img.c?cvsroot=qemu&r1=1.24&r2=1.25

[Qemu-devel] qemu Makefile Makefile.target aes.c block-bochs...

2007-11-10 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/11/11 02:51:17 Modified files: . : Makefile Makefile.target aes.c block-bochs.c block-cloop.c block-cow.c block-dmg.c block-parallels.c blo

Re: [Qemu-devel] QEMU - macaddr= does not work - HELP

2007-11-10 Thread Albert Graham
Sorry, I found the problem, I was appending the "macaddr=" parameter to the "-net tap" options instead of the "-net nic" options as documented :( e.g. qemu -boot c -hda /hd1 -m 1024 -localtime -net nic -net tap,macaddr1=52:54:00:12:34:01 instead of qemu -boot c -hda /hd1 -m 1024 -localt

[Qemu-devel] qemu vl.c hw/pc.c hw/ppc_chrp.c hw/ppc_oldworld...

2007-11-10 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/11/11 01:50:45 Modified files: . : vl.c hw : pc.c ppc_chrp.c ppc_oldworld.c ppc_prep.c Log message: More generic boot devices specification, allowing more device

[Qemu-devel] QEMU - macaddr= does not work - HELP

2007-11-10 Thread Albert Graham
I'm trying to get the macaddr= parameter to work (with -net tap), but it does not seem to pass the specified MAC address to the underlying virtual NIC (in my case ne2000 pci using) This would not normally be required for a single instance if QEMU, but I want multiple instances per server as w

[Qemu-devel] qemu Makefile.target

2007-11-10 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/11/11 01:18:28 Modified files: . : Makefile.target Log message: Remove duplicate i2c.o. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=qemu&r1=1.220&

[Qemu-devel] s390 host support

2007-11-10 Thread Bastian Blank
Hi folks Thimo Seufer asked me to check if the s390 host supports works at all. It did not even build, dyngen failed. I digged into the problem and found the following: gcc for s390 generates a data table after each function if necessary instead of immediate loads. (g5, the oldest supported proces

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

2007-11-10 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/11/11 00:33:09 Modified files: target-ppc : op.c op_helper.c Log message: Fix POWER abs & abso computation. Fix PowerPC SPE evabs & evneg (thanks to Fabrice Bellard for reporting the

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

2007-11-10 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/11/11 00:18:34 Modified files: target-ppc : op.c op_helper.c op_helper.h translate.c Log message: Optimize PowerPC overflow flag computation in most useful cases. Use the same routine

[Qemu-devel] qemu Changelog

2007-11-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/11/11 00:16:10 Modified files: . : Changelog Log message: Fix typo. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.147&r2=1.148

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

2007-11-10 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/11/11 00:04:50 Modified files: . : Changelog Makefile.target cpu-exec.c qemu-doc.texi vl.c vl.h fpu: softfloat-native.h softfloat.c softfloat.h

[Qemu-devel] qemu/target-ppc cpu.h translate_init.c

2007-11-10 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/11/10 23:51:03 Modified files: target-ppc : cpu.h translate_init.c Log message: Allow selection of PowerPC CPU giving a PVR. Remove unused pvr_mask field from CPU definition. CVSWeb

Re: [Qemu-devel] [PATCH] Fix NaN handling in softfloat

2007-11-10 Thread J. Mayer
On Sat, 2007-11-10 at 19:09 +0100, Aurelien Jarno wrote: > J. Mayer a écrit : > > On Sat, 2007-11-10 at 17:15 +0100, Aurelien Jarno wrote: > >> J. Mayer a écrit : > >>> On Sat, 2007-11-10 at 10:35 +0100, Aurelien Jarno wrote: > J. Mayer a écrit : > > On Thu, 2007-11-08 at 00:05 +0100, Aur

Re: [Qemu-devel] [PATCH] Fix NaN handling in softfloat

2007-11-10 Thread Aurelien Jarno
Thiemo Seufer a écrit : > Aurelien Jarno wrote: >> On Sat, Nov 03, 2007 at 02:06:04PM -0400, Daniel Jacobowitz wrote: >>> On Sat, Nov 03, 2007 at 06:35:48PM +0100, Aurelien Jarno wrote: Hi all, The current softfloat implementation changes qNaN into sNaN when converting between

Re: [Qemu-devel] [PATCH] sparc32 asi cleanups and debug printf

2007-11-10 Thread Robert Reif
Blue Swirl wrote: DPRINTF_ASI would be nice. Here is a revised patch: Index: target-sparc/op_helper.c === RCS file: /sources/qemu/qemu/target-sparc/op_helper.c,v retrieving revision 1.51 diff -p -u -r1.51 op_helper.c --- targe

Re: [Qemu-devel] [PATCH] Fix NaN handling in softfloat

2007-11-10 Thread Thiemo Seufer
Aurelien Jarno wrote: > On Sat, Nov 03, 2007 at 02:06:04PM -0400, Daniel Jacobowitz wrote: > > On Sat, Nov 03, 2007 at 06:35:48PM +0100, Aurelien Jarno wrote: > > > Hi all, > > > > > > The current softfloat implementation changes qNaN into sNaN when > > > converting between formats, for no reason

Re: [Qemu-devel] [PATCH] sparc32 asi cleanups and debug printf

2007-11-10 Thread Blue Swirl
On 11/10/07, Robert Reif <[EMAIL PROTECTED]> wrote: > This patch makes debugging asi and mxcc accesses easier to follow. ... and adds a new register. DPRINTF_ASI would be nice.

Re: [Qemu-devel] ES1370 problems with Win98SE

2007-11-10 Thread malc
On Fri, 9 Nov 2007, Rick Vernam wrote: On Thursday 08 November 2007 10:51:01 pm Kyle Kilpatrick wrote: Hello. First, let me say that I realize this is not exactly the place for this. Non-developer problems with Qemu should go on the Qemu forum... But they're down right now, so please bear wit

[Qemu-devel] qemu vl.c vl.h cutils.c

2007-11-10 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/11/10 19:36:39 Modified files: . : vl.c vl.h cutils.c Log message: always use mktimegm CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.356&r2=1.

[Qemu-devel] qemu Makefile

2007-11-10 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/11/10 19:30:52 Modified files: . : Makefile Log message: Fix Makefile dependencies. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile?cvsroot=qemu&r1=1.128&r2=1.129

[Qemu-devel] qemu/hw dummy_m68k.c

2007-11-10 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/11/10 19:21:30 Modified files: hw : dummy_m68k.c Log message: Fix build failure. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/dummy_m68k.c?cvsroot=qemu&r1=1.1&r2=1.2

[Qemu-devel] [PATCH] sparc32 asi cleanups and debug printf

2007-11-10 Thread Robert Reif
This patch makes debugging asi and mxcc accesses easier to follow. Index: target-sparc/op_helper.c === RCS file: /sources/qemu/qemu/target-sparc/op_helper.c,v retrieving revision 1.51 diff -p -u -r1.51 op_helper.c --- target-sparc/op_

Re: [Qemu-devel] [PATCH] Fix NaN handling in softfloat

2007-11-10 Thread Aurelien Jarno
J. Mayer a écrit : > On Sat, 2007-11-10 at 17:15 +0100, Aurelien Jarno wrote: >> J. Mayer a écrit : >>> On Sat, 2007-11-10 at 10:35 +0100, Aurelien Jarno wrote: J. Mayer a écrit : > On Thu, 2007-11-08 at 00:05 +0100, Aurelien Jarno wrote: >> On Tue, Nov 06, 2007 at 09:01:13PM +0100, J.

[Qemu-devel] qemu Makefile.target vl.c vl.h hw/dummy_m68k.c

2007-11-10 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/11/10 18:03:23 Modified files: . : Makefile.target vl.c vl.h Added files: hw : dummy_m68k.c Log message: Add dummy m68k board. CVSWeb URLs: http://cvs.savannah

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

2007-11-10 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/11/10 17:43:49 Modified files: target-m68k: translate.c Log message: Fix m68k FP register debug dumps. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-m68k/translate.c?cvsroot=

[Qemu-devel] qemu arm-dis.c dis-asm.h

2007-11-10 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/11/10 17:38:00 Modified files: . : arm-dis.c dis-asm.h Log message: Update ARM disassembler. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/arm-dis.c?cvsroot=qemu&r1=1.5&r2=

Re: [Qemu-devel] [PATCH] Fix NaN handling in softfloat

2007-11-10 Thread J. Mayer
On Sat, 2007-11-10 at 17:15 +0100, Aurelien Jarno wrote: > J. Mayer a écrit : > > On Sat, 2007-11-10 at 10:35 +0100, Aurelien Jarno wrote: > >> J. Mayer a écrit : > >>> On Thu, 2007-11-08 at 00:05 +0100, Aurelien Jarno wrote: > On Tue, Nov 06, 2007 at 09:01:13PM +0100, J. Mayer wrote: > >

[Qemu-devel] monitor's memory dump

2007-11-10 Thread Pawel K
Hello Look at the following monitor's memory dump commands: (qemu) x/1xw 0 : 0xb7d00694 (qemu) x/1xw 1 0001: 0xb7d00694 (qemu) x/2xw 0 : 0xb7d00694 0x081459a6 It looks like the single 4-byte dumps always show the first memory location. Is it a bug ? I use qemu-0.9.0 under

[Qemu-devel] qemu/hw integratorcp.c pl011.c pl050.c pl080.c ...

2007-11-10 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/11/10 16:34:47 Modified files: hw : integratorcp.c pl011.c pl050.c pl080.c pl110.c pl181.c pl190.c smc91c111.c Log message: Fix 64-bit host printf format mi

Re: [Qemu-devel] [PATCH] Fix NaN handling in softfloat

2007-11-10 Thread Aurelien Jarno
J. Mayer a écrit : > On Sat, 2007-11-10 at 10:35 +0100, Aurelien Jarno wrote: >> J. Mayer a écrit : >>> On Thu, 2007-11-08 at 00:05 +0100, Aurelien Jarno wrote: On Tue, Nov 06, 2007 at 09:01:13PM +0100, J. Mayer wrote: > On Sat, 2007-11-03 at 22:28 +0100, Aurelien Jarno wrote: >> On S

[Qemu-devel] qemu vl.h

2007-11-10 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/11/10 15:36:21 Modified files: . : vl.h Log message: exported display init functions to common code CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.h?cvsroot=qemu&r

[Qemu-devel] qemu exec.c darwin-user/main.c hw/an5206.c hw/e...

2007-11-10 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/11/10 15:15:54 Modified files: . : exec.c darwin-user: main.c hw : an5206.c etraxfs.c integratorcp.c mcf5208.c mips_malta.c

[Qemu-devel] mips64 gdbstub broken

2007-11-10 Thread Paul Brook
A recent CVS commit ("Fix gdb stub for MIPS64.") looks incorrect: > diff -u -r1.66 -r1.67 > --- gdbstub.c 8 Oct 2007 13:16:14 - 1.66 > +++ gdbstub.c 25 Oct 2007 21:30:37 - 1.67 > @@ -563,7 +563,7 @@ > ptr += sizeof(target_ulong); >} > > -*(target_ulong *

Re: [Qemu-devel] [PATCH] Fix NaN handling in softfloat

2007-11-10 Thread J. Mayer
On Sat, 2007-11-10 at 10:35 +0100, Aurelien Jarno wrote: > J. Mayer a écrit : > > On Thu, 2007-11-08 at 00:05 +0100, Aurelien Jarno wrote: > >> On Tue, Nov 06, 2007 at 09:01:13PM +0100, J. Mayer wrote: > >>> On Sat, 2007-11-03 at 22:28 +0100, Aurelien Jarno wrote: > On Sat, Nov 03, 2007 at 0

Re: [Qemu-devel] [PATCH] Fix NaN handling in softfloat

2007-11-10 Thread Aurelien Jarno
J. Mayer a écrit : > On Thu, 2007-11-08 at 00:05 +0100, Aurelien Jarno wrote: >> On Tue, Nov 06, 2007 at 09:01:13PM +0100, J. Mayer wrote: >>> On Sat, 2007-11-03 at 22:28 +0100, Aurelien Jarno wrote: On Sat, Nov 03, 2007 at 02:06:04PM -0400, Daniel Jacobowitz wrote: > On Sat, Nov 03, 2007

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

2007-11-10 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/11/10 09:32:02 Modified files: target-sparc : translate.c Log message: More Sparc64 CPU definitions CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/translate.c?cvsroot=qemu&r