diff options
author | Lukas Straub <lukasstraub2@web.de> | 2023-04-02 17:06:32 +0000 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2023-04-12 21:51:34 +0200 |
commit | 37502df32c4b02403fe92452c4ed1d96da3df01c (patch) | |
tree | 053b52c33861ae3a6884e0f83c42f1b5f2e7d0dd /crypto | |
parent | 06064a671573580326b1f23a2afa2702c48d8e05 (diff) | |
download | qemu-37502df32c4b02403fe92452c4ed1d96da3df01c.zip qemu-37502df32c4b02403fe92452c4ed1d96da3df01c.tar.gz qemu-37502df32c4b02403fe92452c4ed1d96da3df01c.tar.bz2 |
migration/ram.c: Fix migration with compress enabled
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 <lukasstraub2@web.de>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions