Re: [Qemu-devel] [PATCH v5 10/24] qapi: Define new QMP message for pvrdma

2018-11-26 Thread Eric Blake
On 11/26/18 4:01 AM, Markus Armbruster wrote: Yuval Shaia writes: pvrdma requires that the same GID attached to it will be attached to the backend device in the host. A new QMP messages is defined so pvrdma device can broadcast any change made to its GID table. This event is captured by libvi

Re: [Qemu-devel] [PATCH v5 10/24] qapi: Define new QMP message for pvrdma

2018-11-26 Thread Yuval Shaia
On Mon, Nov 26, 2018 at 11:01:59AM +0100, Markus Armbruster wrote: > Yuval Shaia writes: > > > pvrdma requires that the same GID attached to it will be attached to the > > backend device in the host. > > > > A new QMP messages is defined so pvrdma device can broadcast any change > > made to its G

Re: [Qemu-devel] [PATCH v5 10/24] qapi: Define new QMP message for pvrdma

2018-11-26 Thread Markus Armbruster
Yuval Shaia writes: > pvrdma requires that the same GID attached to it will be attached to the > backend device in the host. > > A new QMP messages is defined so pvrdma device can broadcast any change > made to its GID table. This event is captured by libvirt which in turn > will update the GID t

[Qemu-devel] [PATCH v5 10/24] qapi: Define new QMP message for pvrdma

2018-11-22 Thread Yuval Shaia
pvrdma requires that the same GID attached to it will be attached to the backend device in the host. A new QMP messages is defined so pvrdma device can broadcast any change made to its GID table. This event is captured by libvirt which in turn will update the GID table in the backend device. Sign