Re: [Qemu-devel] [PATCH] Fix double backslash problem in Windows

2008-01-10 Thread Laurent Vivier
Le mercredi 09 janvier 2008 à 13:27 +, Johannes Schindelin a écrit : [...] Besides, it would not be _that_ complicated: This patch doesn't manage the case where we have comma in filename: qemu -drive file=my,file,if=scsi where filename is my,file. Laurent -- snipsnap -- [PATCH] make

[Qemu-devel] Re: [kvm-devel] [PATCH] e1000 emulation code

2008-01-10 Thread Dor Laor
On Wed, 2008-01-09 at 23:08 -0500, Javier Guerra Giraldez wrote: On Wednesday 09 January 2008, Dor Laor wrote: Some figures: Linux rx 350Mbps, tx 150bps, Windows rx 700mbps, tx 100 mbps. very nice! in a related note, the VMWare tools package, which is supposed to 'enhance performance'

Re: [Qemu-devel] [PATCH] Fix double backslash problem in Windows

2008-01-10 Thread Johannes Schindelin
Hi, On Thu, 10 Jan 2008, Laurent Vivier wrote: Le mercredi 09 janvier 2008 à 13:27 +, Johannes Schindelin a écrit : [...] Besides, it would not be _that_ complicated: This patch doesn't manage the case where we have comma in filename: qemu -drive file=my,file,if=scsi where

Re: [Qemu-devel] [PATCH] Fix double backslash problem in Windows

2008-01-10 Thread Laurent Vivier
Le jeudi 10 janvier 2008 à 11:53 +, Johannes Schindelin a écrit : Hi, On Thu, 10 Jan 2008, Laurent Vivier wrote: Le mercredi 09 janvier 2008 à 13:27 +, Johannes Schindelin a écrit : [...] Besides, it would not be _that_ complicated: This patch doesn't manage the case

Re: [Qemu-devel] [PATCH] Fix double backslash problem in Windows

2008-01-10 Thread Johannes Schindelin
Hi, On Thu, 10 Jan 2008, Laurent Vivier wrote: Perhaps the best solution is to put file= option at the end of aliases, '\0' is marking the end of filename (it is likely the idea of andrzej about special characters). Oh, why not just make it a requirement that file= comes last, always?

Re: [Qemu-devel] [PATCH] Fix double backslash problem in Windows

2008-01-10 Thread Laurent Vivier
Le jeudi 10 janvier 2008 à 12:15 +, Johannes Schindelin a écrit : Hi, On Thu, 10 Jan 2008, Laurent Vivier wrote: Perhaps the best solution is to put file= option at the end of aliases, '\0' is marking the end of filename (it is likely the idea of andrzej about special

Re: [Qemu-devel] [PATCH] Fix double backslash problem in Windows

2008-01-10 Thread Avi Kivity
Johannes Schindelin wrote: Hi, On Thu, 10 Jan 2008, Laurent Vivier wrote: Perhaps the best solution is to put file= option at the end of aliases, '\0' is marking the end of filename (it is likely the idea of andrzej about special characters). Oh, why not just make it a requirement

[Qemu-devel] [PATCH] CRIS: optimize clear insns + other minor updates.

2008-01-10 Thread Edgar E. Iglesias
Small CRIS patch to: Optimize clear insns by treating support reg P0 specially. Add missing micro-op RETURN's. Minor cleanup. Best regards -- Edgar E. Iglesias Axis Communications AB diff --git a/target-cris/op.c b/target-cris/op.c index 6e17719..3c50574 100644 --- a/target-cris/op.c +++

Re: [PATCH][Qemu-devel] Single stepping for PPC broken!

2008-01-10 Thread Marius Groeger
On Wed, 9 Jan 2008, Marius Groeger wrote: On Wed, 9 Jan 2008, Marius Groeger wrote: I'm having problems with qemu's (-M prep, -cpu 604) handling of the MSR_SE bit. My gdbstub can successfully step along regular code, but qemu chokes when stepping over a branch instruction like blr.

Re: [Qemu-devel] Fix double backslash problem in Windows

2008-01-10 Thread Jernej Simončič
On Thursday, January 10, 2008, 14:58:28, Laurent Vivier wrote: Do you like '^' ? Bad idea - this is the escape character in Windows shell :) -- Jernej Simončič http://deepthought.ena.si/ The chief cause of problems is solutions. -- Sevareid's Law

Re: [Qemu-devel] [PATCH] Fix double backslash problem in Windows

2008-01-10 Thread Laurent Vivier
Le jeudi 10 janvier 2008 à 15:30 +0200, Avi Kivity a écrit : Johannes Schindelin wrote: Hi, On Thu, 10 Jan 2008, Laurent Vivier wrote: Perhaps the best solution is to put file= option at the end of aliases, '\0' is marking the end of filename (it is likely the idea of andrzej

Re: [Qemu-devel] Fix double backslash problem in Windows

2008-01-10 Thread Laurent Vivier
Le jeudi 10 janvier 2008 à 15:18 +0100, Jernej Simončič a écrit : On Thursday, January 10, 2008, 14:58:28, Laurent Vivier wrote: Do you like '^' ? Bad idea - this is the escape character in Windows shell :) Perhaps this should work: - option name must end with '=' - option value must end

