On Thu 24 Mar 2016 05:39:21 PM CET, Paolo Bonzini wrote: > The return value is unused and I am not sure why it would be useful.
Yeah, this is not needed since 0b06ef3bdd177. Reviewed-by: Alberto Garcia <be...@igalia.com> > while (qemu_co_enter_next(&bs->throttled_reqs[i])) { > - drained = true; > + ; > } Is that semicolon necessary, though? Berto