Wenchao Xia <xiaw...@linux.vnet.ibm.com> writes: > Signed-off-by: Wenchao Xia <xiaw...@linux.vnet.ibm.com> > Reviewed-by: Eric Blake <ebl...@redhat.com> > --- > block.c | 24 ++++++++++++++++++++++++ > include/block/block.h | 2 ++ > savevm.c | 22 ---------------------- > 3 files changed, 26 insertions(+), 22 deletions(-)
Perhaps savevm.c isn't the best home for snapshot stuff, but I don't like it in block.c any better. block.c is already unwieldy, and I'd like us to try limiting it to core block stuff. Kevin, Stefan, any ideas?