Re: [Qemu-devel] [PATCH 5/6] monitor: Move hmp_info_snapshots from savevm.c to hmp.c

2017-04-25 Thread Juan Quintela
Laurent Vivier wrote: > On 25/04/2017 12:24, Juan Quintela wrote: >> It only uses block/* functions, nothing from migration. >> >> Signed-off-by: Juan Quintela > > Reviewed-by: Laurent Vivier > > Perhaps the monitor.h include in savevm.c can be removed in PATCH 1/6? hmp_info_snapshots still us

Re: [Qemu-devel] [PATCH 5/6] monitor: Move hmp_info_snapshots from savevm.c to hmp.c

2017-04-25 Thread Laurent Vivier
On 25/04/2017 12:24, Juan Quintela wrote: > It only uses block/* functions, nothing from migration. > > Signed-off-by: Juan Quintela Reviewed-by: Laurent Vivier Perhaps the monitor.h include in savevm.c can be removed in PATCH 1/6? Laurent > --- > hmp.c | 143 +

[Qemu-devel] [PATCH 5/6] monitor: Move hmp_info_snapshots from savevm.c to hmp.c

2017-04-25 Thread Juan Quintela
It only uses block/* functions, nothing from migration. Signed-off-by: Juan Quintela --- hmp.c | 143 ++ hmp.h | 1 + include/sysemu/sysemu.h | 1 - migration/savevm.c | 147 -