Re: [Qemu-devel] Sparc64 status

2005-11-21 Thread emuls
Hi, For to get more help with Open Frimware you can contact David Kahn on email [EMAIL PROTECTED] For more info see: http://playground.sun.com/1275/home.html Nice day Rudolf Kutina - PŮVODNÍ ZPRÁVA - Od: Blue Swirl [EMAIL PROTECTED] Komu: qemu-devel@nongnu.org, [EMAIL PROTECTED]

Re: [Qemu-devel] qemu cpu-all.h

2005-11-21 Thread Mike Kronenberg
Hello, I just wanted to build CVS taget i386-softmmu on a PPC G4 with OS X 10.3.9, GCC 3.3. I get a ton of the following compile errors: /diff/qemu/cpu-all.h: In function `ldq_le_p': /diff/qemu/cpu-all.h:234: warning: implicit declaration of function `ldl_p' /diff/qemu/cpu-all.h: In function

Re: [Qemu-devel] user-net -redir working?

2005-11-21 Thread André Braga
Disabling the Nagle algorithm (i.e., enabling TCP_NODELAY) or typing a lot of garbage just to fill the buffer with enough data can help, also. And IIRC, netcat has a UDP mode as well. I see no reason for this to happen, but is there any chance it's using UDP by default, and you're only

Re: [Qemu-devel] Re: Qemu-devel Digest, Vol 32, Issue 41

2005-11-21 Thread Jan Marten Simons
I can understand that the problem is serious. But maybe there are a couple of fixes: 1)Document this on the compiling from source page. 2)Add a check to the configure script, and print an error message. Richard The second option was implemented into cvs about 2 weeks ago:

Re: [Qemu-devel] Re: Qemu-devel Digest, Vol 32, Issue 41

2005-11-21 Thread Ozan Türkyılmaz
On 21/11/05, Richard Neill [EMAIL PROTECTED] wrote: Dear All, I thought you might like to know the following: Neither Qemu 0.7.2 nor 0.7.1 will compile under gcc 4.0.1, which is the default under Mandrake 2006. It works fine with the older 3.3.6 though. i don't understand why it is

Re: [Qemu-devel] Re: Qemu-devel Digest, Vol 32, Issue 41

2005-11-21 Thread Gwenole Beauchesne
Hi, On 21/11/05, Richard Neill [EMAIL PROTECTED] wrote: Dear All, I thought you might like to know the following: Neither Qemu 0.7.2 nor 0.7.1 will compile under gcc 4.0.1, which is the default under Mandrake 2006. It works fine with the older 3.3.6 though. i don't understand why it is

[Qemu-devel] kqemu: Invalid module format

2005-11-21 Thread Shaun Jackman
I compiled kqemu 0.7.2 but when I try to insmod the module I get an error: # insmod /lib/modules/2.6.11-9-amd64-k8/misc/kqemu.ko insmod: error inserting '/lib/modules/2.6.11-9-amd64-k8/misc/kqemu.ko': -1 Invalid module format Compiling the module seemed to go cleanly. Any suggestions on where I

[Qemu-devel] qemu cpu-all.h

2005-11-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/11/21 23:22:06 Modified files: . : cpu-all.h Log message: fixed big endian host support CVSWeb URLs:

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

2005-11-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/11/21 23:30:27 Modified files: linux-user : main.c Log message: cpu_single_env usage fix CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper2.c

2005-11-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/11/21 23:31:19 Modified files: target-i386: helper2.c Log message: cpu_exec_init() change CVSWeb URLs:

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

2005-11-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/11/21 23:32:20 Modified files: target-ppc : translate_init.c Log message: cpu_exec_init() change CVSWeb URLs:

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

2005-11-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/11/21 23:32:42 Modified files: target-sparc : op_helper.c Log message: cpu_single_env usage fix CVSWeb URLs:

[Qemu-devel] qemu/tests qruncom.c

