[Qemu-devel] qemu/hw integratorcp.c

2006-11-19 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/11/19 23:07:17 Modified files: hw : integratorcp.c Log message: Add casts for 64-bit hosts. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/integratorcp.c?cvsroot=qemu&r1=1

[Qemu-devel] qemu/linux-user/arm syscall_nr.h

2006-11-19 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/11/19 21:51:51 Modified files: linux-user/arm : syscall_nr.h Log message: Add missing ARM syscall numbers. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/arm/syscall_nr.h?cvsr

[Qemu-devel] [PATCH] Fixed devfn number for PCI devices

2006-11-19 Thread Aurelien Jarno
Some platforms (at least the malta boards) rely on the slot number to assign the PCI IRQ. The patch below allows to specify a devfn (and thus a slot number) to emulated PCI devices that can be used on more than one architecture (ie video cards, IDE controllers, NIC, etc.). -- .''`. Aurelien J

[Qemu-devel] qemu-system-x86_64 fails at squashfs mounts + kqemu

2006-11-19 Thread Marco Amadori
Hi, all I'm a developer of debian-live and I am not subscribed to this list, so please CC me in the replies. First, many thanks for this software to Fabrice Bellard and all developers. As subject says, when I launch qemu-system-x86_64 (I'm on debian/sid amd64 with an athlon64 dual core), with k

[Qemu-devel] qemu/linux-user arm-semi.c linuxload.c qemu.h

2006-11-19 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/11/19 20:29:35 Modified files: linux-user : arm-semi.c linuxload.c qemu.h Log message: Arm semihosted commandline support (Wolfgang Schildbach). CVSWeb URLs: http://cvs.savannah.gnu.org/vie

Re: [Qemu-devel] [PATCH] Experimental initial patch providing accelerated OpenGL for Linux i386 (2nd attempt to post)

2006-11-19 Thread Avi Kivity
Even Rouault wrote: Apart from portability to other architectures, what would be the other advantages of a solution based on a PCI device ? I can think of a two advantages: - the device can deliver interrupts to the guest when something is completed (I don't know how useful this is to a 3D

[Qemu-devel] qemu/linux-user syscall.c

2006-11-19 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/11/19 15:26:04 Modified files: linux-user : syscall.c Log message: Remove do_socketcallwrapper. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/syscall.c?cvsroot=qemu&r1=1.

Re: [Qemu-devel] -snapshot and tmpsfs

2006-11-19 Thread Ottavio Caruso
> From: Michael McConnell > On Sat, 18 Nov 2006, Ottavio Caruso wrote: > > > Are the writes to tmpfs (in a *nix guest OS) recorded to the > > snapshotted image? > > > > Example: /var/run on tmpfs > > OS writes to /var/run. Bigger temp file or not? > > This isn't a guaranteed certain answer, bu