[Qemu-devel] qemu vl.c hw/an5206.c hw/boards.h hw/dummy_m68k...

2007-11-18 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 07/11/18 08:46:58 Modified files: . : vl.c hw : an5206.c boards.h dummy_m68k.c etraxfs.c integratorcp.c mcf5208.c mips_malta.c

[Qemu-devel] Qemu forum

2007-11-18 Thread Ottavio Caruso
Hello, has anybody got any news on when the Qemu Forum will be up again? Thanks -- Ottavio http://www.pledgebank.com/boycottvista Never miss a thing. Make Yahoo your home page.

Re: [Qemu-devel] USB Asynchronous I/O

2007-11-18 Thread Salil Bijur
On Nov 15, 2007 5:46 PM, Arnon Gilboa [EMAIL PROTECTED] wrote: I believe you can do it similar to the way I did for isochronous transfers in usb-linux.c. Remember that using SUBMITURB and REAPURBNDELAY ioctls, you need to add another signal and signal handler for the async bulk, and there

Re: [Qemu-devel] USB Asynchronous I/O

2007-11-18 Thread Paul Brook
there might be some issues in the ohci/uhci because they currently assume only isochronous transfers are async. That's definitely incorrect. The USB mass storage emulation uses async bulk transfers. Paul

RE: [Qemu-devel] USB Asynchronous I/O

