virt-manager: update to v5.0.0

Bumping virt-manager to version v5.0.0-91-g4f9618289, which comprises the following commits:

    4f9618289 virt-install: detect wayland in order to start virt-viewer
    297d1cd28 Separate virtio sound device testing into an individual test
    e39e0ad5f virt-manager: add support for vDPA network device
    e5142f28f virt-install: add support for vDPA network device
    714d5f1af virt-manager: list virtual networks when creating new QEMU Session VM
    0273621b4 Update issue templates
    afc55ac0b ci: bump actions/setup-python from 3 to 5
    1709dc829 ci: bump actions/checkout from 3 to 4
    ccfe4a0ab urlfetcher: add riscv64 architecture for Debian
    92e90e6e2 xmlapi: Don't escape property values
    9137fd26e Use `pre-commit` to run `black` in CI
    8d18bdc1e Add `pre-commit` as a runner for `black`
    f4c57a4d3 Remove `pycodestyle` usage
    9558daafd Translated using Weblate (Japanese)
    354c1eeb7 Translated using Weblate (Romanian)
    5c39b3816 Translated using Weblate (Spanish)
    451b8cf92 Translated using Weblate (Georgian)
    ef41638f5 tests: test_urls: fix dead URL
    fb54f37b6 tests: Increase virtio-mem block size
    a0e390b1b man/virt-install: Document pstore device
    6c43ab386 tests: add pstore test
    b5f6569bc virtinst: add --pstore backend=acpi-erst,path=XX,size=YY support
    af07c39b1 chore: format the code with black
    768390e50 chore: add configuration for black
    6f188482b tests: uitests: handle linux2020 going EOL
    6c6c39be2 createvm: prioritize riscv64
    5ddd3456a virtManager: domain: fix indentation
    9ef77c189 tests: skip some hyperv feature tests for libvirt older than 10.7.0/11.0.0
    81c873ba3 cli: Add --features hyperv.tlbflush.extended.state=on/off
    5f2a2dbd0 cli: Add --features hyperv.tlbflush.direct.state=on/off
    1f43c0d1d cli: Add --features hyperv.emsr_bitmap.state=on/off
    561733051 cli: Add --features hyperv.xmm_input.state=on/off
    dc89a02c7 cli: Add nvram.templateFormat to indicate template format
    f278c89b4 cli: Add --tpm backend.profile.{source,removeDisabled} support
    926385994 .gitignore: Ignore coverage.xml
    006ce4157 test_cli: Fix a pycodestyle E261 issue
    a7c455f46 cli: Add 'poll' settings for iothread
    36d00e0e7 cli: Add --disk driver.queue_size support
    79c333e36 cli: add target.memReserve for pci-bridge and pcie-root-port controllers
    8564ace73 cli: Add --memdev target.dynamicMemslots support for virtio-mem
    54dc858f7 snapshots: warn users to not mix snapshot modes
    40d86086b snapshots: default to same snapshot mode as currently used snapshot
    83f391961 chore: stop excluding NEWS.md in codespell configuration
    1af0ec1b4 chore: typo fixes in NEWS.md
    2dc9c7b77 Translated using Weblate (Georgian)
    b7879cc19 Translated using Weblate (Georgian)
    f359fc72e Translated using Weblate (Georgian)
    ccaa7a5ac Translated using Weblate (Georgian)
    63798e18d Translated using Weblate (Georgian)
    8a69419ba Translated using Weblate (Georgian)
    6b69c652e Translated using Weblate (Georgian)
    bc4dd1e90 Translated using Weblate (Georgian)
    b5ca83c4a Translated using Weblate (Spanish)
    270e8f136 Translated using Weblate (Finnish)
    9447b51a0 Translated using Weblate (Spanish)
    5f94cb86a Translated using Weblate (Spanish)
    a6b97cf08 Translated using Weblate (Spanish)
    fd3c7febd Translated using Weblate (Spanish)
    dd06b6081 Translated using Weblate (Spanish)
    e5312173c Translated using Weblate (Georgian)
    c8fa4bf1e Translated using Weblate (Spanish)
    3b43498bf Translated using Weblate (Spanish)
    fdcbfeaa1 Translated using Weblate (German)
    5a08f96f0 Translated using Weblate (Spanish)
    514ff85b4 Translated using Weblate (German)
    6f06d0fea Translated using Weblate (Italian)
    adb04c31f Translated using Weblate (Finnish)
    113320c19 Translated using Weblate (Kabyle)
    22dce0d24 Translated using Weblate (English (United Kingdom))
    b1c912117 Translated using Weblate (German)
    ca62c0932 Translated using Weblate (Portuguese (Brazil))
    9d4961bd3 Translated using Weblate (Spanish)
    183525243 Translated using Weblate (Indonesian)
    da2f65f92 ci: add a simple codespell job

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2025-03-26 17:44:52 +00:00
parent e04f24a55f
commit 06965d47e0

View File

@ -3,7 +3,7 @@ HOMEPAGE = "https://virt-manager.org/"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS += "python3-docutils-native python3-pylint"
SRCREV = "da2f65f9262fc18e2b05f527cf8886b1c6b9cde1"
SRCREV = "4f9618289f279f86994a5d2f1aada8a6524f5a6f"
SRC_URI = " \
git://github.com/virt-manager/virt-manager;branch=main;protocol=https \