[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2] vmdk: Fix creating big description file
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH v2] vmdk: Fix creating big description file |
Date: |
Tue, 3 Dec 2013 10:13:52 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Tue, Dec 03, 2013 at 10:41:05AM +0800, Fam Zheng wrote:
> The buffer for description file was 4096 which only covers a few
> hundred of extents. This changes the buffer to dynamic allocated with
> g_strdup_printf in order to support bigger cases.
>
> Signed-off-by: Fam Zheng <address@hidden>
>
> ---
> v2: Use GString for ext_desc_lines.
> Filter cid in reference output.
>
> Signed-off-by: Fam Zheng <address@hidden>
> ---
> block/vmdk.c | 62 +-
> tests/qemu-iotests/059 | 5 +
> tests/qemu-iotests/059.out | 2012
> ++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 2055 insertions(+), 24 deletions(-)
Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block
Stefan