Re: [Qemu-devel] [PATCH] Move File operations to qemu-file.c

2013-01-22 Thread Anthony Liguori
Hi, Thank you for submitting your patch series. This note is to inform you that this patch series no longer applies against the latest qemu.git tree. If it's been at least a few days since you submitted this series, please resubmit a new version of your patch series so it can be considered for i

[Qemu-devel] [PATCH] Move File operations to qemu-file.c

2013-01-21 Thread Joel Schopp
This patch reorganizes qemu file operations to be in their own source file instead of being lumped in savevm.c. Besides being more logical for maintenance it also makes it easier for future users of the file functions to add tests. Signed-off-by: Stefan Berger Signed-off-by: Joel Schopp --- Ma