[Qemu-devel] qemu/audio audio.c

2006-08-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/03 20:39:41 Modified files: audio : audio.c Log message: swapped memset args (Charles Coffing) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/audio/audio.c?cvsroot=qem

[Qemu-devel] [PATCH] ppc64 host support

2006-08-03 Thread Heikki Lindholm
A sent a patch some months ago for adding ppc64 host support on Linux. This one's pretty much the same, though updated to apply to the current CVS qemu. Only i386 target tested and working partially. -- Heikki Lindholm diff -Nru qemu/configure qemu-devel-ppc64/configure --- qemu/configure

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

2006-08-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/03 17:53:19 Modified files: . : osdep.c osdep.h Log message: removed unused code CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/osdep.c?cvsroot=qemu&r1=1.12&r2=1.1

[Qemu-devel] qemu block-qcow.c

2006-08-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/03 17:52:41 Modified files: . : block-qcow.c Log message: added missing returns CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-qcow.c?cvsroot=qemu&r1=1.8&r2=

[Qemu-devel] Who call I/O cpu_in*/cpu_out*?

2006-08-03 Thread Alessandro Corradi
Hello,This is what I understand:In vl.c code:-In qemu initialization will be create and initialize a table in which there are I/O read/write function corresponding to I/O address.-When emulated devices are inizialited they register IO function in this table, in this way it can be called when an ins

[Qemu-devel] [PATCH] Fix aio_init on non-glibc

2006-08-03 Thread Heikki Lindholm
It seems aio_init() is only available on glibc and Irix. This should fix compilation on other platforms. -- Heikki Lindholm --- block-raw.c.old 2006-08-03 15:02:28.0 +0300 +++ block-raw.c 2006-08-03 15:02:33.0 +0300 @@ -232,6 +232,7 @@ act.sa_handler = aio_signal_handler

[Qemu-devel] qemu block-raw.c

2006-08-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/03 09:07:19 Modified files: . : block-raw.c Log message: win32 fixes (initial patch by kazu) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-raw.c?cvsroot=qem

RE: [Qemu-devel] Win32 MinGW build with current CVS

2006-08-03 Thread ZIGLIO, Frediano, VF-IT
> > Sent: Thursday, August 03, 2006 12:14 PM Kazu wrote: > > > > > Asynchronous I/O is implemented by overlapped I/O for Win32 > but it is not > > enabled. > > > > I tried to make the program. A patch attached fixs compile errors. > > > > I found some problems about it. > > GetFileSizeEx needs t

RE: [Qemu-devel] Win32 MinGW build with current CVS

2006-08-03 Thread ZIGLIO, Frediano, VF-IT
> From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > .org] On Behalf Of Kazu > Sent: giovedì 3 agosto 2006 10.25 > To: qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] Win32 MinGW build with current CVS > > Sent: Thursday, August 03, 2006 12:14 PM Kazu wrote: > > > > > Asynchronous I/O is

Re: [Qemu-devel] Win32 MinGW build with current CVS

2006-08-03 Thread Kazu
failed. After the second time is OK. > An attached patch fixes the bug which is first time read error. Regards, Kazu qemu-20060803-aio-2.patch Description: Binary data ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] [PATCH] Minor dyngen.c cleanup

2006-08-03 Thread Heikki Lindholm
Minor cleanup for powerpc. -- Heikki Lindholm --- dyngen.c.old2006-08-03 10:25:40.0 +0300 +++ dyngen.c2006-08-03 10:26:11.0 +0300 @@ -1912,7 +1912,7 @@ for(i = 0, rel = relocs;i < nb_relocs; i++, rel++) { if (rel->r_offset >= start

[Qemu-devel] [PATCH] target-sparc fpu fix

2006-08-03 Thread Heikki Lindholm
Sparc target does not build on powerpc anymore. Not quite sure if the following patch is correct, but it fixes the problem. -- Heikki Lindholm --- target-sparc/op_helper.c.old2006-08-03 10:10:16.0 +0300 +++ target-sparc/op_helper.c2006-08-03 09:45:14.0 +0300 @@ -12,12