Re: [Qemu-devel] [PATCH v4 10/23] json: Define new QMP message for pvrdma

2018-11-22 Thread Yuval Shaia
On Mon, Nov 19, 2018 at 08:16:08AM +0100, Markus Armbruster wrote: > The subsystem tag in the commit message's title should be "qapi: " not > "json: ". Done. > > Yuval Shaia writes: > > > pvrdma requires that the same GID attached to it will be attached to the > > backend device in the host.

Re: [Qemu-devel] [PATCH v4 10/23] json: Define new QMP message for pvrdma

2018-11-18 Thread Markus Armbruster
The subsystem tag in the commit message's title should be "qapi: " not "json: ". 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

[Qemu-devel] [PATCH v4 10/23] json: Define new QMP message for pvrdma

2018-11-18 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.