Re: [Qemu-devel] [PATCH 1/1] parallels: add format spec

2015-11-17 Thread Vladimir Sementsov-Ogievskiy
On 18.11.2015 09:39, Eric Blake wrote: On 11/17/2015 11:15 PM, Vladimir Sementsov-Ogievskiy wrote: You may want to compare to the qcow2 spec, which also lists expected byte offsets for each field (rather than having to count how many earlier fields of which widths were specified). I've compare

Re: [Qemu-devel] [PATCH 1/1] parallels: add format spec

2015-11-17 Thread Eric Blake
On 11/17/2015 11:15 PM, Vladimir Sementsov-Ogievskiy wrote: >> You may want to compare to the qcow2 spec, which also lists expected >> byte offsets for each field (rather than having to count how many >> earlier fields of which widths were specified). > > I've compared qed spec with qcow2 spec an

Re: [Qemu-devel] [PATCH 1/1] parallels: add format spec

2015-11-17 Thread Vladimir Sementsov-Ogievskiy
On 17.11.2015 18:54, Eric Blake wrote: On 11/16/2015 04:52 AM, Denis V. Lunev wrote: From: Vladimir Sementsov-Ogievskiy This specifies Parallels image format as implemented in Parallels Cloud Server 6.10 Are we the canonical location of the specification? If not, do we risk getting out of sy

Re: [Qemu-devel] [PATCH 1/1] parallels: add format spec

2015-11-17 Thread Denis V. Lunev
On 11/17/2015 06:54 PM, Eric Blake wrote: On 11/16/2015 04:52 AM, Denis V. Lunev wrote: From: Vladimir Sementsov-Ogievskiy This specifies Parallels image format as implemented in Parallels Cloud Server 6.10 Are we the canonical location of the specification? If not, do we risk getting out of

Re: [Qemu-devel] [PATCH 1/1] parallels: add format spec

2015-11-17 Thread Eric Blake
On 11/16/2015 04:52 AM, Denis V. Lunev wrote: > From: Vladimir Sementsov-Ogievskiy > > This specifies Parallels image format as implemented in Parallels Cloud > Server 6.10 Are we the canonical location of the specification? If not, do we risk getting out of sync with the canonical Parallels Cl

[Qemu-devel] [PATCH 1/1] parallels: add format spec

2015-11-16 Thread Denis V. Lunev
From: Vladimir Sementsov-Ogievskiy This specifies Parallels image format as implemented in Parallels Cloud Server 6.10 Signed-off-by: Vladimir Sementsov-Ogievskiy Signed-off-by: Denis V. Lunev CC: John Snow CC: Stefan Hajnoczi --- MAINTAINERS | 1 + docs/specs/parallels.txt |