diff options
author | sakib.sajal@windriver.com <sakib.sajal@windriver.com> | 2020-05-19 11:23:01 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-05-19 17:24:41 -0400 |
commit | 7b002ac180bf0faf80206d5fe267a74c83a71f5f (patch) | |
tree | e6e8e32da571b32feec68d2f53ee8d58dfb4f704 | |
parent | 05dd16481814e5745288f787b7d26901e9b1e13f (diff) | |
download | meta-virtualization-7b002ac180bf0faf80206d5fe267a74c83a71f5f.tar.gz |
libvirt: uprev v6.1.0 -> v6.3.0
Minor update bringing in new features, improvements
and bug fixes.
Most notable changes:
- vbox: removed support for version 5.0 and 5.1 APIs
- vbox: added support for version 6.0 and 6.1 APIs
- qemu: Various embed driver fixes
- qemu: Add virtiofs support
- qemu: support disabling hotplug/unplug of PCIe devices
- xen: Add support for 'passthrough' hypervisor feature
Straightforward uprev, requiring patch refreshes to
remove fuzz.
Build and runtime behaviour is identical to older
version v6.1.0.
ptest summary:
===================================
Testsuite summary for libvirt 6.3.0
===================================
- TOTAL: 129
- PASS: 123
- SKIP: 1
- XFAIL: 0
- FAIL: 5
- XPASS: 0
- ERROR: 0
Failed test:
- virschematest
- domaincapstest
- qemuxml2argvtest
- qemuhotplugtest
- virsh-auth
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/libvirt/libvirt-python.inc | 4 | ||||
-rw-r--r-- | recipes-extended/libvirt/libvirt_6.3.0.bb (renamed from recipes-extended/libvirt/libvirt_6.1.0.bb) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-extended/libvirt/libvirt-python.inc b/recipes-extended/libvirt/libvirt-python.inc index c5b0fbd2..7b87d5e1 100644 --- a/recipes-extended/libvirt/libvirt-python.inc +++ b/recipes-extended/libvirt/libvirt-python.inc | |||
@@ -17,8 +17,8 @@ FILES_${PN}-python = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}/*" | |||
17 | 17 | ||
18 | SRC_URI += "http://libvirt.org/sources/python/libvirt-python-${PV}.tar.gz;name=libvirt_python" | 18 | SRC_URI += "http://libvirt.org/sources/python/libvirt-python-${PV}.tar.gz;name=libvirt_python" |
19 | 19 | ||
20 | SRC_URI[libvirt_python.md5sum] = "2834626b07da6ac4ca1559abfd55c118" | 20 | SRC_URI[libvirt_python.md5sum] = "4cf898350ee9a47f94986d402c153bdb" |
21 | SRC_URI[libvirt_python.sha256sum] = "be644f4809c0e1d368e3ac065df3c66a26dcfe61ecb607ee9706e1799f22c35a" | 21 | SRC_URI[libvirt_python.sha256sum] = "c772421ecc144f098f4ab15db700c62db9b9e6e76b876217edcfd62e9ce02750" |
22 | 22 | ||
23 | export LIBVIRT_API_PATH = "${S}/docs/libvirt-api.xml" | 23 | export LIBVIRT_API_PATH = "${S}/docs/libvirt-api.xml" |
24 | export LIBVIRT_CFLAGS = "-I${S}/include" | 24 | export LIBVIRT_CFLAGS = "-I${S}/include" |
diff --git a/recipes-extended/libvirt/libvirt_6.1.0.bb b/recipes-extended/libvirt/libvirt_6.3.0.bb index 9aa78b77..229c56eb 100644 --- a/recipes-extended/libvirt/libvirt_6.1.0.bb +++ b/recipes-extended/libvirt/libvirt_6.3.0.bb | |||
@@ -42,8 +42,8 @@ SRC_URI = "http://libvirt.org/sources/libvirt-${PV}.tar.xz;name=libvirt \ | |||
42 | file://gnutls-helper.py \ | 42 | file://gnutls-helper.py \ |
43 | " | 43 | " |
44 | 44 | ||
45 | SRC_URI[libvirt.md5sum] = "a870e63f20fac2ccf98e716d05256145" | 45 | SRC_URI[libvirt.md5sum] = "1bd4435f77924f5ec9928b538daf4a02" |
46 | SRC_URI[libvirt.sha256sum] = "167c185be45560e73dd3e14ed375778b555c01455192de2dafc4d0f74fabebc0" | 46 | SRC_URI[libvirt.sha256sum] = "74069438d34082336e99a88146349e21130552b96efc3b7c562f6878127996f5" |
47 | 47 | ||
48 | inherit autotools gettext update-rc.d pkgconfig ptest systemd useradd perlnative | 48 | inherit autotools gettext update-rc.d pkgconfig ptest systemd useradd perlnative |
49 | USERADD_PACKAGES = "${PN}" | 49 | USERADD_PACKAGES = "${PN}" |