Re: [libvirt] running Libvirt from source code, IPC_LOCK and VFIO

2019-02-04 Thread Yuval Shaia
On Mon, Feb 04, 2019 at 09:58:47AM +0100, Michal Privoznik wrote: > On 2/1/19 7:04 PM, Daniel Henrique Barboza wrote: > > Hi, > > > > I'm facing a strange behavior when running Libvirt from source code, > > latest upstream, on an Ubuntu 18.04.1 LTS Power 9 server. My QEMU > > guest - which is usin

Re: [libvirt] running Libvirt from source code, IPC_LOCK and VFIO

2019-02-04 Thread Yuval Shaia
+ Kamal and Marcel On Mon, Feb 04, 2019 at 09:58:47AM +0100, Michal Privoznik wrote: > On 2/1/19 7:04 PM, Daniel Henrique Barboza wrote: > > Hi, > > > > I'm facing a strange behavior when running Libvirt from source code, > > latest upstream, on an Ubuntu 18.04.1 LTS Power 9 server. My QEMU > > g

Re: [libvirt] running Libvirt from source code, IPC_LOCK and VFIO

2019-02-04 Thread Yuval Shaia
On Fri, Feb 01, 2019 at 07:40:36PM -0200, Daniel Henrique Barboza wrote: > Update: I've figured it out. > > The bug here was that, even running as root, I was getting errors like: > > error : virQEMUCapsNewForBinaryInternal:4687 : internal error: Failed to > probe QEMU binary with > QMP: libvirt:

Re: [libvirt] [PATCH v3 RESEND] qemu: Process RDMA GID state change event

2019-01-09 Thread Yuval Shaia
> > ACKed and pushed. Congratulations on your first libvirt contribution! > > Michal Thanks! -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH v3 RESEND] qemu: Process RDMA GID state change event

2019-01-08 Thread Yuval Shaia
ping... Yuval On Mon, Dec 24, 2018 at 12:15:12PM +0200, Yuval Shaia wrote: > This event is emitted on the monitor when a GID table in pvrdma device > is modified and the change needs to be propagate to the backend RDMA > device's GID table. > > The control over the RDMA d

[libvirt] [PATCH v3 RESEND] qemu: Process RDMA GID state change event

2018-12-24 Thread Yuval Shaia
r in guest. Whenever a changed is made to the pvrdma device's GID table a special QMP messages is sent to be processed by libvirt to update the address of the backend Ethernet device. Signed-off-by: Yuval Shaia --- (fixing mail subject from v2 to v3, rest is the same) Hi, Corresponding

[libvirt] [PATCH v2 RESEND] qemu: Process RDMA GID state change event

2018-12-24 Thread Yuval Shaia
r in guest. Whenever a changed is made to the pvrdma device's GID table a special QMP messages is sent to be processed by libvirt to update the address of the backend Ethernet device. Signed-off-by: Yuval Shaia --- Hi, Corresponding qemu commit was merged to master as part of the following pa

Re: [libvirt] [PATCH v3] qemu: Process RDMA GID state change event

2018-12-23 Thread Yuval Shaia
On Thu, Nov 29, 2018 at 11:11:48PM +0200, Yuval Shaia wrote: > This event is emitted on the monitor when a GID table in pvrdma device > is modified and the change needs to be propagate to the backend RDMA > device's GID table. > > The control over the RDMA device's GID

[libvirt] [PATCH v3] qemu: Process RDMA GID state change event

2018-11-29 Thread Yuval Shaia
r in guest. Whenever a changed is made to the pvrdma device's GID table a special QMP messages is sent to be processed by libvirt to update the address of the backend Ethernet device. Signed-off-by: Yuval Shaia --- v1 -> v2: * Address all comments from Michal Privoznik v2 -&

[libvirt] [PATCH] qemu: Process RDMA GID state change event

2018-11-07 Thread Yuval Shaia
r in guest. Whenever a changed is made to the pvrdma device's GID table a special QMP messages is sent to be processed by libvirt to update the address of the backend Ethernet device. Signed-off-by: Yuval Shaia --- src/qemu/qemu_domain.c | 3 ++ src/qemu/qemu_domain.h

[libvirt] [PATCH v2] qemu: Process RDMA GID state change event

2018-11-05 Thread Yuval Shaia
r in guest. Whenever a changed is made to the pvrdma device's GID table a special QMP messages is sent to be processed by libvirt to update the address of the backend Ethernet device. Signed-off-by: Yuval Shaia --- v1 -> v2: * Address all comments from Michal Privoznik --- src/q

Re: [libvirt] [PATCH RESEND] qemu: Process RDMA GID state change event

2018-11-05 Thread Yuval Shaia
in https://www.redhat.com/archives/libvir-list so I followed the recommendations (register to mailing list etc) and re-post. > > On 11/05/2018 11:50 AM, Yuval Shaia wrote: > > This event is emitted on the monitor when a GID table in pvrdma device > > is modified and the chan

[libvirt] [PATCH RESEND] qemu: Process RDMA GID state change event

2018-11-05 Thread Yuval Shaia
r in guest. Whenever a changed is made to the pvrdma device's GID table a special QMP messages is sent to be processed by libvirt to update the address of the backend Ethernet device. Signed-off-by: Yuval Shaia --- src/qemu/qemu_domain.c | 3 ++ src/qemu/qemu_domain.h