Re: [libvirt] [PATCH v2 1/3] qemu: add vfio-ap capability

2018-10-24 Thread Chris Venteicher
Quoting Thomas Huth (2018-10-19 06:58:34) > On 2018-10-18 16:54, Boris Fiuczynski wrote: > > Introduce vfio-ap capability. > > > > Signed-off-by: Boris Fiuczynski > > Reviewed-by: Bjoern Walk > > --- > > src/qemu/qemu_capabilities.c | 2 ++ > > src/qemu/qemu_capabilities.h | 1 + > > 2 files

Re: [libvirt] [PATCH v2 3/3] news: Update news for vfio-ap support

2018-10-24 Thread Chris Venteicher
Quoting Thomas Huth (2018-10-19 07:19:35) > On 2018-10-18 16:54, Boris Fiuczynski wrote: > > Signed-off-by: Boris Fiuczynski > > --- > > docs/news.xml | 9 + > > 1 file changed, 9 insertions(+) > > > > diff --git a/docs/news.xml b/docs/news.xml > > index dc08c96352..e5476a3332 100644 >

Re: [libvirt] [PATCH 00/11] Avoid numerous calls of virQEMUCapsCacheLookup

2018-10-24 Thread Daniel P . Berrangé
On Thu, Sep 20, 2018 at 07:44:46PM +0200, Marc Hartmayer wrote: > For a domain definition there are numerous calls of > virQEMUCapsCacheLookup (the same applies to the domain start). This > slows down the process since virQEMUCapsCacheLookup validates that the > QEMU capabilitites are still valid

Re: [libvirt] [Qemu-devel] [PULL 00/45] Machine queue, 2018-10-18

2018-10-24 Thread Philippe Mathieu-Daudé
On 19/10/2018 22:23, Eduardo Habkost wrote: On Fri, Oct 19, 2018 at 09:53:45PM +0200, Igor Mammedov wrote: On Fri, 19 Oct 2018 15:44:08 -0300 Eduardo Habkost wrote: On Fri, Oct 19, 2018 at 03:12:31PM +0100, Peter Maydell wrote: On 18 October 2018 at 21:03, Eduardo Habkost wrote: The

Re: [libvirt] [Qemu-devel] [PULL 00/45] Machine queue, 2018-10-18

2018-10-24 Thread Philippe Mathieu-Daudé
On Fri, Oct 19, 2018 at 7:00 PM Philippe Mathieu-Daudé wrote: > On 19/10/2018 16:12, Peter Maydell wrote: ... > >> > >> > > > > Hi. This had some problems in merge testing, I'm afraid: > > > > On aarch64 host, warnings running

Re: [libvirt] [Qemu-devel] [PULL 00/45] Machine queue, 2018-10-18

2018-10-24 Thread Philippe Mathieu-Daudé
On 19/10/2018 16:12, Peter Maydell wrote: > On 18 October 2018 at 21:03, Eduardo Habkost wrote: >> The following changes since commit 09558375a634e17cea6cfbfec883ac2376d2dc7f: >> >> Merge remote-tracking branch >> 'remotes/pmaydell/tags/pull-target-arm-20181016-1' into staging (2018-10-16 >>

[libvirt] [snmp PATCH] configure: Fix MIB_DIR's prefix

2018-10-24 Thread Michal Privoznik
So far we are taking whatever is `net-snmp-config --default-mibdirs` returns and using that as MIB_DIR to install our MIB. This has a drawback that it ignores whatever prefix user specifies to configure script (which is used by `make distcheck` too). The fix consists of querying for