Re: [Qemu-devel] QEUM converting VMware image to run on XEN/VPS?

2006-04-23 Thread Joe Lee
Thanks Jim, that's great to hear! Jim C. Brown wrote: On Sun, Apr 23, 2006 at 03:08:04PM -0400, Joe Lee wrote: Hi All, I am new to the list. I understand it may be possible for QEUM to take a VMware image and convert the VMware file format so that it can run on a XEN/VPS (domu). I would ap

Re: [Qemu-devel] QEUM converting VMware image to run on XEN/VPS?

2006-04-23 Thread Jim C. Brown
On Sun, Apr 23, 2006 at 03:08:04PM -0400, Joe Lee wrote: > Hi All, I am new to the list. I understand it may be possible for QEUM > to take a VMware image and > convert the VMware file format so that it can run on a XEN/VPS (domu). > > I would appreciate if anyone can confirm this for me. Also, a

[Qemu-devel] qemu/fpu softfloat-native.c

2006-04-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/23 22:59:41 Modified files: fpu: softfloat-native.c Log message: 64 bit fix CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/fp

Re: [Qemu-devel] new MIPS instructions

2006-04-23 Thread Thiemo Seufer
Dirk Behme wrote: [snip] > Pro "additional parameter": FPU is a good example for this. > If the processor I want to emulate has no FPU I would assume > if my code uses (accidently?) FPU instructions I get > exception/error/warning from QEMU. It confused me that QEMU > (wrongly) executes my pro

[Qemu-devel] qemu/hw ide.c

2006-04-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/23 22:21:30 Modified files: hw : ide.c Log message: -win2k-hack performance+DMA support (Leonardo E. Reiter) CVSWeb URLs: http://cvs.sava

[Qemu-devel] qemu qemu-doc.texi

2006-04-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/23 21:57:03 Modified files: . : qemu-doc.texi Log message: warning fix CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/qemu-d

Re: [Qemu-devel] Large USB patch

