diff options
-rw-r--r-- | hw/vfio/migration.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/vfio/migration.c b/hw/vfio/migration.c index 5d91364..c4403a3 100644 --- a/hw/vfio/migration.c +++ b/hw/vfio/migration.c @@ -589,9 +589,6 @@ static int vfio_save_complete_precopy(QEMUFile *f, void *opaque) qemu_put_be64(f, VFIO_MIG_FLAG_END_OF_STATE); ret = qemu_file_get_error(f); - if (ret) { - return ret; - } trace_vfio_save_complete_precopy(vbasedev->name, ret); |