On 14/08/2025 11:49, Peter Krempa wrote:
On Thu, Aug 07, 2025 at 12:05:08 +0100, Mark Cave-Ayland wrote:
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' attribute is only valid for the vga, boch and virtio display models
and is currently only implemented for the QEMU driver.
Signed-off-by: Mark Cave-Ayland <mark.caveayland@xxxxxxxxxxx>
v3
- Rebase onto master
- Use backtacks for video models and values in docs/formatdomain.rst
- Add edid attribute check in virDomainVideoDefCheckABIStability()
- Remove disks from test XML files
- Move video model edid attribute tests into the same section used by
the existing video model tests
v2
- Rebase onto master
- Remove 2nd sentence from v1 patch 1 commit message
- Remove unnecessary video->type check in qemu_command.c
- Add patch 2 containing qemuxmlconftest test cases
Sorry for taking longer to notice this series, but the mailing list was
broken for some time.
Series:
Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>
and pushed.
No worries, I completely understand it has been a difficult week without
the mailing lists/archives working. Thanks once again for the review
feedback, greatly appreciated.
ATB,
Mark.