Re: [Qemu-devel] Re: [kvm-devel] [PATCH] e1000 emulation code

2008-01-10 Thread Paul Brook
the next step would be to emulate LSI SCSI chips, eh? Qemu already does. Paul

Re: [Qemu-devel] Qemu 0.9.1 stable branch

2008-01-10 Thread Thiemo Seufer
Johannes Schindelin wrote: Hi, On Wed, 9 Jan 2008, Lauro Ramos Venancio wrote: As discussed yesterday in the qemu irc channel, I've created a stable branch for qemu 0.9.1. This branch will follow two basic rules: 1. Only fixes will be applied. 2. Patches will be applied only

Re: [Qemu-devel] [PATCH] e1000 emulation code

2008-01-10 Thread andrzej zaborowski
Hi, On 09/01/2008, Dor Laor [EMAIL PROTECTED] wrote: It which supports TCP/UDP and IP transmit checksum, as well as TSO. It has been tested with Linux (2.6.18|22|23|24)++ and Windows XP (using the driver supplied at the intel download site). Windows Vista recognizes it but there is no

Re: [Qemu-devel] Qemu 0.9.1 stable branch

2008-01-10 Thread Johannes Schindelin
Hi, On Thu, 10 Jan 2008, Thiemo Seufer wrote: Johannes Schindelin wrote: AFAICT 727da25d(Fix broken absoluteness check for cabs.d.*) is not necessary, as it is for the MIPS target, which is not supposed to work right now. But I'm sure if I'm wrong, Thiemo will correct me right

[Qemu-devel] Qemu bug track

2008-01-10 Thread Lauro Ramos Venancio
I've set up an experimental bug track for Qemu stable branch. If the community wants it can be used for qemu head too. If the community agrees, I will do the configuration to send an email to qemu mailing list when a bug is opened. Let me know if someone (especially the developers that have

Re: [Qemu-devel] Fix double backslash problem in Windows

2008-01-10 Thread Laurent Vivier
Le jeudi 10 janvier 2008 à 16:02 +0100, Laurent Vivier a écrit : Le jeudi 10 janvier 2008 à 15:18 +0100, Jernej Simončič a écrit : On Thursday, January 10, 2008, 14:58:28, Laurent Vivier wrote: Do you like '^' ? Bad idea - this is the escape character in Windows shell :) Perhaps

Re: [Qemu-devel] Qemu 0.9.1 stable branch

2008-01-10 Thread Lauro Ramos Venancio
So, Lauros, seems like all the commits since 0.9.1 (including the two new ones, Fix typo which broke MIPS32R2 64-bit FPU support and qemu manpage: describe arguments of usbdevice option, by Aurelien Jarno) are candidates for the stable branch... applied. Lauro

Re: [Qemu-devel] Re: [PATCH] Fix double backslash problem in Windows

2008-01-10 Thread Laurent Vivier
Le jeudi 10 janvier 2008 à 10:59 -0800, consul a écrit : Avi Kivity [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Johannes Schindelin wrote: Hi, On Thu, 10 Jan 2008, Laurent Vivier wrote: Perhaps the best solution is to put file= option at the end of aliases, '\0'

Re: [Qemu-devel] [PATCH] e1000 emulation code

2008-01-10 Thread Dor Laor
andrzej zaborowski wrote: Hi, On 09/01/2008, Dor Laor [EMAIL PROTECTED] wrote: It which supports TCP/UDP and IP transmit checksum, as well as TSO. It has been tested with Linux (2.6.18|22|23|24)++ and Windows XP (using the driver supplied at the intel download site). Windows Vista

Re: [kvm-devel] [Qemu-devel] Re: [PATCH] e1000 emulation code

2008-01-10 Thread Christoph Hellwig
On Thu, Jan 10, 2008 at 03:36:19PM +, Paul Brook wrote: the next step would be to emulate LSI SCSI chips, eh? Qemu already does. Quite a different one from vmware, though :)

[Qemu-devel] USB serial device

2008-01-10 Thread Samuel Thibault
Hello, I would like to implement support for braille devices, and for this I'd need to first implement a USB serial device (FTDI chip). Has anybody worked on that already? Samuel

Re: [Qemu-devel] [PATCH] e1000 emulation code

2008-01-10 Thread andrzej zaborowski
On 11/01/2008, Dor Laor [EMAIL PROTECTED] wrote: andrzej zaborowski wrote: Would it be possible to pick only the useful stuff from the header and put it into the same file, rather than maintaining a copy of a linux header (which is 3.5 bigger than the actual emulation in kLoC)? Qemu has

Re: [Qemu-devel] Qemu bug track

2008-01-10 Thread Mulyadi Santosa
Hi.. On Jan 11, 2008 12:28 AM, Lauro Ramos Venancio [EMAIL PROTECTED] wrote: I've set up an experimental bug track for Qemu stable branch. If the community wants it can be used for qemu head too. If the community agrees, I will do the configuration to send an email to qemu mailing list when