migration: postcopy take proper error return
commit617a32f5295ee4efcc17abadcecc3cf482c98e80
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 1 Jul 2020 09:35:57 +0000 (1 10:35 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Fri, 3 Jul 2020 15:23:05 +0000 (3 16:23 +0100)
treea24f41cf8f2c56bdf55c6dfd06ee42f789f170dc
parent3005c099ef3c6b43213e1454296c1c6556345805
migration: postcopy take proper error return

This function returns a boolean success and we're returning -1;
lets just use the 'out' error path.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Fixes: 58b7c17e226 ("Disable mlock around incoming postcopy")
Buglink: https://bugs.launchpad.net/qemu/+bug/1885720
Message-Id: <20200701093557.130096-1-dgilbert@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/postcopy-ram.c