Re: [PATCH 0/5] qemu: Fixes to firmware selection

2025-08-04 Thread Jim Fehlig via Devel
On 8/4/25 05:31, Andrea Bolognani wrote: On Fri, Aug 01, 2025 at 11:39:45AM -0600, Jim Fehlig via Devel wrote: With this addition, the correct firmware is detected, but it's not properly provided to qemu internal error: QEMU unexpectedly closed the monitor (vm='sles15sp7-snp'): 2025-08-01T17:11

[PATCH] docs: kbase/tlscerts: mention dropped 'encryption_key'

2025-08-04 Thread Sebastian Mitterle via Devel
Older libvirt versions still only work if 'encryption_key' is enabled in the server and client certificates. Add a note. While at it, also add a note that after setting the certificates up, the TLS ports need to be restarted because I haven't found a mention of it elsewhere. Signed-off-by: Sebast

[PATCH v2 2/2] tests/qemuxmlconfdata: add tests for video model 'edid' attribute

2025-08-04 Thread Mark Cave-Ayland
Signed-off-by: Mark Cave-Ayland --- .../video-bochs-edid-none.x86_64-latest.args | 37 +++ .../video-bochs-edid-none.x86_64-latest.xml | 47 +++ .../qemuxmlconfdata/video-bochs-edid-none.xml | 36 ++ .../video-bochs-edid-off.x86_64-latest.args | 37 +++

[PATCH v2 1/2] conf: add support for 'edid' attribute to video model

2025-08-04 Thread Mark Cave-Ayland
Add the ability to enable/disable exposing the EDID information to the guest. The edid attribute can specified in the domain XML as below: If the edid attribute is unspecified, it is not generated so that the virtualisation platform will continue to use its default. The edid a

[PATCH v2 0/2] conf: add support for 'edid' attribute to video model

2025-08-04 Thread Mark Cave-Ayland
This series adds support for a new 'edid' attribute to the video model to control whether the EDID is visible to the guest. If the 'edid' attribute is unspecified then it is not generated in the domain XML, so the underlying virtualisation platform will continue to use its default. The 'edid' att

Re: [PATCH 0/5] qemu: Fixes to firmware selection

2025-08-04 Thread Andrea Bolognani via Devel
On Fri, Aug 01, 2025 at 11:39:45AM -0600, Jim Fehlig via Devel wrote: > With this addition, the correct firmware is detected, but it's not properly > provided to qemu > > internal error: QEMU unexpectedly closed the monitor (vm='sles15sp7-snp'): > 2025-08-01T17:11:20.589614Z qemu-system-x86_64: pfl

Re: [PATCH] ci: regenerate with 'lcitool manifest'

2025-08-04 Thread Pavel Hrdina via Devel
On Mon, Aug 04, 2025 at 11:48:41AM +0100, Daniel P. Berrangé via Devel wrote: > From: Daniel P. Berrangé > > This pulls in the fix for libxen which has been removed from armv7 > in Debian sid. > > Signed-off-by: Daniel P. Berrangé > --- > > Pending: https://gitlab.com/libvirt/libvirt-ci/-/merg

[PATCH] ci: regenerate with 'lcitool manifest'

2025-08-04 Thread Daniel P . Berrangé via Devel
From: Daniel P. Berrangé This pulls in the fix for libxen which has been removed from armv7 in Debian sid. Signed-off-by: Daniel P. Berrangé --- Pending: https://gitlab.com/libvirt/libvirt-ci/-/merge_requests/537 ci/buildenv/debian-sid-cross-armv7l.sh | 1 - ci/containers/debian-si

Re: [PATCH v2 0/2] Introduce hardware UUID (hwuuid) element

2025-08-04 Thread Mark Cave-Ayland
On 01/08/2025 18:30, Daniel P. Berrangé wrote: On Fri, Aug 01, 2025 at 10:19:11AM +0100, Mark Cave-Ayland wrote: On 18/07/2025 09:44, Mark Cave-Ayland wrote: Following on from the discussions at [1] and more recently [2], this series introduces a new hardware UUID (hwuuid) element that allows

[PATCH] bhyve: autofill NVRAM data for firmware='efi'

2025-08-04 Thread Roman Bogorodskiy
When a domain configured with "", autofill not only loader/firmware configuration, but also nvram. This also fixes the `scripts/domain/405-ovmf-nvram-efi.t` test in libvirt-tck for bhyve. Signed-off-by: Roman Bogorodskiy --- src/bhyve/bhyve_firmware.c | 5 +++-- tes