From: Peter Krempa
Shifting bits into the sign bit is undefined behaviour in C although
both gcc and clang handle it as expected.
Since the value is used as unsigned convert it to unsigned int. For code
readability use 'if' statement instead of a ternary.
Closes: https://gitlab.com/libvirt/libv
On a Monday in 2025, Michal Privoznik via Devel wrote:
From: Michal Privoznik
When a domain is being started, seclabels are generated for it.
This is handled in virSecurityManagerGenLabel() which can either
find pre-existing seclabel in domain def or generate a new one.
At any rate, domainGenSe
On a Tuesday in 2025, Peter Krempa via Devel wrote:
A collection of random one-off fixes for issues where the root cause was
analyzed by the reporter and cleanups that I've recently accumulated.
Peter Krempa (6):
storage_file_probe: Use named initializer for 'struct FileTypeInfo'
virQEMUCapsFi
On 6/17/25 15:43, Peter Krempa via Devel wrote:
> A collection of random one-off fixes for issues where the root cause was
> analyzed by the reporter and cleanups that I've recently accumulated.
>
> Peter Krempa (6):
> storage_file_probe: Use named initializer for 'struct FileTypeInfo'
> virQE
On Tue, Jun 17, 2025 at 03:43:59PM +0200, Peter Krempa via Devel wrote:
> From: Peter Krempa
>
> Per RFC8813 [1] which amends RFC5580 [2] ECDSA, ECDH, and ECMQV
> algorithms must not have 'keyEncipherment' present, but our code did
> check it. Add exemption for known algorithms which don't use it
From: Peter Krempa
Per RFC8813 [1] which amends RFC5580 [2] ECDSA, ECDH, and ECMQV
algorithms must not have 'keyEncipherment' present, but our code did
check it. Add exemption for known algorithms which don't use it.
[1] https://datatracker.ietf.org/doc/rfc8813/
[2] https://datatracker.ietf.org/
From: Peter Krempa
Signed-off-by: Peter Krempa
---
src/storage/parthelper.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/storage/parthelper.c b/src/storage/parthelper.c
index 1169ebfb64..94aac34f7c 100644
--- a/src/storage/parthelper.c
+++ b/src/storage/parthel
From: Peter Krempa
The 'p' separator for partitions is now common also for NVMe devices.
Fix the algorithm to extract the partition number to always consider it.
The fix is based on suggestion in the issue mentioned below.
Closes: https://gitlab.com/libvirt/libvirt/-/issues/239
Signed-off-by: P
From: Peter Krempa
On non-terminals print each progress report on a new line. Fix based on
suggestion in the issue report.
Closes: https://gitlab.com/libvirt/libvirt/-/issues/756
Signed-off-by: Peter Krempa
---
tools/virsh-domain.c | 13 +++--
1 file changed, 11 insertions(+), 2 deleti
From: Peter Krempa
Signed-off-by: Peter Krempa
---
src/qemu/qemu_capabilities.c | 9 ++---
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c
index 4251ad2d92..2ba5462bb2 100644
--- a/src/qemu/qemu_capabilities.c
+++ b/s
From: Peter Krempa
Signed-off-by: Peter Krempa
---
src/storage_file/storage_file_probe.c | 174 ++
1 file changed, 119 insertions(+), 55 deletions(-)
diff --git a/src/storage_file/storage_file_probe.c
b/src/storage_file/storage_file_probe.c
index 26f8d63e9a..82cea28b20
A collection of random one-off fixes for issues where the root cause was
analyzed by the reporter and cleanups that I've recently accumulated.
Peter Krempa (6):
storage_file_probe: Use named initializer for 'struct FileTypeInfo'
virQEMUCapsFindBinary: Refactor local variables
virshPrintJobPr
Hi Peter,
> Finally there's
>
> DEFINE_PROP_BOOL("l3-cache", X86CPU, enable_l3_cache, true),
>
> which is exposed to the users via cache mode setting of cpu:
>
> https://www.libvirt.org/formatdomain.html#cpu-model-and-topology
>
> look for 'cache'.
I found this link doesn't mention "l3-cache
13 matches
Mail list logo