qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/9] qtest: add C version of test infrastructure


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 3/9] qtest: add C version of test infrastructure
Date: Thu, 15 Mar 2012 16:04:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1

Il 15/03/2012 15:58, Kevin Wolf ha scritto:
>> > I believe Kevin suggested using -qtest unix:%s and creating the listen
>> > socket in the test program rather than inside QEMU.  The advantage is
>> > that we never sleep(3), instead we accept(2) the connection from QEMU
>> > and get going right away.
>> > 
>> > This can be added as a patch later.
>> > 
>> > Kevin: Do you already have a patch or does someone need to write it?
> I just complained (and reduced the delay locally). Paolo suggested a
> real solution, which may have been what you describe, I don't remember
> the details.

Yes, that was me.

I implemented it in Python too, but the Python harness is
(understandably, since it's otherwise unused) not part of this series.

I definitely can fix it before 1.1, though not immediately.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]