Re: [Qemu-devel] [PATCH 1/6 v10] docs: spec for add-cow file format

2012-06-18 Thread Eric Blake
On 06/17/2012 08:08 PM, Dong Xu Wang wrote: Mention that if this is not 0, then it must be between 36 and 4094 (a file name must be at least 1 byte). What are the semantics if the filename is relative? >>> >>> relative filename is ok, I tested it just now. >> >> I believe Eric want

Re: [Qemu-devel] [PATCH 1/6 v10] docs: spec for add-cow file format

2012-06-17 Thread Dong Xu Wang
On Thu, Jun 14, 2012 at 6:47 PM, Kevin Wolf wrote: > Am 14.06.2012 05:06, schrieb Dong Xu Wang: >> On Wed, Jun 13, 2012 at 11:10 PM, Eric Blake wrote: >>> On 06/13/2012 08:36 AM, Dong Xu Wang wrote: Introduce a new file format:add-cow. The usage can be found at this patch. Signed-o

Re: [Qemu-devel] [PATCH 1/6 v10] docs: spec for add-cow file format

2012-06-14 Thread Kevin Wolf
Am 14.06.2012 05:06, schrieb Dong Xu Wang: > On Wed, Jun 13, 2012 at 11:10 PM, Eric Blake wrote: >> On 06/13/2012 08:36 AM, Dong Xu Wang wrote: >>> Introduce a new file format:add-cow. The usage can be found at this patch. >>> >>> Signed-off-by: Dong Xu Wang >>> --- >>> docs/specs/add-cow.txt |

Re: [Qemu-devel] [PATCH 1/6 v10] docs: spec for add-cow file format

2012-06-13 Thread Dong Xu Wang
On Wed, Jun 13, 2012 at 11:10 PM, Eric Blake wrote: > On 06/13/2012 08:36 AM, Dong Xu Wang wrote: >> Introduce a new file format:add-cow. The usage can be found at this patch. >> >> Signed-off-by: Dong Xu Wang >> --- >>  docs/specs/add-cow.txt |   87 >> ++

Re: [Qemu-devel] [PATCH 1/6 v10] docs: spec for add-cow file format

2012-06-13 Thread Eric Blake
On 06/13/2012 08:36 AM, Dong Xu Wang wrote: > Introduce a new file format:add-cow. The usage can be found at this patch. > > Signed-off-by: Dong Xu Wang > --- > docs/specs/add-cow.txt | 87 > > 1 files changed, 87 insertions(+), 0 deletions(-)

[Qemu-devel] [PATCH 1/6 v10] docs: spec for add-cow file format

2012-06-13 Thread Dong Xu Wang
Introduce a new file format:add-cow. The usage can be found at this patch. Signed-off-by: Dong Xu Wang --- docs/specs/add-cow.txt | 87 1 files changed, 87 insertions(+), 0 deletions(-) create mode 100644 docs/specs/add-cow.txt diff --git a/do