Re: [Qemu-devel] [PATCH 14/28] memory: use bit 2 for migration

2013-10-09 Thread Eric Blake
On 10/09/2013 05:28 AM, Juan Quintela wrote: > For historical reasons it was bit 3. One there create a constant to s/One there/Once there,/ > know the number of clients. > > Signed-off-by: Juan Quintela > --- -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization library

[Qemu-devel] [PATCH 14/28] memory: use bit 2 for migration

2013-10-09 Thread Juan Quintela
For historical reasons it was bit 3. One there create a constant to know the number of clients. Signed-off-by: Juan Quintela --- include/exec/memory.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/exec/memory.h b/include/exec/memory.h index 4bb20d0..a28c6bd 10064