[Qemu-devel] qemu exec-all.h gdbstub.c linux-user/main.c tar...

2007-02-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/28 22:37:42 Modified files: . : exec-all.h gdbstub.c linux-user : main.c target-mips: cpu.h exec.h mips-defs.h op.c op_helper.c op_me

[Qemu-devel] qemu Changelog

2007-02-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/28 22:01:13 Modified files: . : Changelog Log message: Mention ds1225y support. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.131&r2=1.132

[Qemu-devel] qemu vl.c

2007-02-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/28 21:59:44 Modified files: . : vl.c Log message: Make removing IOHandlers safe from within an IOHandler, by Anthony Liguori. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcv

Re: [Qemu-devel] [PATCH] Experimental patch providing accelerated OpenGL for Linux i386 (update as of 2007-02-28)

2007-02-28 Thread Even Rouault
Le Mercredi 28 Février 2007 22:36, vous avez écrit : > > The patch has been updated and is available at > > http://qemu-forum.ipi.fi/viewtopic.php?t=2984 > > How does this compare to chromium[1] and in particular vmgl[2] ? > > Any particular reason you're re-inventing the wheel? > > Paul > > [1] ht

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

2007-02-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/28 21:36:41 Modified files: . : Makefile.target vl.h hw : mips_r4k.c Added files: hw : ds1225y.c Log message: DS1225Y nvram device, b

Re: [Qemu-devel] [PATCH] Experimental patch providing accelerated OpenGL for Linux i386 (update as of 2007-02-28)

2007-02-28 Thread Paul Brook
> The patch has been updated and is available at > http://qemu-forum.ipi.fi/viewtopic.php?t=2984 How does this compare to chromium[1] and in particular vmgl[2] ? Any particular reason you're re-inventing the wheel? Paul [1] http://chromium.sourceforge.net/ [2] http://www.cs.toronto.edu/~andresl

[Qemu-devel] Re: PATCH: Secure TLS encrypted authentication for VNC

2007-02-28 Thread S. I. Becker
Daniel P. Berrange wrote: Having repeatedly said that we should be doing TLS encryption for VNC, I figured I ought to get down & implement it. So, in the spirit of 'release early, release often', here is the very first cut of my patch for QEMU. This isn't suitable for inclusion in CVS yet - I ju

[Qemu-devel] [PATCH] Experimental patch providing accelerated OpenGL for Linux i386 (update as of 2007-02-28)

2007-02-28 Thread Even Rouault
The patch has been updated and is available at http://qemu-forum.ipi.fi/viewtopic.php?t=2984 Changes/Improvements since second patch version (10 February 2007) -- * Initial support for Windows as a guest (still Linux i386 as a host)!

[Qemu-devel] qemu cpu-all.h exec.c linux-user/syscall.c

2007-02-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/28 20:20:53 Modified files: . : cpu-all.h exec.c linux-user : syscall.c Log message: Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne. CVSWeb URLs

[Qemu-devel] qemu/hw mips_malta.c

2007-02-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/28 20:04:26 Modified files: hw : mips_malta.c Log message: 24C01 / 24C02 EEPROM emulation for Malta, by Stefan Weil. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/m

[Qemu-devel] [BUG] [PATCH] Syscalls recv and recvfrom fix

2007-02-28 Thread Kirill A. Shutemov
Argument name typo fixed. Patch in the attachment. diff --git a/qemu/linux-user/syscall.c b/qemu/linux-user/syscall.c index f3f97b0..80684de 100644 --- a/qemu/linux-user/syscall.c +++ b/qemu/linux-user/syscall.c @@ -2912,12 +2912,12 @@ long do_syscall(void *cpu_env, int num, long arg1, long arg2,

Re: [Qemu-devel] [PATCH] Mention RealView in docs.

2007-02-28 Thread Paul Brook
> Mention ARM RealView emulation in user docs (similar to ARM Versatile). > [EMAIL PROTECTED] > +Versatile PCI host bridge - PCI memory space only. This is wrong. Also the proper name is RealView Emulation Baseboard. Fixed and applied. Paul ___ Qemu-

[Qemu-devel] qemu qemu-doc.texi

2007-02-28 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/02/28 16:25:17 Modified files: . : qemu-doc.texi Log message: iDocument ARM RealView board (Andrzej Zaborowski). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi

[Qemu-devel] [BUG] [PATCH] Syscall gethostname fix

2007-02-28 Thread Kirill A. Shutemov
Patch in the attachment. diff --git a/qemu/linux-user/syscall.c b/qemu/linux-user/syscall.c index f3f97b0..ccb0e52 100644 --- a/qemu/linux-user/syscall.c +++ b/qemu/linux-user/syscall.c @@ -875,7 +875,7 @@ static long do_getsockname(int fd, target_ulong target_addr, targ

Re: [Qemu-devel] sparc32 bug/misfeature

2007-02-28 Thread Peter
On 2/27/07, Blue Swirl <[EMAIL PROTECTED]> wrote: In Linux the IDs are listed in include/asm-sparc/machines.h, there are much more than just these two. There are much more than those two in the original file as well. These are the only two supported by SunOS 4.x (sun4m). So should this be adde

Re: [Qemu-devel] Re: clfs arm problem

2007-02-28 Thread Pablo Virolainen
Rodrigo Vivi kirjoitti: Hi all, I've just noticed that qemu does not has the at() syscalls support implemented yet... Does anyone has a patch that implements these syscalls: .long sys_openat/* 295 */ .long sys_mkdirat .long sys_mknodat .long sys_fchownat .long sys_futimesat .long s

[Qemu-devel] [PATCH] Mention RealView in docs.

2007-02-28 Thread andrzej zaborowski
Mention ARM RealView emulation in user docs (similar to ARM Versatile). From c1a465cb44950a3a12a78d3b5d2feeaa2e2e6687 Mon Sep 17 00:00:00 2001 Date: Wed, 28 Feb 2007 13:13:09 +0100 Subject: [PATCH] Mention RealView in docs. Mention ARM RealView emulation in user docs (similar to ARM Versatile). -

[Qemu-devel] [PATCH] Fix GT64120 PCI IO mapping update

2007-02-28 Thread Aurelien Jarno
Hi, The patch below fixes a bug when updating the GT64120 PCI IO mapping. The old addresses should be unmapped first before trying to setup a new one. Bye, Aurelien Index: hw/gt64xxx.c === RCS file: /sources/qemu/qemu/hw/gt64xxx.c,

[Qemu-devel] [PATCH] ARM Versatile/Realview reset (resent)

2007-02-28 Thread Aurelien Jarno
On Mon, Jan 22, 2007 at 12:07:29PM +0100, Aurelien Jarno wrote: > On Wed, Nov 15, 2006 at 02:17:22AM +0100, Aurelien Jarno wrote: > > On Wed, Nov 15, 2006 at 01:26:59AM +0100, Aurelien Jarno wrote: > > > The ARM Versatile and Realview platforms support reset (but not halt), > > > howvever it is not