Re: [Qemu-devel] [PATCH 05/12] migration: Move colo.h to migration/

2017-05-15 Thread Hailiang Zhang
On 2017/5/15 19:04, Juan Quintela wrote: "Dr. David Alan Gilbert" wrote: D> * Juan Quintela (quint...@redhat.com) wrote: There are functions only used by migration code. That's only mostly true; see the current 'integrate colo frame with block replication and net compare' series (posted 22nd A

Re: [Qemu-devel] [PATCH 05/12] migration: Move colo.h to migration/

2017-05-15 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: D> * Juan Quintela (quint...@redhat.com) wrote: >> There are functions only used by migration code. > > That's only mostly true; see the current 'integrate colo frame with > block replication and net compare' series (posted 22nd April). > That adds colo_handle_shutd

Re: [Qemu-devel] [PATCH 05/12] migration: Move colo.h to migration/

2017-05-12 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > There are functions only used by migration code. That's only mostly true; see the current 'integrate colo frame with block replication and net compare' series (posted 22nd April). That adds colo_handle_shutdown to this header and calls it from vl.c (

[Qemu-devel] [PATCH 05/12] migration: Move colo.h to migration/

2017-05-12 Thread Juan Quintela
There are functions only used by migration code. Signed-off-by: Juan Quintela --- MAINTAINERS | 2 +- migration/colo-comm.c | 2 +- migration/colo-failover.c | 2 +- {include/migration => migration}/colo.h | 0 migration/migration.c