Re: [PATCH] NEWS: Mention 3 user-visible regressions fixed in this release

2022-06-29 Thread Ján Tomko
On a Wednesday in 2022, Peter Krempa wrote: Signed-off-by: Peter Krempa --- NEWS.rst | 18 ++ 1 file changed, 18 insertions(+) Reviewed-by: Ján Tomko Jano signature.asc Description: PGP signature

Re: [PATCH v3 10/15] include: Introduce typed params for virDomainSetIOThreadParams wrt pool size

2022-06-29 Thread Michal Prívozník
On 6/29/22 16:19, Daniel P. Berrangé wrote: > On Wed, Jun 08, 2022 at 03:43:04PM +0200, Michal Privoznik wrote: >> Our public API offers virDomainSetIOThreadParams() function which >> allows users to set various aspects of IOThreads. Introduce two >> new typed parameters:

Re: [PATCH v3 10/15] include: Introduce typed params for virDomainSetIOThreadParams wrt pool size

2022-06-29 Thread Daniel P . Berrangé
On Wed, Jun 29, 2022 at 05:08:01PM +0200, Michal Prívozník wrote: > On 6/29/22 16:19, Daniel P. Berrangé wrote: > > On Wed, Jun 08, 2022 at 03:43:04PM +0200, Michal Privoznik wrote: > >> Our public API offers virDomainSetIOThreadParams() function which > >> allows users to set various aspects of

[PATCH] NEWS: Mention 3 user-visible regressions fixed in this release

2022-06-29 Thread Peter Krempa
Signed-off-by: Peter Krempa --- NEWS.rst | 18 ++ 1 file changed, 18 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 7597abcf7e..2e29c57ffc 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -61,6 +61,24 @@ v8.5.0 (unreleased) an might have resulted in closing of a random FD

Re: [PATCH v3 10/15] include: Introduce typed params for virDomainSetIOThreadParams wrt pool size

2022-06-29 Thread Daniel P . Berrangé
On Wed, Jun 08, 2022 at 03:43:04PM +0200, Michal Privoznik wrote: > Our public API offers virDomainSetIOThreadParams() function which > allows users to set various aspects of IOThreads. Introduce two > new typed parameters: VIR_DOMAIN_IOTHREAD_THREAD_POOL_MIN and >

Re: [PATCH 3/3] qemu_driver: use qemuMonitorQueryStats to extract halt poll time

2022-06-29 Thread Amneesh Singh
On Wed, Jun 29, 2022 at 09:03:33AM +0200, Michal Prívozník wrote: > On 6/28/22 22:25, Martin Kletzander wrote: > > On Tue, Jun 28, 2022 at 10:15:28PM +0530, Amneesh Singh wrote: > >> On Tue, Jun 28, 2022 at 05:23:11PM +0200, Michal Prívozník wrote: > >>> On 6/24/22 10:14, Amneesh Singh wrote: >

libvirt-8.5.0 release candidate 2

2022-06-29 Thread Jiri Denemark
I have just tagged v8.5.0-rc2 in the repository and pushed signed tarballs and source RPMs to https://libvirt.org/sources/ Please give the release candidate some testing and in case you find a serious issue which should have a fix in the upcoming release, feel free to reply to this thread to make

Re: [PATCH] security_selinux.c: Relabel existing mode="bind" UNIX sockets

2022-06-29 Thread Michal Prívozník
On 6/28/22 14:33, David Michael wrote: > This supports sockets created by libvirt and passed by FD using the > same method as in security_dac.c. > > Signed-off-by: David Michael > --- > > Hi, > > Custom SELinux labels are not applied to sockets when they have > mode="bind", but other security

Re: [PATCH 3/3] qemu_driver: use qemuMonitorQueryStats to extract halt poll time

2022-06-29 Thread Michal Prívozník
On 6/28/22 22:25, Martin Kletzander wrote: > On Tue, Jun 28, 2022 at 10:15:28PM +0530, Amneesh Singh wrote: >> On Tue, Jun 28, 2022 at 05:23:11PM +0200, Michal Prívozník wrote: >>> On 6/24/22 10:14, Amneesh Singh wrote: >>> > Related: https://gitlab.com/libvirt/libvirt/-/issues/276 >>> > >>> >