On Mon, Mar 11, 2019 at 09:38:38PM -0500, Eric Blake wrote:
Straight code motion, coupled with changing goto into return -1
as needed. This change will be important to later patches adding
bulk redefinition (where each snapshot in a list has to meet the
same constraints).
Signed-off-by: Eric Blake <eblake(a)redhat.com>
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
---
src/qemu/qemu_driver.c | 120 ++++++++++++++++++++++-------------------
1 file changed, 66 insertions(+), 54 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano