Re: [Qemu-devel] [PATCH v2 1/3] block/backup: make backup cluster size configurable
On Mon, 02/22 17:07, John Snow wrote: > 64K might not always be appropriate, make this a runtime value. > > Signed-off-by: John Snow > --- > block/backup.c | 64 > +- > 1 file changed, 36 insertions(+), 28 deletions(-) > > diff --git a/bl
[Qemu-devel] [PATCH v2 1/3] block/backup: make backup cluster size configurable
64K might not always be appropriate, make this a runtime value. Signed-off-by: John Snow --- block/backup.c | 64 +- 1 file changed, 36 insertions(+), 28 deletions(-) diff --git a/block/backup.c b/block/backup.c index 00cafdb..76addef 1006