Re: [Qemu-devel] wrong bios.bin file in Ubuntu Linux 7.10 causes blue screen on w2k guest

2007-11-26 Thread Soren Hansen
On Fri, Nov 23, 2007 at 02:48:34PM +0100, andrzej zaborowski wrote: As far as I understand Qemu uses the BIOS from the Bochs project and the diff is applied for Qemu and it becomes the Qemu BIOS. If that's really the case, I'm curious why it's distributed in its binary form rather than being

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

2007-11-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/11/26 09:01:34 Modified files: target-mips: translate.c Log message: Micro-optimize back-to-back store-load sequences. CVSWeb URLs:

[Qemu-devel] [PATCH] ide: fix GPCMD_GET_CONFIGURATION for OpenSolaris guests

2007-11-26 Thread Carlo Marcelo Arenas Belon
The following patch complements Partial IDE DVD emulation which was added in revision 1.66 and that was generating the following timeouts for OpenSolaris guests when trying to access the ATAPI cdrom (during installation for example): WARNING: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL

[Qemu-devel] [PATCH] ide: remove leftover support for 82371FB (Step A1)

2007-11-26 Thread Carlo Marcelo Arenas Belon
The following patch removes the remaining support for the 82371FB (Step A1) IDE chip which was added to ide.c in revision 1.53 and then removed (as it was never used in any profile and was considered dead code) in 1.57. This code was added to piix_pci.c in revision 1.9 and after the corresponding

RE: [Qemu-devel] USB performance Question

2007-11-26 Thread Arnon Gilboa
I have just copied 138 MByte (800 files) from a disk-on-key in 75 sec. This is ~14.7Mbit/s, which is more than USB 1.1 full-speed. I have checked it using KVM and WinXP guest. With QEMU only (-no-kvm), it took 130 sec, which is ~8.5 Mbit/sec. If you can give some info about your USB device

[Qemu-devel] PATCH: fix Makefile issue with make 3.79

2007-11-26 Thread Tristan Gingold
$^ is all dependencies (ie the .c and .h files in dyngen case). Because there is only one .c file to compile, this patch will work in all cases. Tristan. diff -c -r1.136 Makefile *** Makefile24 Nov 2007 23:35:07 - 1.136 --- Makefile26 Nov 2007 13:17:41 - ***

[Qemu-devel] qemu/hw mips_malta.c

2007-11-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/11/26 14:52:02 Modified files: hw : mips_malta.c Log message: Add floppy support, tested to work with www.linux-mips.org GIT head. CVSWeb URLs:

[Qemu-devel] pflash usage question

2007-11-26 Thread Armin
Hello all, I have two questions regarding how to use pflash. 1) I have two 64MiB flash devices, so do I use one -pflash on the command line that has an image that is the total size of both flashes or use two -pflash on the command line. 2) The parameters for the pflash register are a bit

[Qemu-devel] qemu qemu-doc.texi

2007-11-26 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 07/11/26 18:46:38 Modified files: . : qemu-doc.texi Log message: Document -M SS-600MP CVSWeb URLs:

Re: [Qemu-devel] USB performance Question

2007-11-26 Thread [EMAIL PROTECTED]
Streaming media for some reason behaves differently than usb disks, the latter which about always work. To really test a USB device, is to run a camera on it. For example a cheap Toucam Pro or such is a good start. the cameras I am using are bit more exepensive, in the thousands, so you would

[Qemu-devel] Invalid memory access in catsrv.dll

2007-11-26 Thread Krzysztof Żelechowski
I cannot install Windows 2000 COM+ layer under QEMU under Ubuntu 7.10 AMD64. The error message from the command regsrv32 catsrv.dll is Invalid memory access in catsrv.dll.

[Qemu-devel] [Patch][update] Mainstone re-org plus flash

2007-11-26 Thread Armin
Hello, This includes the previous Mainstone re-org patch I sent earlier plus flash support. This adds two 32MiB flash devices. Mounts from mtdblock2 on flash device 0 fine at boot. TIA Armin Index: qemu/hw/mainstone.c === ---