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
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
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
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=
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
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
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
>
> 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
> 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
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
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
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
12 matches
Mail list logo