2006-04-23 Thread nix . wie . weg
Hello, Lonnie Mendez wrote: > > That works but not in the literal means of the attached device > actually functioning (see below). Here is something interesting: > > (qemu) usb_add mouse > Controller 001: uhci > 001:001 = mouse > Summary: 1 USB Controller, 1 USB Devices > (qemu

[Qemu-devel] qemu/target-i386 cpu.h exec.h helper2.c op.c tr...

2006-04-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/23 21:54:01 Modified files: target-i386: cpu.h exec.h helper2.c op.c translate.c Log message: SSE3 support (Joachim Henke) CVSWeb URLs: http://cv

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

2006-04-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/23 21:33:48 Modified files: target-sparc : op.c Log message: sparc condition code computation fix (Even Rouault) CVSWeb URLs: http://cvs.savannah.g

Re: [Qemu-devel] Unified device model

2006-04-23 Thread Einar Larsson
I think that a device model with support for devices in shared libraries combined with dynamic definition of the simulated HW would be great to be able to support a large number of HW variants in QEmu. I have developed several full system simulators for large embedded systems, and we have always en

[Qemu-devel] qemu/slirp misc.c slirp.c

2006-04-23 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook <[EMAIL PROTECTED]> 06/04/23 19:41:17 Modified files: slirp : misc.c slirp.c Log message: Fix slirp redirection on systems without a useful host IP address. CVSWeb URLs: http

[Qemu-devel] QEUM converting VMware image to run on XEN/VPS?

2006-04-23 Thread Joe Lee
Hi All, I am new to the list. I understand it may be possible for QEUM to take a VMware image and convert the VMware file format so that it can run on a XEN/VPS (domu). I would appreciate if anyone can confirm this for me. Also, any further comments/suggestions to the above would be helpful!

Re: [Qemu-devel] new MIPS instructions

2006-04-23 Thread Paul Brook
On Sunday 23 April 2006 19:41, Dirk Behme wrote: > Thiemo Seufer wrote: > > Fabrice Bellard wrote: > >>I suggest adding a parameter to cpu_mips_init() telling the exact CPU > >>model which is emulated. Optionnal features (such as the FPU) could be > >>specified with an additionnal parameter. > > >

[Qemu-devel] qemu gdbstub.c

2006-04-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/23 18:42:15 Modified files: . : gdbstub.c Log message: SIGINT generation (Jason Wessel) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

Re: [Qemu-devel] new MIPS instructions

2006-04-23 Thread Dirk Behme
Thiemo Seufer wrote: Fabrice Bellard wrote: I suggest adding a parameter to cpu_mips_init() telling the exact CPU model which is emulated. Optionnal features (such as the FPU) could be specified with an additionnal parameter. Probably with an additional switch "emulate everything we know abou

Re: [Qemu-devel] [usb][patch] anomaly with windows guests queuing an extra TD

2006-04-23 Thread Fabrice Bellard
Can you try this simpler patch ? Index: usb.c === RCS file: /sources/qemu/qemu/hw/usb.c,v retrieving revision 1.4 diff -u -w -r1.4 usb.c --- usb.c 11 Mar 2006 20:37:58 - 1.4 +++ usb.c 23 Apr 2006 18:37:22 - @

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

2006-04-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/23 18:18:10 Modified files: target-mips: op_helper.c Log message: removed unnecessary header CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qem

[Qemu-devel] qemu/target-ppc op_helper.c

2006-04-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/23 18:17:56 Modified files: target-ppc : op_helper.c Log message: removed unnecessary header CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qem

[Qemu-devel] qemu Makefile configure

2006-04-23 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook <[EMAIL PROTECTED]> 06/04/23 17:57:59 Modified files: . : Makefile configure Log message: Autodetect tools neccessary for building documentation. Make distclean re

Re: [Qemu-devel] new MIPS instructions

2006-04-23 Thread Thiemo Seufer
Fabrice Bellard wrote: > Hi, > > Since many new MIPS instructions are added, I think it is very important > now to add a way to dynamically select the exact MIPS processor model > that is emulated in QEMU. FWIW, I added MIPS32R2 instructions to my local copy while keeping the CPU a MIPS32R1 4k

[Qemu-devel] new MIPS instructions

2006-04-23 Thread Fabrice Bellard
Hi, Since many new MIPS instructions are added, I think it is very important now to add a way to dynamically select the exact MIPS processor model that is emulated in QEMU. I suggest adding a parameter to cpu_mips_init() telling the exact CPU model which is emulated. Optionnal features (suc

Re: [Qemu-devel] [PATCH] Add MIPS ELF loader

2006-04-23 Thread Fabrice Bellard
I just added an ELF loader (inspirated from the SPARC one) which should work for all architectures. It supports symbol loading and use the CPU physical memory mappings to compute correct RAM addresses. Fabrice. Dirk Behme wrote: Hi, ELF loader feature for MIPS in patch http://lists.gnu.org/

[Qemu-devel] qemu exec.c cpu-all.h

2006-04-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/23 17:14:48 Modified files: . : exec.c cpu-all.h Log message: added cpu_physical_memory_write_rom() CVSWeb URLs: http://cvs.savannah.gnu

[Qemu-devel] qemu/hw sun4m.c sun4u.c magic-load.c elf_ops.h

2006-04-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/23 17:14:05 Modified files: hw : sun4m.c sun4u.c Removed files: hw : magic-load.c elf_ops.h Log message: use generic

[Qemu-devel] qemu Makefile.target vl.c vl.h loader.c elf_ops.h

2006-04-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/23 17:12:42 Modified files: . : Makefile.target vl.c vl.h Added files: . : loader.c elf_ops.h Log message: generic

Re: [Qemu-devel] Large USB patch

2006-04-23 Thread nix . wie . weg
Hello Fabrice, I can understand, that you are not so happy with such an huge patch. But sorry it can't be done with just patching the state machine. The main problem is, that the cvs source needs the usbhub. But this hub is not operational at its current state. So in fact whenever we try to find a

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

2006-04-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/23 15:23:48 Modified files: target-mips: op.c Log message: MIPS single stepping fix (Dirk Behme) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

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

2006-04-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/23 15:21:24 Modified files: target-mips: translate.c Log message: MIPS CP0 not usable in kernel mode (Stefan Weil) CVSWeb URLs: http://cvs.savann

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

2006-04-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/23 15:18:58 Modified files: target-mips: op.c Log message: Fix overflow conditions for MIPS add / subtract (Stefan Weil) CVSWeb URLs: http://cvs.

Re: [Qemu-devel] Large USB patch

2006-04-23 Thread Fabrice Bellard
Hi, Could you make a small patch containing just the bug fixes of the state machine ? Concerning your API changes, I am relunctant to include them now, but my mind can evolve. An API change that I would consider as very useful could be to be able to make asynchronous USB I/Os to avoid blocki

[Qemu-devel] qemu block-vvfat.c

2006-04-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/23 14:36:41 Modified files: . : block-vvfat.c Log message: moved misplaced declaration CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/

[Qemu-devel] qemu configure

2006-04-23 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/23 14:35:23 Modified files: . : configure Log message: check if specified compiler exists CVSWeb URLs: http://cvs.savannah.gnu.org/viewc