2007-11-18 Thread Arnon Gilboa
Sorry, it was my mistake. I only meant it may require some changes in ohci/uhci. -Original Message- From: Paul Brook [mailto:[EMAIL PROTECTED] Sent: Sunday, November 18, 2007 3:31 PM To: qemu-devel@nongnu.org Cc: Arnon Gilboa Subject: Re: [Qemu-devel] USB Asynchronous I/O there might

[Qemu-devel] qemu Makefile hw/devices.h hw/irq.c hw/stellari...

2007-11-18 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 07/11/18 14:36:09 Modified files: . : Makefile hw : devices.h irq.c stellaris.c Added files: hw : stellaris_input.c Log message:

[Qemu-devel] qemu fpu/softfloat-specialize.h fpu/softfloat.c...

2007-11-18 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 07/11/18 14:33:24 Modified files: fpu: softfloat-specialize.h softfloat.c softfloat.h target-arm/nwfpe: double_cpdo.c single_cpdo.c target-m68k: helper.c op.c

[Qemu-devel] qemu/hw gumstix.c

2007-11-18 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 07/11/18 14:40:35 Modified files: hw : gumstix.c Log message: Fix connex board init routine. CVSWeb URLs:

Re : [Qemu-devel] qemu/audio alsaaudio.c coreaudio.c dsoundaudio....

2007-11-18 Thread Sylvain Petreolle
Hi, - Message d'origine De : Paul Brook [EMAIL PROTECTED] À : qemu-devel@nongnu.org Envoyé le : Samedi, 17 Novembre 2007, 18h35mn 54s Objet : [Qemu-devel] qemu/audio alsaaudio.c coreaudio.c dsoundaudio CVSROOT:/sources/qemu Module name:qemu Changes by:Paul Brook pbrook

[Qemu-devel] [RFC] thunk.c / thunk.h bugfix

2007-11-18 Thread J. Mayer
There's a problem in thunk.h as 2 possibly recursive functions are declared as inline. There could be 2 solutions for this. We can never inline those functions and move them to thunk.c (see the attached patch). The drawback is that all cases that do not recurse would be less efficient. The other

[Qemu-devel] qemu dyngen.h

2007-11-18 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer j_mayer 07/11/18 15:50:41 Modified files: . : dyngen.h Log message: Fix for ISO C compliance: function qualifiers must always come before the return type. CVSWeb URLs:

[Qemu-devel] [RFC] Fix for random Qemu crashes

2007-11-18 Thread J. Mayer
Here's an updated patch to fix the inlining problems that make some Qemu targets crash randomly. As we have at least one broken target in the CVS because of this bug (and maybe more), we have an urgent need of a fix. I'll then commit this patch today if there is no other fix proposed that actually

Re: [Qemu-devel] [PATCH] Gumstix verdex support

2007-11-18 Thread Thorsten Zitterell
Hi. andrzej zaborowski wrote: On 17/11/2007, Thorsten Zitterell [EMAIL PROTECTED] wrote: Patch to add gumstix verdex board support. The code has: +/* Interrupt line of NIC is connected to GPIO line 49 */ +smc91c111_init(nd_table[0], 0x04000300, +

Re: [Qemu-devel] [RFC][PATCH] fix sparc32 mxcc 64 bit read word order

2007-11-18 Thread Robert Reif
Blue Swirl wrote: On 11/16/07, Robert Reif [EMAIL PROTECTED] wrote: This patch fixes the word order for 64 bit reads of the mxcc registers. Otherwise everything seems OK, but it breaks NetBSD version 3 on SS10: clock0 at obio0 slot 0 offset 0x20: mk48t08 timer0 at obio0 slot 0

Re: [Qemu-devel] [RFC][PATCH] fix sparc32 mxcc 64 bit read word order

2007-11-18 Thread Blue Swirl
On 11/18/07, Robert Reif [EMAIL PROTECTED] wrote: Blue Swirl wrote: On 11/16/07, Robert Reif [EMAIL PROTECTED] wrote: This patch fixes the word order for 64 bit reads of the mxcc registers. Otherwise everything seems OK, but it breaks NetBSD version 3 on SS10: clock0 at obio0 slot

[Qemu-devel] qemu Makefile

2007-11-18 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 07/11/18 21:12:37 Modified files: . : Makefile Log message: Fix out of tree builds. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile?cvsroot=qemur1=1.133r2=1.134

[Qemu-devel] [PATCH] [RESEND] hw/sh7750.c: use TARGET_FMT_plx to printf target_phys_addr_t

2007-11-18 Thread Carlo Marcelo Arenas Belon
The following patch changes the formatting string from %08x to TARGET_FMT_plx to accommodate for compilation in 64bit hosts and that manifests with the following warning : qemu/hw/sh7750.c: In function `error_access': qemu/hw/sh7750.c:186: warning: unsigned int format, different type arg (arg

[Qemu-devel] qemu check_ops.sh configure dyngen-exec.h dynge...

2007-11-18 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/11/18 21:22:10 Modified files: . : check_ops.sh configure dyngen-exec.h dyngen.c exec-all.h Log message: Fixes for s/390 host support, by Bastian

[Qemu-devel] qemu Makefile

2007-11-18 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/11/18 21:33:07 Modified files: . : Makefile Log message: Use CONFIG_VNC_TLS_CFLAGS for building vnc.o. CVSWeb URLs:

[Qemu-devel] qemu configure

2007-11-18 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/11/18 21:37:08 Modified files: . : configure Log message: Add -m64 to OS_LDFLAGS for Solaris/x86_64. Use OS_CFLAGS when looking for libSDL. Patch by Ben Taylor.

[Qemu-devel] qemu/hw ssd0323.c

2007-11-18 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 07/11/18 21:54:57 Modified files: hw : ssd0323.c Log message: SSD0323 vertical incrememnt mode. CVSWeb URLs:

Re: [Qemu-devel] [RFC][PATCH] fix sparc32 mxcc 64 bit read word order

2007-11-18 Thread Robert Reif
Blue Swirl wrote: On 11/18/07, Robert Reif [EMAIL PROTECTED] wrote: Blue Swirl wrote: On 11/16/07, Robert Reif [EMAIL PROTECTED] wrote: This patch fixes the word order for 64 bit reads of the mxcc registers. Otherwise everything seems OK, but it breaks NetBSD

[Qemu-devel] qemu Makefile.target

2007-11-18 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/11/18 22:34:46 Modified files: . : Makefile.target Log message: Solaris build fixes, based on a patch by Ben Taylor. CVSWeb URLs:

Re: [Qemu-devel] cdrom disc type - is this patch correct? (unbreaks recent FreeBSD guest's -cdrom access)

2007-11-18 Thread Juergen Lock
Oops, I seem to have missed this post, sorry for not answering earlier... In article [EMAIL PROTECTED] you write: On Tue, Nov 13 2007, Juergen Lock wrote: Hi! Yesterday I learned that FreeBSD 7.0-BETA2 guests will no longer read from the emulated cd drive, apparently because of this commit:

[Qemu-devel] qemu exec-all.h osdep.h qemu-common.h translate...

2007-11-18 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer j_mayer 07/11/19 00:38:33 Modified files: . : exec-all.h osdep.h qemu-common.h translate-op.c darwin-user: qemu.h Log message: Avoid duplicated definitions: move common

[Qemu-devel] qemu vl.c

2007-11-18 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer j_mayer 07/11/19 01:05:22 Modified files: . : vl.c Log message: Mark hex_dump as unused to avoid compilation warnings. CVSWeb URLs:

[Qemu-devel] qemu thunk.c thunk.h

2007-11-18 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer j_mayer 07/11/19 01:06:24 Modified files: . : thunk.c thunk.h Log message: Fix attempt to inline recursive functions. CVSWeb URLs:

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

2007-11-18 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer j_mayer 07/11/19 01:48:13 Modified files: hw : ppc_prep.c target-ppc : cpu.h translate_init.c Log message: New PowerPC CPU flag to define the decrementer and time-base

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

2007-11-18 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer j_mayer 07/11/19 01:48:52 Modified files: target-ppc : translate.c Log message: Fix another collision in PowerPC instructions definitions. CVSWeb URLs:

[Qemu-devel] qemu/hw stellaris.c

2007-11-18 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 07/11/19 02:38:22 Modified files: hw : stellaris.c Log message: Fix typo in error message. CVSWeb URLs:

[Qemu-devel] qemu/hw omap.c omap.h tsc210x.c

2007-11-18 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/11/19 03:43:51 Modified files: hw : omap.c omap.h tsc210x.c Log message: Clean-up/rewrite audio over I^2S support. CVSWeb URLs:

[Qemu-devel] [Patch] PXA27x Mainstone II board support

2007-11-18 Thread Armin
Hello, The following patch adds basic PXA27x Mainstone II support. Boots from initrd at the monument. Comments and Feedback welcome. Kind regards, Armin diff -ruN qemu_org/hw/boards.h qemu/hw/boards.h --- qemu_org/hw/boards.h 2007-11-17 22:46:57.0 -1000 +++ qemu/hw/boards.h 2007-11-18

Re: [Qemu-devel] Qemu forum

2007-11-18 Thread Shaddy Baddah
Ottavio Caruso wrote: has anybody got any news on when the Qemu Forum will be up again? I'd like to second the call for its return. At least can the archive be retained somewhere... I had reason to read back my own postings in the forum, and am lamenting my lost memory. TIA, Shaddy