Re: [Qemu-devel] [PATCH] replication: Make --disable-replication compile again

2017-04-28 Thread Stefan Hajnoczi
On Thu, Apr 27, 2017 at 03:00:53PM +0200, Markus Armbruster wrote: > Broken in commit daa33c5. > > Cc: qemu-sta...@nongnu.org > Signed-off-by: Markus Armbruster > --- > migration/colo.c | 12 > monitor.c| 5 + > 2 files changed, 17 insertions(+) Thanks, applied to my s

Re: [Qemu-devel] [PATCH] replication: Make --disable-replication compile again

2017-04-27 Thread Markus Armbruster
Zhang Chen writes: > On 04/27/2017 09:00 PM, Markus Armbruster wrote: >> Broken in commit daa33c5. >> >> Cc: qemu-sta...@nongnu.org >> Signed-off-by: Markus Armbruster > > About this bug I remember have discussed with paolo. > > https://lists.nongnu.org/archive/html/qemu-devel/2017-03/msg01326.h

Re: [Qemu-devel] [PATCH] replication: Make --disable-replication compile again

2017-04-27 Thread Zhang Chen
On 04/27/2017 09:00 PM, Markus Armbruster wrote: Broken in commit daa33c5. Cc: qemu-sta...@nongnu.org Signed-off-by: Markus Armbruster About this bug I remember have discussed with paolo. https://lists.nongnu.org/archive/html/qemu-devel/2017-03/msg01326.html And about this patch content.

Re: [Qemu-devel] [PATCH] replication: Make --disable-replication compile again

2017-04-27 Thread Eric Blake
On 04/27/2017 08:00 AM, Markus Armbruster wrote: > Broken in commit daa33c5. > > Cc: qemu-sta...@nongnu.org > Signed-off-by: Markus Armbruster > --- > migration/colo.c | 12 > monitor.c| 5 + > 2 files changed, 17 insertions(+) Reviewed-by: Eric Blake -- Eric Blake,

[Qemu-devel] [PATCH] replication: Make --disable-replication compile again

2017-04-27 Thread Markus Armbruster
Broken in commit daa33c5. Cc: qemu-sta...@nongnu.org Signed-off-by: Markus Armbruster --- migration/colo.c | 12 monitor.c| 5 + 2 files changed, 17 insertions(+) diff --git a/migration/colo.c b/migration/colo.c index c19eb3f..963c802 100644 --- a/migration/colo.c +++