On 18/01/2018 15:19, Eric Blake wrote: > On 01/18/2018 06:43 AM, Paolo Bonzini wrote: >> It is called from qcow2_invalidate_cache in coroutine context (incoming > Why is a qcow2 function calling qed code? Definitely a copy-paste bug, > but I'm not sure of the right fix.
This reference was of course meant to be qed_invalidate_cache. Thanks, Paolo >> migration runs in a coroutine), so it's cleaner if metadata is always >> loaded from a coroutine.