Re: [libvirt] [PATCH 01/13] qemu: Create #define for TLS configuration setup.

2017-02-19 Thread Peter Krempa
On Fri, Feb 17, 2017 at 14:39:18 -0500, John Ferlan wrote: > Create GET_CONFIG_TLS_CERT to set up the TLS for 'chardev' TLS setting. > Soon to be reused. > > Signed-off-by: John Ferlan > --- > src/qemu/qemu_conf.c | 41 + > 1 file

Re: [libvirt] [PATCH] tests: Add couple of nodedev tests

2017-02-19 Thread Michal Privoznik
On 20.02.2017 08:50, Marc-André Lureau wrote: > Hi > > - Original Message - >> With recent DRM device addition we report more devices. I happen >> to have some on my system therefore add the nodedev XMLs intou >> our test suite so that we make sure we won't break it. >> >> Signed-off-by:

Re: [libvirt] [PATCH] tests: Add couple of nodedev tests

2017-02-19 Thread Marc-André Lureau
Hi - Original Message - > With recent DRM device addition we report more devices. I happen > to have some on my system therefore add the nodedev XMLs intou > our test suite so that we make sure we won't break it. > > Signed-off-by: Michal Privoznik Isn't it

Re: [libvirt] [PATCH 7/7] qemu: Allow /dev/dri/render* for virgl domains

2017-02-19 Thread Michal Privoznik
On 16.02.2017 13:47, Marc-André Lureau wrote: > Hi > > On Fri, Feb 10, 2017 at 6:57 PM Michal Privoznik > wrote: > >> When enabling virgl, qemu opens /dev/dri/render*. So far, we are >> not allowing that in devices cgroup nor creating the file in >> domain's namespace and

[libvirt] [PATCH] tests: Add couple of nodedev tests

2017-02-19 Thread Michal Privoznik
With recent DRM device addition we report more devices. I happen to have some on my system therefore add the nodedev XMLs intou our test suite so that we make sure we won't break it. Signed-off-by: Michal Privoznik --- tests/nodedevschemadata/drm_card0.xml | 9

Re: [libvirt] [v7 00/10] Support cache tune in libvirt

2017-02-19 Thread Marcelo Tosatti
On Sun, Feb 19, 2017 at 12:01:57PM -0300, Marcelo Tosatti wrote: > > How does the management software query the amount of allocatable cache > again? > > Section from another discussion: > > > The second case is necessary to get updated free space information. > > > > Just VM initialization

Re: [libvirt] [v7 00/10] Support cache tune in libvirt

2017-02-19 Thread Marcelo Tosatti
How does the management software query the amount of allocatable cache again? Section from another discussion: > The second case is necessary to get updated free space information. > Just VM initialization time could be enough as virConnectGetCapabilities would just know the total and free

Re: [libvirt] [v7 00/10] Support cache tune in libvirt

2017-02-19 Thread Marcelo Tosatti
Hi Eli Qiao, Question about removing resctrlfs directories with empty "tasks" file. /* This domain is not created by libvirt, so we don't care * about the tasks, add a fake one to prevent * virResCtrlRefresh * remove it from sysfs */

[libvirt] [PATCH] util: virvhba: fix typo that breaks build on non-linux systems

2017-02-19 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina --- Pushed as build breaker, found by ci.centos.org. src/util/virvhba.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/virvhba.c b/src/util/virvhba.c index 3a052f7b2e..203ba43a3d 100644 --- a/src/util/virvhba.c +++