Re: [Qemu-devel] [PATCH v3] block/replication: Clarify 'top-id' parameter usage

2016-10-21 Thread Max Reitz
On 12.10.2016 06:50, Changlong Xie wrote: > The replication driver only supports the 'top-id' parameter for the > secondary side; it must not be supplied for the primary side. > > Reviewed-by: Eric Blake > Signed-off-by: Changlong Xie > --- >

[Qemu-devel] [PATCH v3] block/replication: Clarify 'top-id' parameter usage

2016-10-11 Thread Changlong Xie
The replication driver only supports the 'top-id' parameter for the secondary side; it must not be supplied for the primary side. Reviewed-by: Eric Blake Signed-off-by: Changlong Xie --- block/replication.c | 5 + qapi/block-core.json | 3 ++-