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