On Wed, Feb 18, 2026 at 01:05:27PM +0100, Andrea Bolognani via Devel wrote:
> Most of the JSON firmware descriptors in our test suite come from
> the Fedora package for edk2, but there are a few additional ones
> that we have created ourselves to ensure coverage of uncommon or
> problematic scenarios.
> 
> In order to make sure that such descriptors are clearly marked as
> custom, rename them to include the string "libvirt" in the path.
> 
> Signed-off-by: Andrea Bolognani <[email protected]>
> ---
>  .../etc/qemu/firmware/20-bios.json               |  1 -
>  .../etc/qemu/firmware/20-libvirt-bios.json       |  1 +
>  .../etc/qemu/firmware/59-combined.json           |  1 -
>  .../etc/qemu/firmware/59-libvirt-combined.json   |  1 +
>  .../{92-masked.json => 92-libvirt-masked.json}   |  0
>  .../{10-bios.json => 10-libvirt-bios.json}       |  0
>  ...90-combined.json => 90-libvirt-combined.json} |  0
>  .../{91-bios.json => 91-libvirt-bios.json}       |  0
>  .../{92-masked.json => 92-libvirt-masked.json}   |  0
>  .../{93-invalid.json => 93-libvirt-invalid.json} |  0
>  tests/qemufirmwaretest.c                         | 16 ++++++++--------
>  11 files changed, 10 insertions(+), 10 deletions(-)
>  delete mode 120000 tests/qemufirmwaredata/etc/qemu/firmware/20-bios.json
>  create mode 120000 
> tests/qemufirmwaredata/etc/qemu/firmware/20-libvirt-bios.json
>  delete mode 120000 tests/qemufirmwaredata/etc/qemu/firmware/59-combined.json
>  create mode 120000 
> tests/qemufirmwaredata/etc/qemu/firmware/59-libvirt-combined.json
>  rename tests/qemufirmwaredata/etc/qemu/firmware/{92-masked.json => 
> 92-libvirt-masked.json} (100%)
>  rename tests/qemufirmwaredata/home/user/.config/qemu/firmware/{10-bios.json 
> => 10-libvirt-bios.json} (100%)
>  rename tests/qemufirmwaredata/usr/share/qemu/firmware/{90-combined.json => 
> 90-libvirt-combined.json} (100%)
>  rename tests/qemufirmwaredata/usr/share/qemu/firmware/{91-bios.json => 
> 91-libvirt-bios.json} (100%)
>  rename tests/qemufirmwaredata/usr/share/qemu/firmware/{92-masked.json => 
> 92-libvirt-masked.json} (100%)
>  rename tests/qemufirmwaredata/usr/share/qemu/firmware/{93-invalid.json => 
> 93-libvirt-invalid.json} (100%)

Reviewed-by: Daniel P. Berrangé <[email protected]>


With regards,
Daniel
-- 
|: https://berrange.com       ~~        https://hachyderm.io/@berrange :|
|: https://libvirt.org          ~~          https://entangle-photo.org :|
|: https://pixelfed.art/berrange   ~~    https://fstop138.berrange.com :|

Reply via email to