Re: [PATCH] spec: Do not disable some systemd units of newly split package

2023-06-16 Thread Jim Fehlig
On 6/16/23 02:12, Martin Kletzander wrote: On Wed, Jun 14, 2023 at 04:45:06PM -0600, Jim Fehlig wrote: On 6/9/23 03:05, Andrea Bolognani wrote: On Thu, Jun 08, 2023 at 12:35:45PM -0600, Jim Fehlig wrote: On 6/8/23 08:52, Andrea Bolognani wrote: On Wed, Jun 07, 2023 at 04:31:36PM +0200, Martin

Re: [libvirt PATCH 0/3] qemu: Include maximum physical address size in baseline CPU

2023-06-16 Thread Michal Prívozník
On 6/16/23 10:14, Jiri Denemark wrote: > Jiri Denemark (3): > qemu: Report physical address size in domain capabilities > qemu: Include maximum physical address size in baseline CPU > NEWS: Mentioned an improvement for virConnectBaselineHypervisorCPU > > NEWS.rst

[libvirt PATCH 1/3] qemu: Report physical address size in domain capabilities

2023-06-16 Thread Jiri Denemark
We already report the hosts physical address size in host capabilities, but computing a baseline CPU definition is done from domain capabilities. Signed-off-by: Jiri Denemark --- docs/formatdomaincaps.rst | 6 +++- src/conf/schemas/domaincaps.rng | 3 ++ src/q

[libvirt PATCH 2/3] qemu: Include maximum physical address size in baseline CPU

2023-06-16 Thread Jiri Denemark
The current implementation of virConnectBaselineHypervisorCPU in QEMU driver can provide a CPU definition that will not work on all hosts in case they have different maximum physical address size. So when we get the info from domain capabilities, we need to choose the smallest physical address size

[libvirt PATCH 3/3] NEWS: Mentioned an improvement for virConnectBaselineHypervisorCPU

2023-06-16 Thread Jiri Denemark
Signed-off-by: Jiri Denemark --- NEWS.rst | 7 +++ 1 file changed, 7 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index b1cccee4fa..c520a96177 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -19,6 +19,13 @@ v9.5.0 (unreleased) * **Improvements** + * qemu: Include maximum physical address siz

[libvirt PATCH 0/3] qemu: Include maximum physical address size in baseline CPU

2023-06-16 Thread Jiri Denemark
Jiri Denemark (3): qemu: Report physical address size in domain capabilities qemu: Include maximum physical address size in baseline CPU NEWS: Mentioned an improvement for virConnectBaselineHypervisorCPU NEWS.rst | 7 docs/formatdomaincaps.rst

Re: [PATCH] spec: Do not disable some systemd units of newly split package

2023-06-16 Thread Martin Kletzander
On Wed, Jun 14, 2023 at 04:45:06PM -0600, Jim Fehlig wrote: On 6/9/23 03:05, Andrea Bolognani wrote: On Thu, Jun 08, 2023 at 12:35:45PM -0600, Jim Fehlig wrote: On 6/8/23 08:52, Andrea Bolognani wrote: On Wed, Jun 07, 2023 at 04:31:36PM +0200, Martin Kletzander wrote: +# Since this was split

Plans for the next release

2023-06-16 Thread Jiri Denemark
We are getting close to the next release of libvirt. To aim for the release on Jul 03 I suggest entering the freeze on Tuesday Jun 27 and tagging RC2 on Friday Jun 30. I hope this works for everyone. Jirka