2005-11-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/11/21 23:32:57 Modified files: tests : qruncom.c Log message: cpu_single_env usage fix CVSWeb URLs:

[Qemu-devel] qemu/hw pc.c

2005-11-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/11/21 23:34:32 Modified files: hw : pc.c Log message: SMP support - cpu_single_env usage fix - a20 helpers - dynamic Multi Processor BIOS

[Qemu-devel] qemu/hw dma.c heathrow_pic.c mips_r4k.c openpic...

2005-11-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/11/21 23:29:55 Modified files: hw : dma.c heathrow_pic.c mips_r4k.c openpic.c pci.c pckbd.c ppc_chrp.c ppc_prep.c

[Qemu-devel] qemu disas.h

2005-11-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/11/21 23:35:10 Modified files: . : disas.h Log message: monitor_disas() prototype change CVSWeb URLs:

Re: [Qemu-devel] Patch: Ctrl+Ins to copy console on windows

2005-11-21 Thread Jim C. Brown
On Sun, Nov 20, 2005 at 11:03:26AM -0800, art yerkes wrote: This is a small patch to enable copying the current console to the clipboard with Ctrl+Ins. A line break is added after the last nonblank character of each copied line. +static void console_copy() +{ +#ifdef

[Qemu-devel] SMP support

2005-11-21 Thread Fabrice Bellard
Hi all, I just commited the code to emulate SMP targets. As an example, I added support for x86 PCs with up to 8 CPUs (option -smp). There are still some optimisations to do regarding the scheduling and I only tested the code with a Linux 2.4 guest OS. Happy testing :-) Fabrice.

Re: [Qemu-devel] qemu/hw pc.c

2005-11-21 Thread Hetz Ben Hamo
Log message: SMP support - cpu_single_env usage fix - a20 helpers - dynamic Multi Processor BIOS table generation Care for sharing Some explanation to what you added and how to use it please? :) Thanks, Hetz ___ Qemu-devel mailing list

[Qemu-devel] x86 Virtualization

2005-11-21 Thread Dave Feustel
Are there any plans to add to qemu the capability to simulate the Intel Vanderpool and AMD Pacifica hardware virtualization facilities? Thanks, Dave Feustel -- Switch to Secure OpenBSD with a KDE desktop!!! NOW with Virtual PC OS support via QEMU and Beowulf clustering using PETSc and MPICH2!

[Qemu-devel] user-net -redir working?

2005-11-21 Thread Richard Neill
Re: User-net not working: Disabling the Nagle algorithm (i.e., enabling TCP_NODELAY) or typing a lot of garbage just to fill the buffer with enough data can help, also. And IIRC, netcat has a UDP mode as well. I see no reason for this to happen, but is there any chance it's using UDP by

Re: [Qemu-devel] SMP support

2005-11-21 Thread Anthony Liguori
Fabrice Bellard wrote: Hi all, I just commited the code to emulate SMP targets. As an example, I added support for x86 PCs with up to 8 CPUs (option -smp). There are still some optimisations to do regarding the scheduling and I only tested the code with a Linux 2.4 guest OS. It appears

Re: [Qemu-devel] x86 Virtualization

2005-11-21 Thread Jim C. Brown
On Mon, Nov 21, 2005 at 08:40:37PM -0500, Dave Feustel wrote: Are there any plans to add to qemu the capability to simulate the Intel Vanderpool and AMD Pacifica hardware virtualization facilities? Thanks, Dave Feustel -- Switch to Secure OpenBSD with a KDE desktop!!! NOW with Virtual

Re: [Qemu-devel] SMP support

2005-11-21 Thread Mulyadi Santosa
Dear Fabrice... I just commited the code to emulate SMP targets. As an example, I added support for x86 PCs with up to 8 CPUs (option -smp). Gooshhh, finally you made itthanks a lot! I don't need 8 CPUs anyway, 2 is fine for me, but heysurplus is always welcome :) Testing is on the