From 61a58eba5948f91c55d81c7147801ce445a955e5 Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Thu, 12 Mar 2020 02:26:49 -0600 Subject: [PATCH] acrn-hypervisor: update to acrn-2020w11.3-140000p Yuan Liu (10): hv: Refine code for API reduction hv: wrap msix map/unmap operations hv: initialize VF BARs hv: refine function find_vdev hv: disable VF device hv: passthrough a VF device hv: prohibit PF from being assigned hv: fix wrong VF BDF hv: refine naming hv: the VM can only deinit its own devices Li Fei1 (4): hv: vpci: add a global CFG header configuration access handler hv: mmu: minor fix about add_pte hv: vpci: add _v prefix for some function name hv: vpci: pass through stolen memory and opregion memory for GVT-D Wei Liu (2): acrn-config: remove redundant sos bootargs from vm config acrn-config: sdc2 UUID update Sainath Grandhi (1): hv: Variable/macro renaming for intr handling of PT devices using IO-APIC/PIC Zide Chen (1): hv: add static check for CONFIG_HV_RAM_START and CONFIG_HV_RAM_SIZE fuzhongl (1): HV: sdc2 UUID update --- 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 0697878..8a5141f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := acrn-hypervisor -URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w10.5-140000p.tar.gz +URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w11.3-140000p.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/acrn-hypervisor.spec b/acrn-hypervisor.spec index 3d0fcd5..8fa4bef 100644 --- a/acrn-hypervisor.spec +++ b/acrn-hypervisor.spec @@ -4,10 +4,10 @@ # %define keepstatic 1 Name : acrn-hypervisor -Version : 2020w10.5.140000p -Release : 268 -URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w10.5-140000p.tar.gz -Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w10.5-140000p.tar.gz +Version : 2020w11.3.140000p +Release : 269 +URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w11.3-140000p.tar.gz +Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w11.3-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-2020w10.5-140000p -cd %{_builddir}/acrn-hypervisor-acrn-2020w10.5-140000p +%setup -q -n acrn-hypervisor-acrn-2020w11.3-140000p +cd %{_builddir}/acrn-hypervisor-acrn-2020w11.3-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=1583828850 +export SOURCE_DATE_EPOCH=1584001582 export GCC_IGNORE_WERROR=1 export CFLAGS="$CFLAGS -fno-lto " export FCFLAGS="$CFLAGS -fno-lto " @@ -146,14 +146,14 @@ make %{?_smp_mflags} RELEASE=0 all sbl-hypervisor BUILD_VERSION=%{version}_%{r %install -export SOURCE_DATE_EPOCH=1583828850 +export SOURCE_DATE_EPOCH=1584001582 rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor -cp %{_builddir}/acrn-hypervisor-acrn-2020w10.5-140000p/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/3cc9b5c24d3ab78578359aa1b98166ee5cf6df9b -cp %{_builddir}/acrn-hypervisor-acrn-2020w10.5-140000p/doc/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/50862f16be94cd4a0162ee82eb55697c5b54c70e -cp %{_builddir}/acrn-hypervisor-acrn-2020w10.5-140000p/misc/acrn-config/kconfig/LICENSE.kconfiglib %{buildroot}/usr/share/package-licenses/acrn-hypervisor/0256be14ad1f607cb4bd89d716442115dab0294c -cp %{_builddir}/acrn-hypervisor-acrn-2020w10.5-140000p/misc/acrn-config/library/hypervisor_license %{buildroot}/usr/share/package-licenses/acrn-hypervisor/e769dc34d30330fcb407f27559c817e502fdfb13 -cp %{_builddir}/acrn-hypervisor-acrn-2020w10.5-140000p/misc/tools/acrn-crashlog/license_header %{buildroot}/usr/share/package-licenses/acrn-hypervisor/b63d865a65562d341e07541b47e5b542a3e2ca67 +cp %{_builddir}/acrn-hypervisor-acrn-2020w11.3-140000p/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/3cc9b5c24d3ab78578359aa1b98166ee5cf6df9b +cp %{_builddir}/acrn-hypervisor-acrn-2020w11.3-140000p/doc/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/50862f16be94cd4a0162ee82eb55697c5b54c70e +cp %{_builddir}/acrn-hypervisor-acrn-2020w11.3-140000p/misc/acrn-config/kconfig/LICENSE.kconfiglib %{buildroot}/usr/share/package-licenses/acrn-hypervisor/0256be14ad1f607cb4bd89d716442115dab0294c +cp %{_builddir}/acrn-hypervisor-acrn-2020w11.3-140000p/misc/acrn-config/library/hypervisor_license %{buildroot}/usr/share/package-licenses/acrn-hypervisor/e769dc34d30330fcb407f27559c817e502fdfb13 +cp %{_builddir}/acrn-hypervisor-acrn-2020w11.3-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 854b6b2..ed92719 100644 --- a/buildreq_cache +++ b/buildreq_cache @@ -1,2 +1,2 @@ -2020w10.5.140000p +2020w11.3.140000p numactl-dev \ No newline at end of file diff --git a/options.conf b/options.conf index bd4eb29..342d7ef 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = acrn-hypervisor -url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w10.5-140000p.tar.gz +url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w11.3-140000p.tar.gz archives = giturl = https://github.com/projectacrn/acrn-hypervisor.git domain = diff --git a/release b/release index 864d565..c48f9e0 100644 --- a/release +++ b/release @@ -1 +1 @@ -268 +269 diff --git a/upstream b/upstream index 0fc481c..d7144a6 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -9d215f3095eb102773115bd447fbf94200476b2d/acrn-2020w10.5-140000p.tar.gz +bb9fa0d06575865b322c4d475b1ba554667ac56c/acrn-2020w11.3-140000p.tar.gz diff --git a/versions b/versions index abdd4f6..e5318dc 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -2020w10.5.140000p +2020w11.3.140000p