summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-07-23 15:42:15 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-07-23 15:42:15 +0000
commit2400d285f1a4af3263bf6c7b17b3b9ded8e0922b (patch)
tree8245f53f3711cbdb2b953aa370d079c9e88978c7
parente434aaac293796edaf47e39215d9de44d2978d41 (diff)
downloadmeta-virtualization-2400d285f1a4af3263bf6c7b17b3b9ded8e0922b.tar.gz
libvirt: update to v10.5.0 -tip
Bumping libvirt to version v10.5.0-77-ge5232f6fd6, which comprises the following commits: e5232f6fd6 virt-host-validate: Allow longer list of CPU flags 8f3b46e30b Translated using Weblate (Portuguese (Brazil)) 149ffd964b Translated using Weblate (Swedish) e8c5ecd3cf Translated using Weblate (English (United Kingdom)) 6699341d88 docs: use real examples for QEMU cli passthrough c019350a76 security: AppArmor allow write when os loader readonly=no 65b54e791f tests: Add test for UEFI autoselection on riscv64 a4fbb7bcc7 tests: Add firmware descriptor for edk2 on riscv64 47d34ffb26 qemu: ROM firmware images are always readonly f13b3f8098 qemu: Filter firmware images by type b14c97e007 tests: Add more firmware selection coverage 79941dd3c9 tests: Update firmware descriptors ea6c3ea2d5 qemu: virtiofs: format --rlimit-nofile 562fc02ac1 conf: virtiofs: add rlimit_nofile element 239669049d vmx: Be even more lax when trying to comprehend serial ports fcf6beaf3d ci: Refresh generated files 3bc3b7220b news: Mention pauth Arm CPU feature 6690b01de2 tests: Add coverage for pauth Arm CPU feature 1ac1e4dae0 cpu_map: Add pauth Arm CPU feature bec903cae8 qemu: Don't leave beingDestroyed=true on inactive domain c9fa43c48c virt-host-validate: Drop extra "PASS" 92333a2c4e Translated using Weblate (Swedish) d94b31a68a qemu: migration: allow migration for virtiofs 8dc04cafec qemu: do not use deprecated options for new virtiofsd 730eaafaac qemu: fill capabilities for virtiofsd 132bf6d89b tests: qemuxmlconf: adjust test case to new virtiofsd f64e658df0 tests: vhostuser: add virtiofsd json descriptor 6d3955acf1 Include support for Vfio stats during Migration 7a9e9dfb18 network: allow "modify" option for DNS-Txt records cf934c87cc network: allow "modify" option for DNS-Srv records 09a5d8165c network: allow "modify" option for DNS hostname 619a915862 domain_conf: comment not match the code below b5c54df901 virt-aa-helper: Drop needless comments 0d3e962d47 security_manager: Remove redundant qemuSecurityGetNested() call Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/libvirt/libvirt_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_git.bb b/recipes-extended/libvirt/libvirt_git.bb
index 20203ec2..706d4a40 100644
--- a/recipes-extended/libvirt/libvirt_git.bb
+++ b/recipes-extended/libvirt/libvirt_git.bb
@@ -24,7 +24,7 @@ RDEPENDS:libvirt-libvirtd:append:aarch64 = " dmidecode"
24#connman blocks the 53 port and libvirtd can't start its DNS service 24#connman blocks the 53 port and libvirtd can't start its DNS service
25RCONFLICTS:${PN}_libvirtd = "connman" 25RCONFLICTS:${PN}_libvirtd = "connman"
26 26
27SRCREV_libvirt = "0d3e962d47470165b28f742704385acefd70327e" 27SRCREV_libvirt = "e5232f6fd691668decd5be1b3a76cdbd3666d032"
28 28
29LIBVIRT_VERSION = "10.5.0" 29LIBVIRT_VERSION = "10.5.0"
30PV = "v${LIBVIRT_VERSION}+git" 30PV = "v${LIBVIRT_VERSION}+git"