Lukas Straub <lukasstra...@web.de> wrote: > Since ec6f3ab9, migration with compress enabled was broken, because > the compress threads use a dummy QEMUFile which just acts as a > buffer and that commit accidentally changed it to use the outgoing > migration channel instead. > > Fix this by using the dummy file again in the compress threads. > > Signed-off-by: Lukas Straub <lukasstra...@web.de>
Reviewed-by: Juan Quintela <quint...@redhat.com> queued. Ouch, ouch. Good catch. The other patch (the test) needs to wait util 8.1 is open. Later, Juan.