On 01/18/2012 05:00 PM, Kevin Wolf wrote:
> + do { > + sleep(1);This is the line that takes the greatest part of the time for make check-qtest. Can we use some shorter delay if it's required at all?
You can use a client socket, listen before spawning QEMU and accept afterwards. It's what I did in the Python version.
Paolo