On 3/4/19 10:34 PM, 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>
---
src/qemu/qemu_driver.c | 120 ++++++++++++++++++++++-------------------
1 file changed, 66 insertions(+), 54 deletions(-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John