Re: [PULL 06/18] vfio-user: build library

2022-07-25 Thread Jag Raman
> On Jul 25, 2022, at 10:50 AM, Daniel P. Berrangé wrote: > > On Mon, Jul 25, 2022 at 02:45:09PM +, Jag Raman wrote: >> Hi Daniel, >> >> We’ve created the following issue to update QEMU’s libvfio-user mirror >> to the latest: >> https://gitlab.com/qemu-project/libvfio-user/-/issues/1 >> >

Re: [PULL 06/18] vfio-user: build library

2022-07-25 Thread Daniel P . Berrangé
On Mon, Jul 25, 2022 at 02:45:09PM +, Jag Raman wrote: > Hi Daniel, > > We’ve created the following issue to update QEMU’s libvfio-user mirror > to the latest: > https://gitlab.com/qemu-project/libvfio-user/-/issues/1 > > Will update QEMU’s submodule once this mirror is updated. That sounds

Re: [PULL 06/18] vfio-user: build library

2022-07-25 Thread Jag Raman
Hi Daniel, We’ve created the following issue to update QEMU’s libvfio-user mirror to the latest: https://gitlab.com/qemu-project/libvfio-user/-/issues/1 Will update QEMU’s submodule once this mirror is updated. Thank you! -- Jag On Jul 21, 2022, at 6:25 AM, Daniel P. Berrangé mailto:berra...@r

Re: [PULL 06/18] vfio-user: build library

2022-07-21 Thread Daniel P . Berrangé
Hi Jay / Stefan, We've got a non-determinsitic hang in QEMU CI since this series merged, which we tracked down to a libvfio-user test that is flakey: https://gitlab.com/qemu-project/qemu/-/issues/1114 John Levon has proposed a PR to libvfio-user to turn off the test, but we'll need one of you

Re: [PULL 06/18] vfio-user: build library

2022-07-12 Thread Jag Raman
> On Jul 12, 2022, at 11:44 AM, Daniel P. Berrangé wrote: > > On Tue, Jul 12, 2022 at 03:27:09PM +, Jag Raman wrote: >> >> >> On Jul 12, 2022, at 4:39 AM, Daniel P. Berrangé >> mailto:berra...@redhat.com>> wrote: >> >> On Wed, Jun 15, 2022 at 04:51:17PM +0100, Stefan Hajnoczi wrote: >>

Re: [PULL 06/18] vfio-user: build library

2022-07-12 Thread Daniel P . Berrangé
On Tue, Jul 12, 2022 at 03:27:09PM +, Jag Raman wrote: > > > On Jul 12, 2022, at 4:39 AM, Daniel P. Berrangé > mailto:berra...@redhat.com>> wrote: > > On Wed, Jun 15, 2022 at 04:51:17PM +0100, Stefan Hajnoczi wrote: > From: Jagannathan Raman mailto:jag.ra...@oracle.com>> > > add the libvfi

Re: [PULL 06/18] vfio-user: build library

2022-07-12 Thread Jag Raman
On Jul 12, 2022, at 4:39 AM, Daniel P. Berrangé mailto:berra...@redhat.com>> wrote: On Wed, Jun 15, 2022 at 04:51:17PM +0100, Stefan Hajnoczi wrote: From: Jagannathan Raman mailto:jag.ra...@oracle.com>> add the libvfio-user library as a submodule. build it as a meson subproject. libvfio-user

Re: [PULL 06/18] vfio-user: build library

2022-07-12 Thread Daniel P . Berrangé
On Wed, Jun 15, 2022 at 04:51:17PM +0100, Stefan Hajnoczi wrote: > From: Jagannathan Raman > > add the libvfio-user library as a submodule. build it as a meson > subproject. > > libvfio-user is distributed with BSD 3-Clause license and > json-c with MIT (Expat) license > > Signed-off-by: Elena

[PULL 06/18] vfio-user: build library

2022-06-15 Thread Stefan Hajnoczi
From: Jagannathan Raman add the libvfio-user library as a submodule. build it as a meson subproject. libvfio-user is distributed with BSD 3-Clause license and json-c with MIT (Expat) license Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman Reviewe