[Qemu-devel] [PATCH v5 0/2] sheepdog: add user-defined redundancy option

2013-11-01 Thread Liu Yuan
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 and commit log This patch set add one sheepdog

Re: [Qemu-devel] [PATCH v5 0/2] sheepdog: add user-defined redundancy option

2013-11-01 Thread Liu Yuan
On Fri, Nov 01, 2013 at 11:06:20PM +0800, Liu Yuan wrote: > v5: > - use pstrcpy instead of strncpy > - fix a segfalt for 'null' string option string Oops, I sent the old patch set. Please ignore it I'll send a new v5. Thanks Yuan