diff options
author | Yanfei Xu <yanfei.xu@windriver.com> | 2021-04-22 21:49:26 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-22 10:18:06 -0400 |
commit | 9f359865c4512771f914dab99fe22f7da2fe029a (patch) | |
tree | f9711ab799f9e8a64f31b2ebb83a89dcd0d585d8 /recipes-extended/libvirt/libvirt/0001-to-fix-build-error.patch | |
parent | d5aa7e668db030f45d9e23b4cae0ddf2088d12d8 (diff) | |
download | meta-virtualization-9f359865c4512771f914dab99fe22f7da2fe029a.tar.gz |
libvirt: uprev v6.3 -> v7.2
This upgrade spans 9 small release. The detailed realese logs could
refer to: https://gitlab.com/libvirt/libvirt/-/blob/master/NEWS.rst
Libvirt's buildsystem has changed to meson, So this upgrade drop some
obsolete patches applied to makefile.
I ran libvirt testcase and ovs testcase for this upgrade, the summary
as follow:
libvirt_test (keyword: ) test results:
*1 Run libvirt_test testing(do_test1) PASS
*2 Check result (virsh_local_capabilities) PASS
*3 Check result (virsh_local_domcapabilities) PASS
*4 Check result (virsh_local_freecell) PASS
*5 Check result (virsh_local_help) PASS
*6 Check result (virsh_local_hostname) PASS
*7 Check result (virsh_local_iface-begin) PASS
*8 Check result (virsh_local_iface-commit) PASS
*9 Check result (virsh_local_iface-list) PASS
*10 Check result (virsh_local_list) PASS
*11 Check result (virsh_local_maxvcpus) PASS
*12 Check result (virsh_local_net-list) PASS
*13 Check result (virsh_local_nodecpumap) PASS
*14 Check result (virsh_local_nodecpustats) PASS
*15 Check result (virsh_local_nodedev-list) PASS
*16 Check result (virsh_local_nodeinfo) PASS
*17 Check result (virsh_local_node-memory-tune) PASS
*18 Check result (virsh_local_nodememstats) PASS
*19 Check result (virsh_local_nwfilter-binding-list) PASS
*20 Check result (virsh_local_nwfilter-list) PASS
*21 Check result (virsh_local_pool-capabilities) PASS
*22 Check result (virsh_local_pool-list) PASS
*23 Check result (virsh_local_pwd) PASS
*24 Check result (virsh_local_secret-list) PASS
*25 Check result (virsh_local_sysinfo) PASS
*26 Check result (virsh_local_uri) PASS
*27 Check result (virsh_local_version) PASS
openvswitch_vm2vm (keyword: qemux86) test results:
*1 openvswitch_vm2vm testing(do_test1) PASS
*2 Check result (ovs_vm2vm_boot_guest1) PASS
*3 Check result (ovs_vm2vm_boot_guest2) PASS
*4 Check result (ovs_vm2vm_netperf_test) PASS
*5 Check result (ovs_vm2vm_destroy_guest1) PASS
*6 Check result (ovs_vm2vm_destroy_guest2) PASS
*7 check testcase call trace(do_check_call_trace) PASS
Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/libvirt/libvirt/0001-to-fix-build-error.patch')
-rw-r--r-- | recipes-extended/libvirt/libvirt/0001-to-fix-build-error.patch | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/recipes-extended/libvirt/libvirt/0001-to-fix-build-error.patch b/recipes-extended/libvirt/libvirt/0001-to-fix-build-error.patch deleted file mode 100644 index b0148e5c..00000000 --- a/recipes-extended/libvirt/libvirt/0001-to-fix-build-error.patch +++ /dev/null | |||
@@ -1,47 +0,0 @@ | |||
1 | From 3566bcacaa6408fb8f655d1749a20b2f30e0c765 Mon Sep 17 00:00:00 2001 | ||
2 | From: Lei Maohui <leimaohui@cn.fujitsu.com> | ||
3 | Date: Fri, 31 Jul 2015 03:17:07 +0900 | ||
4 | Subject: [PATCH] to fix build error | ||
5 | |||
6 | The error likes as following | ||
7 | |||
8 | | Generating internals/command.html.tmp | ||
9 | | /bin/sh: line 3: internals/command.html.tmp: No such file or directory | ||
10 | | rm: Generating internals/locking.html.tmp | ||
11 | | cannot remove `internals/command.html.tmp': No such file or directory | ||
12 | | make[3]: *** [internals/command.html.tmp] Error 1 | ||
13 | | make[3]: *** Waiting for unfinished jobs.... | ||
14 | |||
15 | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> | ||
16 | [ywei: rebased to libvirt-1.3.2] | ||
17 | Signed-off-by: Yunguo Wei <yunguo.wei@windriver.com> | ||
18 | [MA: rebase to v4.3.0] | ||
19 | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> | ||
20 | |||
21 | --- | ||
22 | docs/Makefile.am | 5 ++--- | ||
23 | 1 file changed, 2 insertions(+), 3 deletions(-) | ||
24 | |||
25 | diff --git a/docs/Makefile.am b/docs/Makefile.am | ||
26 | index ce3d296..2c8180f 100644 | ||
27 | --- a/docs/Makefile.am | ||
28 | +++ b/docs/Makefile.am | ||
29 | @@ -366,7 +366,7 @@ EXTRA_DIST= \ | ||
30 | aclperms.htmlinc \ | ||
31 | $(schema_DATA) | ||
32 | |||
33 | -acl_generated = aclperms.htmlinc | ||
34 | +acl.html:: $(srcdir)/aclperms.htmlinc | ||
35 | |||
36 | aclperms.htmlinc: $(top_srcdir)/src/access/viraccessperm.h \ | ||
37 | $(top_srcdir)/scripts/genaclperms.py Makefile.am | ||
38 | @@ -432,8 +432,7 @@ manpages/%.html.in: manpages/%.rst | ||
39 | $(AM_V_GEN)$(MKDIR_P) `dirname $@` && \ | ||
40 | $(RST2HTML) --strict $< > $@ || { rm $@ && exit 1; } | ||
41 | |||
42 | -%.html.tmp: %.html.in site.xsl subsite.xsl page.xsl \ | ||
43 | - $(acl_generated) | ||
44 | +%.html.tmp: %.html.in site.xsl subsite.xsl page.xsl | ||
45 | $(AM_V_GEN)name=`echo $@ | sed -e 's/.tmp//'`; \ | ||
46 | genhtmlin=`echo $@ | sed -e 's/.tmp/.in/'`; \ | ||
47 | rst=`echo $@ | sed -e 's/.html.tmp/.rst/'`; \ | ||