Re: [Qemu-devel] [PATCH v4 12/47] Handle bi-directional communication for fd migration

2014-11-19 Thread Dr. David Alan Gilbert
* David Gibson (da...@gibson.dropbear.id.au) wrote: > On Mon, Nov 03, 2014 at 03:53:03PM +0200, Cristian Klein wrote: > > On 03 Nov 2014, at 5:12 , David Gibson wrote: > > > > > On Fri, Oct 03, 2014 at 06:47:18PM +0100, Dr. David Alan Gilbert (git) > > > wrote: > > >> From: Cristian Klein > > >

Re: [Qemu-devel] [PATCH v4 12/47] Handle bi-directional communication for fd migration

2014-11-17 Thread David Gibson
On Mon, Nov 03, 2014 at 03:53:03PM +0200, Cristian Klein wrote: > On 03 Nov 2014, at 5:12 , David Gibson wrote: > > > On Fri, Oct 03, 2014 at 06:47:18PM +0100, Dr. David Alan Gilbert (git) > > wrote: > >> From: Cristian Klein > > > > This patch really, really requires a rationale in the commit

Re: [Qemu-devel] [PATCH v4 12/47] Handle bi-directional communication for fd migration

2014-11-03 Thread Cristian Klein
On 03 Nov 2014, at 5:12 , David Gibson wrote: > On Fri, Oct 03, 2014 at 06:47:18PM +0100, Dr. David Alan Gilbert (git) wrote: >> From: Cristian Klein > > This patch really, really requires a rationale in the commit message. > The reason it's necessary is certainly not obvious. “”" libvirt pref

Re: [Qemu-devel] [PATCH v4 12/47] Handle bi-directional communication for fd migration

2014-11-02 Thread David Gibson
On Fri, Oct 03, 2014 at 06:47:18PM +0100, Dr. David Alan Gilbert (git) wrote: > From: Cristian Klein This patch really, really requires a rationale in the commit message. The reason it's necessary is certainly not obvious. > > Signed-off-by: Cristian Klein > --- > migration-fd.c | 24

[Qemu-devel] [PATCH v4 12/47] Handle bi-directional communication for fd migration

2014-10-03 Thread Dr. David Alan Gilbert (git)
From: Cristian Klein Signed-off-by: Cristian Klein --- migration-fd.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/migration-fd.c b/migration-fd.c index d2e523a..129da99 100644 --- a/migration-fd.c +++ b/migration-fd.c @@ -31,13 +31,29 @@ do