All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH v2] libvirt: uprev v6.1.0 -> v6.3.0
@ 2020-05-19 15:23 sakib.sajal
  2020-05-19 21:24 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: sakib.sajal @ 2020-05-19 15:23 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Sakib Sajal

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>
---
V2 changes:
- include test summary
- update commit log to include notable changes

 recipes-extended/libvirt/libvirt-python.inc                   | 4 ++--
 .../libvirt/{libvirt_6.1.0.bb => libvirt_6.3.0.bb}            | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename recipes-extended/libvirt/{libvirt_6.1.0.bb => libvirt_6.3.0.bb} (99%)

diff --git a/recipes-extended/libvirt/libvirt-python.inc b/recipes-extended/libvirt/libvirt-python.inc
index c5b0fbd..7b87d5e 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}/*"
 
 SRC_URI += "http://libvirt.org/sources/python/libvirt-python-${PV}.tar.gz;name=libvirt_python"
 
-SRC_URI[libvirt_python.md5sum] = "2834626b07da6ac4ca1559abfd55c118"
-SRC_URI[libvirt_python.sha256sum] = "be644f4809c0e1d368e3ac065df3c66a26dcfe61ecb607ee9706e1799f22c35a"
+SRC_URI[libvirt_python.md5sum] = "4cf898350ee9a47f94986d402c153bdb"
+SRC_URI[libvirt_python.sha256sum] = "c772421ecc144f098f4ab15db700c62db9b9e6e76b876217edcfd62e9ce02750"
 
 export LIBVIRT_API_PATH = "${S}/docs/libvirt-api.xml"
 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
similarity index 99%
rename from recipes-extended/libvirt/libvirt_6.1.0.bb
rename to recipes-extended/libvirt/libvirt_6.3.0.bb
index 9aa78b7..229c56e 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 \
            file://gnutls-helper.py \
           "
 
-SRC_URI[libvirt.md5sum] = "a870e63f20fac2ccf98e716d05256145"
-SRC_URI[libvirt.sha256sum] = "167c185be45560e73dd3e14ed375778b555c01455192de2dafc4d0f74fabebc0"
+SRC_URI[libvirt.md5sum] = "1bd4435f77924f5ec9928b538daf4a02"
+SRC_URI[libvirt.sha256sum] = "74069438d34082336e99a88146349e21130552b96efc3b7c562f6878127996f5"
 
 inherit autotools gettext update-rc.d pkgconfig ptest systemd useradd perlnative
 USERADD_PACKAGES = "${PN}"
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-virtualization][PATCH v2] libvirt: uprev v6.1.0 -> v6.3.0
  2020-05-19 15:23 [meta-virtualization][PATCH v2] libvirt: uprev v6.1.0 -> v6.3.0 sakib.sajal
@ 2020-05-19 21:24 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2020-05-19 21:24 UTC (permalink / raw)
  To: sakib.sajal; +Cc: meta-virtualization

In message: [meta-virtualization][PATCH v2] libvirt: uprev v6.1.0 -> v6.3.0
on 19/05/2020 sakib.sajal@windriver.com wrote:

> 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>
> ---
> V2 changes:
> - include test summary
> - update commit log to include notable changes

Looks great. Thanks for the updated v2.

This is now merged.

Bruce

> 
>  recipes-extended/libvirt/libvirt-python.inc                   | 4 ++--
>  .../libvirt/{libvirt_6.1.0.bb => libvirt_6.3.0.bb}            | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
>  rename recipes-extended/libvirt/{libvirt_6.1.0.bb => libvirt_6.3.0.bb} (99%)
> 
> diff --git a/recipes-extended/libvirt/libvirt-python.inc b/recipes-extended/libvirt/libvirt-python.inc
> index c5b0fbd..7b87d5e 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}/*"
>  
>  SRC_URI += "http://libvirt.org/sources/python/libvirt-python-${PV}.tar.gz;name=libvirt_python"
>  
> -SRC_URI[libvirt_python.md5sum] = "2834626b07da6ac4ca1559abfd55c118"
> -SRC_URI[libvirt_python.sha256sum] = "be644f4809c0e1d368e3ac065df3c66a26dcfe61ecb607ee9706e1799f22c35a"
> +SRC_URI[libvirt_python.md5sum] = "4cf898350ee9a47f94986d402c153bdb"
> +SRC_URI[libvirt_python.sha256sum] = "c772421ecc144f098f4ab15db700c62db9b9e6e76b876217edcfd62e9ce02750"
>  
>  export LIBVIRT_API_PATH = "${S}/docs/libvirt-api.xml"
>  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
> similarity index 99%
> rename from recipes-extended/libvirt/libvirt_6.1.0.bb
> rename to recipes-extended/libvirt/libvirt_6.3.0.bb
> index 9aa78b7..229c56e 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 \
>             file://gnutls-helper.py \
>            "
>  
> -SRC_URI[libvirt.md5sum] = "a870e63f20fac2ccf98e716d05256145"
> -SRC_URI[libvirt.sha256sum] = "167c185be45560e73dd3e14ed375778b555c01455192de2dafc4d0f74fabebc0"
> +SRC_URI[libvirt.md5sum] = "1bd4435f77924f5ec9928b538daf4a02"
> +SRC_URI[libvirt.sha256sum] = "74069438d34082336e99a88146349e21130552b96efc3b7c562f6878127996f5"
>  
>  inherit autotools gettext update-rc.d pkgconfig ptest systemd useradd perlnative
>  USERADD_PACKAGES = "${PN}"
> -- 
> 2.24.0
> 

> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-19 21:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-19 15:23 [meta-virtualization][PATCH v2] libvirt: uprev v6.1.0 -> v6.3.0 sakib.sajal
2020-05-19 21:24 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.