Re: [Qemu-devel] [PULL 32/32] qapi: add conditions to REPLICATION type/commands on the schema

2018-12-17 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > On Mon, Dec 17, 2018 at 8:01 PM Thomas Huth wrote: >> >> On 2018-12-13 19:43, Markus Armbruster wrote: >> > From: Marc-André Lureau >> > >> > Add #if defined(CONFIG_REPLICATION) in generated code, and adjust the >> > code accordingly. >> > >> > Made

Re: [Qemu-devel] [PULL 32/32] qapi: add conditions to REPLICATION type/commands on the schema

2018-12-17 Thread Markus Armbruster
Thomas Huth writes: > On 2018-12-13 19:43, Markus Armbruster wrote: >> From: Marc-André Lureau >> >> Add #if defined(CONFIG_REPLICATION) in generated code, and adjust the >> code accordingly. >> >> Made conditional: >> >> * xen-set-replication, query-xen-replication-status, >>

Re: [Qemu-devel] [PULL 32/32] qapi: add conditions to REPLICATION type/commands on the schema

2018-12-17 Thread Marc-André Lureau
Hi On Mon, Dec 17, 2018 at 8:01 PM Thomas Huth wrote: > > On 2018-12-13 19:43, Markus Armbruster wrote: > > From: Marc-André Lureau > > > > Add #if defined(CONFIG_REPLICATION) in generated code, and adjust the > > code accordingly. > > > > Made conditional: > > > > * xen-set-replication,

Re: [Qemu-devel] [PULL 32/32] qapi: add conditions to REPLICATION type/commands on the schema

2018-12-17 Thread Thomas Huth
On 2018-12-13 19:43, Markus Armbruster wrote: > From: Marc-André Lureau > > Add #if defined(CONFIG_REPLICATION) in generated code, and adjust the > code accordingly. > > Made conditional: > > * xen-set-replication, query-xen-replication-status, > xen-colo-do-checkpoint > > Before the

[Qemu-devel] [PULL 32/32] qapi: add conditions to REPLICATION type/commands on the schema

2018-12-13 Thread Markus Armbruster
From: Marc-André Lureau Add #if defined(CONFIG_REPLICATION) in generated code, and adjust the code accordingly. Made conditional: * xen-set-replication, query-xen-replication-status, xen-colo-do-checkpoint Before the patch, we first register the commands unconditionally in generated