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 <f...@redhat.com> > > --- > v2: Use GString for ext_desc_lines. > Filter cid in reference output. > > Signed-off-by: Fam Zheng <f...@redhat.com> > --- > 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