[Qemu-devel] Re: How to get 1280x1024 display from guest running Xorg?

2007-03-06 Thread Jano
Robin Atwood wrote: On Wednesday 21 Feb 2007, Ben Taylor wrote: Robin Atwood [EMAIL PROTECTED] wrote: This has been driving me mad! I have just installed Solaris 10 under Qemu and specified the Xorg server to be used. I created xorg.conf with xorgconfig and X started fine at 1024x768

[Qemu-devel] PATCH: Close file descriptors when execing network tap setup script

2007-03-06 Thread Daniel P. Berrange
In the VM initialization, the files corresponding to the virtual disks are opened before the networking is setup. So when the time comes to run the network tap setup script the QEMU process has a bunch of open file handles which are leaked to the networking script. Some of the commands run by the

Re: [Qemu-devel] [PATCH] Choose emulated MIPS CPU at runtime

2007-03-06 Thread Daniel Jacobowitz
On Tue, Mar 06, 2007 at 04:47:14PM +0100, Hervé Poussineau wrote: Hi, This patch uses the new -cpu command line option, to choose the CPU at runtime (R4Kc/R4Kp and FPU/no FPU) The model can be extended to emulate more accurately some CPUs. This removes the MIPS_USES_FPU compilation time

Re: [Qemu-devel] [PATCH] Choose emulated MIPS CPU at runtime

2007-03-06 Thread Thiemo Seufer
Hervé Poussineau wrote: Hi, This patch uses the new -cpu command line option, to choose the CPU at runtime (R4Kc/R4Kp and FPU/no FPU) The model can be extended to emulate more accurately some CPUs. This removes the MIPS_USES_FPU compilation time option, and replaces by a runtime one.

Re: [Qemu-devel] QEMU/pc and scsi disks

2007-03-06 Thread Joseph Miller
Avi Kivity wrote: Anthony Liguori wrote: I think most people agree that we need a config file. I haven't seen any comments on my config file patch though. So, any comments on that patch? Any requirements on a format? 1. Any option should be settable either in the config file or

[Qemu-devel] qemu/hw pcnet.c

2007-03-06 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/03/06 18:56:13 Modified files: hw : pcnet.c Log message: Fix unportable bitfields use which broke pcnet for big endian hosts. CVSWeb URLs:

[Qemu-devel] [PATCH] Choose emulated MIPS CPU at runtime #2

2007-03-06 Thread Hervé Poussineau
Hi, This patch uses the new -cpu command line option, to choose the CPU model at runtime. It takes care of Thiemo's remarks about existing CPU models. It defaults to MIPS 4KEc in 32bits mode, and R4000 in 64bits mode. To answer Daniel's concerns, the FPU bit in the CPU structure is set only if

Re: [Qemu-devel] [PATCH] Choose emulated MIPS CPU at runtime

2007-03-06 Thread Stefan Weil
Thiemo Seufer schrieb: Looks very nice, except that the CPU models are out of touch with reality. :-) - There is no CPU called R4Kc etc. - What Qemu emulates is currently close to a 4KEc with an R3000-style FPU attached. (A 4KEc is a 4Kc with MIPS32R2 instructions.) There exists also an older

[Qemu-devel] qemu/hw pci.c

2007-03-06 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/03/06 19:36:53 Modified files: hw : pci.c Log message: Fix typo in PCI bridge code. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pci.c?cvsroot=qemur1=1.34r2=1.35

[Qemu-devel] qemu/hw gt64xxx.c

2007-03-06 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/03/06 20:31:09 Modified files: hw : gt64xxx.c Log message: Fix GT-64xxx PCI mapping, by Aurelien Jarno. CVSWeb URLs:

Re: [Qemu-devel] [PATCH] Choose emulated MIPS CPU at runtime

2007-03-06 Thread Thiemo Seufer
Thiemo Seufer wrote: [snip] I think this could be done similar to the FPU switch, but I don't have a list of the differences, and there are no MIPS32R2 markers in the QEMU code :-( The specificiation for MIPS{32,64}R{1,2} used to be hidden behind a free registration nag screen at

Re: [Qemu-devel] [PATCH] Choose emulated MIPS CPU at runtime

2007-03-06 Thread Thiemo Seufer
Stefan Weil wrote: Thiemo Seufer schrieb: Looks very nice, except that the CPU models are out of touch with reality. :-) - There is no CPU called R4Kc etc. - What Qemu emulates is currently close to a 4KEc with an R3000-style FPU attached. (A 4KEc is a 4Kc with MIPS32R2 instructions.)

Re: [Qemu-devel] armv6 support

2007-03-06 Thread Rob Landley
On Friday 23 February 2007 5:54 pm, Paul Brook wrote: On Friday 23 February 2007 20:09, Rodrigo Vivi wrote: Hi all, Is there someone working on armv6 support? I'm very interested to help this development... I already have ARMv6 and ARMv7 implemented, but am unable to release the code.

Re: [Qemu-devel] armv6 support

2007-03-06 Thread Paul Brook
On Tuesday 06 March 2007 23:27, Rob Landley wrote: On Friday 23 February 2007 5:54 pm, Paul Brook wrote: On Friday 23 February 2007 20:09, Rodrigo Vivi wrote: Hi all, Is there someone working on armv6 support? I'm very interested to help this development... I already have ARMv6

[Qemu-devel] qemu loader.c vl.h hw/arm_boot.c uboot_image.h

2007-03-06 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 07/03/06 23:52:01 Modified files: . : loader.c vl.h hw : arm_boot.c Added files: . : uboot_image.h Log message: Simple u-boot image