aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2022-10-02 23:17:49 +0200
committerJuan Quintela <quintela@redhat.com>2023-02-06 19:22:56 +0100
commit255dc7af7e65588d36319129718ddfdfeabac898 (patch)
treedfa3cd1f06bde9b37caa3b9b988ebcd53cee143e /hw/s390x
parent301d7ffe5f630dc5d0e2a3638b9eae7a00b1088a (diff)
downloadqemu-255dc7af7e65588d36319129718ddfdfeabac898.zip
qemu-255dc7af7e65588d36319129718ddfdfeabac898.tar.gz
qemu-255dc7af7e65588d36319129718ddfdfeabac898.tar.bz2
migration: No save_live_pending() method uses the QEMUFile parameter
So remove it everywhere. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'hw/s390x')
-rw-r--r--hw/s390x/s390-stattrib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/s390x/s390-stattrib.c b/hw/s390x/s390-stattrib.c
index 9eda1c3..a553a1e 100644
--- a/hw/s390x/s390-stattrib.c
+++ b/hw/s390x/s390-stattrib.c
@@ -182,7 +182,7 @@ static int cmma_save_setup(QEMUFile *f, void *opaque)
return 0;
}
-static void cmma_save_pending(QEMUFile *f, void *opaque, uint64_t max_size,
+static void cmma_save_pending(void *opaque, uint64_t max_size,
uint64_t *res_precopy_only,
uint64_t *res_compatible,
uint64_t *res_postcopy_only)