]> git.proxmox.com Git - mirror_qemu.git/commit
migration: switch to use QIOChannelNull for dummy channel
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 20 Jun 2022 11:01:46 +0000 (12:01 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 22 Jun 2022 17:11:21 +0000 (18:11 +0100)
commitc0e0825c98cf608fe2775395b79c53efe0324f8e
tree06da6c307a0ddf53ee3ae06357015ff0edae8813
parent87e42764490896e66ab8a3c93280384689b0acb4
migration: switch to use QIOChannelNull for dummy channel

This removes one further custom impl of QEMUFile, in favour of a
QIOChannel based impl.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/ram.c