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
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
> perfor
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
>
> wh
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
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?
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
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
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
+++ b/targ
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 "
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
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
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 mus
> the next step would be to emulate LSI SCSI chips, eh?
Qemu already does.
Paul
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 appl
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 tr
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
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 write
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 :)
>
"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' is marking the end of filename (it is likely t
> 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
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 t
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 recogniz
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 :)
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
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
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
26 matches
Mail list logo