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
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
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