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
This commit is contained in:
Miguel Bernal Marin 2019-05-29 12:33:02 +00:00
parent fbfb423e50
commit 81f0b0415d
5 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
PKG_NAME := acrn-hypervisor 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 = ARCHIVES =
include ../common/Makefile.common include ../common/Makefile.common

View File

@ -4,10 +4,10 @@
# #
%define keepstatic 1 %define keepstatic 1
Name : acrn-hypervisor Name : acrn-hypervisor
Version : 2019w22.2.140000p Version : 2019w22.3.140000p
Release : 208 Release : 209
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
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w22.2-140000p.tar.gz Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w22.3-140000p.tar.gz
Summary : No detailed summary available Summary : No detailed summary available
Group : Development/Tools Group : Development/Tools
License : BSD-3-Clause CC-BY-4.0 ISC License : BSD-3-Clause CC-BY-4.0 ISC
@ -130,14 +130,14 @@ staticdev components for the acrn-hypervisor package.
%prep %prep
%setup -q -n acrn-hypervisor-acrn-2019w22.2-140000p %setup -q -n acrn-hypervisor-acrn-2019w22.3-140000p
%build %build
export http_proxy=http://127.0.0.1:9/ export http_proxy=http://127.0.0.1:9/
export https_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 no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C export LANG=C
export SOURCE_DATE_EPOCH=1559046771 export SOURCE_DATE_EPOCH=1559133169
export GCC_IGNORE_WERROR=1 export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fno-lto " export CFLAGS="$CFLAGS -fno-lto "
export FCFLAGS="$CFLAGS -fno-lto " export FCFLAGS="$CFLAGS -fno-lto "
@ -147,7 +147,7 @@ make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}
%install %install
export SOURCE_DATE_EPOCH=1559046771 export SOURCE_DATE_EPOCH=1559133169
rm -rf %{buildroot} rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor
cp LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/LICENSE cp LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/LICENSE

View File

@ -1,6 +1,6 @@
[package] [package]
name = acrn-hypervisor 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 = archives =
giturl = https://github.com/projectacrn/acrn-hypervisor.git giturl = https://github.com/projectacrn/acrn-hypervisor.git

View File

@ -1 +1 @@
208 209

View File

@ -1 +1 @@
443294b54cf2e483979a20d4eba08f492bec5724/acrn-2019w22.2-140000p.tar.gz cf6e6c7afcbf4966c98543405c3e1c47b45d9d40/acrn-2019w22.3-140000p.tar.gz