Re: [Qemu-devel] [RFC PATCH RDMA support v2: 4/6] initialize RDMA options when QEMU first runs on command-line

2013-03-06 Thread Paolo Bonzini
> On Tue, Feb 19, 2013 at 09:42:45AM +0100, Paolo Bonzini wrote: > > Il 19/02/2013 07:00, Michael R. Hines ha scritto: > > > Yes, this is done at migration time (see functions > > > "rdma_client_init" > > > and "rdma_server_prepare()") > > > > > > To explain the host and port: > > > > > > The se

Re: [Qemu-devel] [RFC PATCH RDMA support v2: 4/6] initialize RDMA options when QEMU first runs on command-line

2013-02-21 Thread Michael S. Tsirkin
On Tue, Feb 19, 2013 at 09:42:45AM +0100, Paolo Bonzini wrote: > Il 19/02/2013 07:00, Michael R. Hines ha scritto: > > Yes, this is done at migration time (see functions "rdma_client_init" > > and "rdma_server_prepare()") > > > > To explain the host and port: > > > > The separate host and port ar

Re: [Qemu-devel] [RFC PATCH RDMA support v2: 4/6] initialize RDMA options when QEMU first runs on command-line

2013-02-19 Thread Paolo Bonzini
Il 19/02/2013 07:00, Michael R. Hines ha scritto: > Yes, this is done at migration time (see functions "rdma_client_init" > and "rdma_server_prepare()") > > To explain the host and port: > > The separate host and port are used by the library "librdmacm". This > library performs a network translat

Re: [Qemu-devel] [RFC PATCH RDMA support v2: 4/6] initialize RDMA options when QEMU first runs on command-line

2013-02-18 Thread Michael R. Hines
Yes, this is done at migration time (see functions "rdma_client_init" and "rdma_server_prepare()") To explain the host and port: The separate host and port are used by the library "librdmacm". This library performs a network translation between the IP address and a unique infiniband user-leve

Re: [Qemu-devel] [RFC PATCH RDMA support v2: 4/6] initialize RDMA options when QEMU first runs on command-line

2013-02-18 Thread Paolo Bonzini
Il 11/02/2013 23:49, Michael R. Hines ha scritto: > From: "Michael R. Hines" > > > Signed-off-by: Michael R. Hines > --- > exec.c | 27 +++ > vl.c | 13 + > 2 files changed, 40 insertions(+) > > diff --git a/exec.c b/exec.c > index b85508b..b7ac6fa 10

[Qemu-devel] [RFC PATCH RDMA support v2: 4/6] initialize RDMA options when QEMU first runs on command-line

2013-02-11 Thread Michael R. Hines
From: "Michael R. Hines" Signed-off-by: Michael R. Hines --- exec.c | 27 +++ vl.c | 13 + 2 files changed, 40 insertions(+) diff --git a/exec.c b/exec.c index b85508b..b7ac6fa 100644 --- a/exec.c +++ b/exec.c @@ -25,6 +25,8 @@ #endif #include "qe