Re: [Qemu-devel] Pending MIPS patches

2006-06-26 Thread Raphaël Rigo
Dirk Behme wrote: Hi Raphaël, maybe you find some time and like to answer to Fabrice's remark regarding patch 8 below? http://lists.gnu.org/archive/html/qemu-devel/2006-06/msg00419.html Would be nice to get as many of the pending MIPS patches applied as possible. Many thanks Dirk Fabric

Re: [Qemu-devel] initrd & kernel panic

2006-06-26 Thread VMiklos
2006/6/26, Ed Swierk <[EMAIL PROTECTED]>: What format is your initrd? It should be either a gzipped cpio archive (initramfs) or an uncompressed filesystem image file. See http://lxr.linux.no/source/Documentation/initrd.txt and http://lxr.linux.no/source/Documentation/early-userspace/README. as

[Qemu-devel] kqemu and windows 2000 disk management problem

2006-06-26 Thread Lonnie Mendez
lo list. Launching qemu with kqemu enabled produces the below traces when working with a Windows 2000 w/SP4 guest. It can be reproduced in this process: 1) Open the Computer Management dialog in the Administrative Tools 2) Select under Storage "Disk Management" 3) Select a disk in the right pa

[Qemu-devel] qemu usb-linux.c vl.c hw/usb-hid.c hw/usb-hub.c...

2006-06-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/26 21:00:51 Modified files: . : usb-linux.c vl.c hw : usb-hid.c usb-hub.c usb-msd.c usb.h Log message: display device identifier string for user with

Re: [Qemu-devel] Pending MIPS patches

2006-06-26 Thread Fabrice Bellard
Dirk Behme wrote: Fabrice Bellard wrote: 2. [PATCH][MIPS] add "lwu" instruction http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00326.html On which MIPS CPU is it defined ? Need to track instruction sets exactly to be able to select a given MIPS CPU at compile time or dynamically.

[Qemu-devel] qemu/target-mips helper.c op.c op_helper.c

2006-06-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/26 20:29:47 Modified files: target-mips: helper.c op.c op_helper.c Log message: consistent update of ERL and EXL (Dirk Behme) CVSWeb URLs: http://cvs.savannah.gnu.org/view

Re: [Qemu-devel] win64

2006-06-26 Thread Fabrice Bellard
If it works with Linux too then I can change it without leaving the old value... Fabrice. ZIGLIO, Frediano, VF-IT wrote: I got windows xp 64 working using current CVS. I still have problems with network, I had to use this patch Index: hw/rtl8139.c =

[Qemu-devel] qemu Changelog block.c vl.h

2006-06-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/26 20:08:57 Modified files: . : Changelog block.c vl.h Log message: Windows sparse file support (Frediano Ziglio) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Ch

[Qemu-devel] qemu vl.c

2006-06-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/26 20:03:44 Modified files: . : vl.c Log message: fix crash when closing windows (Frediano Ziglio) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu

[Qemu-devel] qemu/target-mips op_mem.c translate.c

2006-06-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/26 20:02:45 Modified files: target-mips: op_mem.c translate.c Log message: lwu support - generate exception if unaligned pc (Marius Groeger) CVSWeb URLs: http://cvs.savannah.gnu.o

[Qemu-devel] qemu/target-arm op.c

2006-06-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/26 19:55:19 Modified files: target-arm : op.c Log message: qsub fix (Wolfgang Schildbach) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/op.c?cvsroot=qemu&r1=1.2

[Qemu-devel] qemu cpu-exec.c target-sparc/cpu.h target-sparc...

2006-06-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/26 19:53:29 Modified files: . : cpu-exec.c target-sparc : cpu.h op.c translate.c Log message: SPARC FPU optimization (Blue Swirl) CVSWeb URLs: http://cvs.savan

Re: [Qemu-devel] Pending MIPS patches

2006-06-26 Thread Dirk Behme
Fabrice Bellard wrote: 2. [PATCH][MIPS] add "lwu" instruction http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00326.html On which MIPS CPU is it defined ? Need to track instruction sets exactly to be able to select a given MIPS CPU at compile time or dynamically. 3. [PATCH] Add spe

Re: [Qemu-devel] qemu vl.c qemu-doc.texi

2006-06-26 Thread Jason Wessel
Hi Fabrice, We ought to collaborate more about the intent to code something. I had already implemented the TCP net console as well. Since the code was similar I patched in the difference in functionality from my code into yours as well as further changing the docs. I fixed a small defect i

[Qemu-devel] [PATCH] win32 sparse and 64 bit images

2006-06-26 Thread ZIGLIO, Frediano, VF-IT
This is an update to my older patch. It enable sparse file for raw image where available (winnt and above using ntfs) It also contains an implementation for ftruncate to allow 64-bit file size. This implementation is compatible with sparse support (it do not manually fill bytes with zero but let th

[Qemu-devel] [PATCH] win32 windows close

2006-06-26 Thread ZIGLIO, Frediano, VF-IT
This is an updated patch for win32. This patch fix a crash closing windows with "X" button. Frediano Ziglio close.diff Description: close.diff ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Pending MIPS patches

2006-06-26 Thread Marius Groeger
On Sun, 25 Jun 2006, Fabrice Bellard wrote: 2. [PATCH][MIPS] add "lwu" instruction http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00326.html On which MIPS CPU is it defined ? Need to track instruction sets exactly to be able to select a given MIPS CPU at compile time or dynamically

[Qemu-devel] win64

2006-06-26 Thread ZIGLIO, Frediano, VF-IT
I got windows xp 64 working using current CVS. I still have problems with network, I had to use this patch Index: hw/rtl8139.c === RCS file: /sources/qemu/qemu/hw/rtl8139.c,v retrieving revision 1.1 diff -u -1 -0 -r1.1 rtl8139.c --- h

[Qemu-devel] Bug in target-arm/op.c; qsub gives wrong saturation

2006-06-26 Thread Wolfgang Schildbach
Hi, For the ARM9E target, qsub gives wrong output when saturating against -0x8000. The attached patch fixes an obvious typo that is causing this. Please consider this for inclusion into the mainline. Thanks, -- Wolfgang Schildbach, Senior Research Engineer Coding Technologies GmbH op_sub

[Qemu-devel] Asking about developing Qemu with Eclipse

2006-06-26 Thread Tieu Ma Dau
Hi all, I want to develop Qemu to simulate only ARM processor, so I've configured Qemu source code on MinGW/Msys with the command below: ./configure --target-list=arm-softmmu And after that I've created a new Eclipse project on the directory which contains the source code configured. I've tried