From d3a3ffbf22ff0a40937540163a84ca741352752a Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Fri, 24 Apr 2020 02:25:33 -0500 Subject: [PATCH] acrn-hypervisor: update to acrn-2020w17.4-140000p Wei Liu (11): acrn-config: refine '--out' for config tool acrn-config: refine GPU vpid format for launch script acrn-config: fix syntax for new logical partition xmls acrn-config: modify epc_section to configurable="0" acrn-config: refine template xmls acrn-config: set HV_RAM_SIZE/HV_RAM_START to blank from config xmls acrn-config: refine the HV_RAM_SIZE/HV_RAM_START for board_defconfig acrn-config: remove sdc2 config xmls acrn-config: add 2 UUIDs for post-launched Standard VM acrn-config: refine template xmls acrn-config: add max VM count check when generating scenario XML file Victor Sun (6): HV: Kconfig: enable CPU sharing by default HV: support up to 7 post launched VMs for industry scenario HV: remove sdc2 scenario support HV: refine usage of idle=halt in sos cmdline acrn-config: add SOS_IDLE for SOS cmdline Makefile: do not override RELEASE when build with XML Zide Chen (5): hv: replace vcpu_affinity array with cpu_affinity_bitmap hv: dynamically configure CPU affinity through hypercall acrn-dm: implement cpu_affinity command line argument acrn-config: change names for vcpu_affinity[] related items acrn-config: update cpu_affinity in scenrio configuration xml files David B. Kinder (3): doc: add sphinx-tabs extension doc: update doc guidelines for sphinx-tabs doc: edits for rtvm_performance_tips doc Li Fei1 (3): hv: vacpi: add fadt table support hv: vapic: add mcfg table support hv: vacpi: add ioapic madt table Geoffroy Van Cutsem (2): acrn-config: fix typos and text in board_parser.py tool doc: fix a coupe of typos in rtvm_performance_tips.rst doc Shuang Zheng (2): acrn-config: add attributes for scenario and launch setting acrn-config: assign VM IDs for dynamic scenario and launch setting Minggui Cao (1): DM: add wall time info into disk log file Sainath Grandhi (1): acrn-config: Generate info in pci_dev file for Pre-Launched VMs Yin Fengwei (1): crashlog: fix build issue under latest clearlinux lirui34 (1): doc: remove the kbl-nuc flow pic from the partition mode gsg. --- Makefile | 2 +- acrn-hypervisor.spec | 26 +++++++++++++------------- buildreq_cache | 2 +- options.conf | 2 +- release | 2 +- upstream | 2 +- versions | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Makefile b/Makefile index 41736c6..5636249 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := acrn-hypervisor -URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w17.1-140000p.tar.gz +URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w17.4-140000p.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/acrn-hypervisor.spec b/acrn-hypervisor.spec index e885079..afb3afd 100644 --- a/acrn-hypervisor.spec +++ b/acrn-hypervisor.spec @@ -4,10 +4,10 @@ # %define keepstatic 1 Name : acrn-hypervisor -Version : 2020w17.1.140000p -Release : 280 -URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w17.1-140000p.tar.gz -Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w17.1-140000p.tar.gz +Version : 2020w17.4.140000p +Release : 281 +URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w17.4-140000p.tar.gz +Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w17.4-140000p.tar.gz Summary : No detailed summary available Group : Development/Tools License : BSD-3-Clause CC-BY-4.0 ISC @@ -128,15 +128,15 @@ staticdev components for the acrn-hypervisor package. %prep -%setup -q -n acrn-hypervisor-acrn-2020w17.1-140000p -cd %{_builddir}/acrn-hypervisor-acrn-2020w17.1-140000p +%setup -q -n acrn-hypervisor-acrn-2020w17.4-140000p +cd %{_builddir}/acrn-hypervisor-acrn-2020w17.4-140000p %build export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1587453980 +export SOURCE_DATE_EPOCH=1587713109 export GCC_IGNORE_WERROR=1 export CFLAGS="$CFLAGS -fno-lto " export FCFLAGS="$FFLAGS -fno-lto " @@ -146,14 +146,14 @@ make %{?_smp_mflags} RELEASE=0 all sbl-hypervisor BUILD_VERSION=%{version}_%{r %install -export SOURCE_DATE_EPOCH=1587453980 +export SOURCE_DATE_EPOCH=1587713109 rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor -cp %{_builddir}/acrn-hypervisor-acrn-2020w17.1-140000p/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/3cc9b5c24d3ab78578359aa1b98166ee5cf6df9b -cp %{_builddir}/acrn-hypervisor-acrn-2020w17.1-140000p/doc/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/50862f16be94cd4a0162ee82eb55697c5b54c70e -cp %{_builddir}/acrn-hypervisor-acrn-2020w17.1-140000p/misc/acrn-config/kconfig/LICENSE.kconfiglib %{buildroot}/usr/share/package-licenses/acrn-hypervisor/0256be14ad1f607cb4bd89d716442115dab0294c -cp %{_builddir}/acrn-hypervisor-acrn-2020w17.1-140000p/misc/acrn-config/library/hypervisor_license %{buildroot}/usr/share/package-licenses/acrn-hypervisor/e769dc34d30330fcb407f27559c817e502fdfb13 -cp %{_builddir}/acrn-hypervisor-acrn-2020w17.1-140000p/misc/tools/acrn-crashlog/license_header %{buildroot}/usr/share/package-licenses/acrn-hypervisor/b63d865a65562d341e07541b47e5b542a3e2ca67 +cp %{_builddir}/acrn-hypervisor-acrn-2020w17.4-140000p/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/3cc9b5c24d3ab78578359aa1b98166ee5cf6df9b +cp %{_builddir}/acrn-hypervisor-acrn-2020w17.4-140000p/doc/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/50862f16be94cd4a0162ee82eb55697c5b54c70e +cp %{_builddir}/acrn-hypervisor-acrn-2020w17.4-140000p/misc/acrn-config/kconfig/LICENSE.kconfiglib %{buildroot}/usr/share/package-licenses/acrn-hypervisor/0256be14ad1f607cb4bd89d716442115dab0294c +cp %{_builddir}/acrn-hypervisor-acrn-2020w17.4-140000p/misc/acrn-config/library/hypervisor_license %{buildroot}/usr/share/package-licenses/acrn-hypervisor/e769dc34d30330fcb407f27559c817e502fdfb13 +cp %{_builddir}/acrn-hypervisor-acrn-2020w17.4-140000p/misc/tools/acrn-crashlog/license_header %{buildroot}/usr/share/package-licenses/acrn-hypervisor/b63d865a65562d341e07541b47e5b542a3e2ca67 %make_install RELEASE=0 sbl-hypervisor-install hypervisor-install-debug sbl-hypervisor-install-debug ## install_append content mkdir -p %{buildroot}/usr/lib/systemd/system/multi-user.target.wants diff --git a/buildreq_cache b/buildreq_cache index cc0c8ca..8ab7c9d 100644 --- a/buildreq_cache +++ b/buildreq_cache @@ -1,2 +1,2 @@ -2020w17.1.140000p +2020w17.4.140000p numactl-dev \ No newline at end of file diff --git a/options.conf b/options.conf index 6c5c228..3ca1697 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = acrn-hypervisor -url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w17.1-140000p.tar.gz +url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w17.4-140000p.tar.gz archives = giturl = https://github.com/projectacrn/acrn-hypervisor.git domain = diff --git a/release b/release index 1b1c131..1473a88 100644 --- a/release +++ b/release @@ -1 +1 @@ -280 +281 diff --git a/upstream b/upstream index e966af4..c8bd75c 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -8beb14e4ccb68ee1d22095a14b7df1c38eb4d7c1/acrn-2020w17.1-140000p.tar.gz +17932e1badba56d96cd3810d21e997882828e72c/acrn-2020w17.4-140000p.tar.gz diff --git a/versions b/versions index 4befe09..b6feee0 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -2020w17.1.140000p +2020w17.4.140000p