On Thu, Nov 21, 2013 at 09:23:59AM +0100, Stefan Hajnoczi wrote:
> On Thu, Nov 21, 2013 at 01:22:53AM +0800, Liu Yuan wrote:
> > On Mon, Nov 18, 2013 at 01:58:50PM +0800, Liu Yuan wrote:
> > > On Thu, Nov 07, 2013 at 10:56:36PM +0800, Liu Yuan wrote:
> > > > v6:
> > > > - update comment typo
> > >
On Thu, Nov 07, 2013 at 10:56:36PM +0800, Liu Yuan wrote:
> v6:
> - update comment typo
> - remove is_number()
>
> v5:
> - use pstrcpy instead of strncpy
> - fix a segfalt for 'null' string option string
>
> v4:
> - fix do_sd_create that forgot to pass nr_copies
> - fix parse_redundancy dea
On Thu, Nov 21, 2013 at 01:22:53AM +0800, Liu Yuan wrote:
> On Mon, Nov 18, 2013 at 01:58:50PM +0800, Liu Yuan wrote:
> > On Thu, Nov 07, 2013 at 10:56:36PM +0800, Liu Yuan wrote:
> > > v6:
> > > - update comment typo
> > > - remove is_number()
> >
> > Anyone pick this set up?
>
> Ping again. W
On Mon, Nov 18, 2013 at 01:58:50PM +0800, Liu Yuan wrote:
> On Thu, Nov 07, 2013 at 10:56:36PM +0800, Liu Yuan wrote:
> > v6:
> > - update comment typo
> > - remove is_number()
>
> Anyone pick this set up?
Ping again. Without this two patches, qemu-img can't create|convert erasure
coded
images
On Thu, Nov 07, 2013 at 10:56:36PM +0800, Liu Yuan wrote:
> v6:
> - update comment typo
> - remove is_number()
Anyone pick this set up?
Thanks
Yuan
v6:
- update comment typo
- remove is_number()
v5:
- use pstrcpy instead of strncpy
- fix a segfalt for 'null' string option string
v4:
- fix do_sd_create that forgot to pass nr_copies
- fix parse_redundancy dealing with replicated vdi
v3:
- rework is_numeric
v2:
- fix a typo in comment