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