From 81f0b0415d8eb1445d5a8c4f47fa33d6b7e395db Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Wed, 29 May 2019 12:33:02 +0000 Subject: [PATCH] acrn-hypervisor: update to acrn-2019w22.3-140000p Binbin Wu (6): hv: sgx: add basic support to init sgx resource for vm hv: vm_config: add epc info in vm config hv: vm: build ept for sgx epc reource hv: vcpuid: present sgx capabilities to guest hv: vmsr: present sgx related msr to guest dm: e820: reserve memory range for EPC resource Shiqing Gao (1): doc: update function naming convention Yin Fengwei (1): vm state: reset vm state to VM_CREATED when reset_vm is called ZhangYun (1): dm: update uos path in launch_hard_rt_vm.sh --- Makefile | 2 +- acrn-hypervisor.spec | 14 +++++++------- options.conf | 2 +- release | 2 +- upstream | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index d408688..f77c505 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := acrn-hypervisor -URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w22.2-140000p.tar.gz +URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w22.3-140000p.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/acrn-hypervisor.spec b/acrn-hypervisor.spec index 167918d..d5a7cf7 100644 --- a/acrn-hypervisor.spec +++ b/acrn-hypervisor.spec @@ -4,10 +4,10 @@ # %define keepstatic 1 Name : acrn-hypervisor -Version : 2019w22.2.140000p -Release : 208 -URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w22.2-140000p.tar.gz -Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w22.2-140000p.tar.gz +Version : 2019w22.3.140000p +Release : 209 +URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w22.3-140000p.tar.gz +Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w22.3-140000p.tar.gz Summary : No detailed summary available Group : Development/Tools License : BSD-3-Clause CC-BY-4.0 ISC @@ -130,14 +130,14 @@ staticdev components for the acrn-hypervisor package. %prep -%setup -q -n acrn-hypervisor-acrn-2019w22.2-140000p +%setup -q -n acrn-hypervisor-acrn-2019w22.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 -export SOURCE_DATE_EPOCH=1559046771 +export SOURCE_DATE_EPOCH=1559133169 export GCC_IGNORE_WERROR=1 export CFLAGS="$CFLAGS -fno-lto " export FCFLAGS="$CFLAGS -fno-lto " @@ -147,7 +147,7 @@ make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release} %install -export SOURCE_DATE_EPOCH=1559046771 +export SOURCE_DATE_EPOCH=1559133169 rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor cp LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/LICENSE diff --git a/options.conf b/options.conf index df855d5..57e9676 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = acrn-hypervisor -url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w22.2-140000p.tar.gz +url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w22.3-140000p.tar.gz archives = giturl = https://github.com/projectacrn/acrn-hypervisor.git diff --git a/release b/release index 7d645f5..7fba2b4 100644 --- a/release +++ b/release @@ -1 +1 @@ -208 +209 diff --git a/upstream b/upstream index 8a15d50..cd6ea1c 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -443294b54cf2e483979a20d4eba08f492bec5724/acrn-2019w22.2-140000p.tar.gz +cf6e6c7afcbf4966c98543405c3e1c47b45d9d40/acrn-2019w22.3-140000p.tar.gz