Re: [Qemu-devel] [PATCH]Socket reconnection.

2009-12-05 Thread Ian Molton
Ian Molton wrote: > Anthony Liguori wrote: > > New patch attached, addressing the below. Thanks! Did this patch make it? I cant seem to find my earlier patches in the .git repo you mentioned, does that mean they have been dropped, or that they have been merged upstream ? I can repost all four pa

Re: [Qemu-devel] [PATCH]Socket reconnection.

2009-12-03 Thread Ian Molton
Anthony Liguori wrote: New patch attached, addressing the below. Thanks! > CODING_STYLE is off (as I mentioned before). Hopefully fixed now. >> +gettimeofday(&tv, NULL); >> > > This will break Win32 (use qemu_gettimeofday). Done > Don't open code a list, use one of the sys-queue type

[Qemu-devel] [PATCH] Socket reconnection take 2.

2009-12-02 Thread Ian Molton
Reposting as requested. hopefully t-brid doesnt whitespace-mangle it. Anthony Liguori wrote: > > sleep() in qemu is very, very wrong. It will pause the guest's > > execution and all sorts of badness can ensue. Quite... > > The right thing to do is set a timer and not generate data while > > di