qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v6 RESENT 0/2] sheepdog: add user-defined redund


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v6 RESENT 0/2] sheepdog: add user-defined redundancy option
Date: Thu, 21 Nov 2013 09:28:33 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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 dealing with replicated vdi
> 
> v3:
>  - rework is_numeric
> 
> v2:
>  - fix a typo in comment and commit log
> 
>  This patch set add one sheepdog specific option for qemu-img to control
>  redundancy.
> 
>  This patch set is on top of Kevin's block tree.
> 
> Liu Yuan (2):
>   sheepdog: refactor do_sd_create()
>   sheepdog: support user-defined redundancy option
> 
>  block/sheepdog.c          |  127 
> +++++++++++++++++++++++++++++++++++++--------
>  include/block/block_int.h |    1 +
>  2 files changed, 105 insertions(+), 23 deletions(-)

Thanks, applied to my block-next tree:
https://github.com/stefanha/qemu/commits/block-next

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]