acrn-hypervisor: update to acrn-2019w22.4-140000p

yuhong.tao@intel.com (4):
      DM: Cleanup vmcfg APIs usage for removing the entire vmcfg
      DM: Cleanup vmcfg
      Doc: Cleanup vmcfg in HLD
      Doc: Cleanup vmcfg in user guides

Li, Fei1 (2):
      hv: vmcs: trap CR4.SMAP/SMEP/PKE setting
      hv: vmcs: don't trap when setting reserved bit in cr0/cr4

Sainath Grandhi (1):
      hv: Precondition checks for vcpu_from_vid for lapic passthrough ICR access
This commit is contained in:
Miguel Bernal Marin 2019-05-30 12:33:16 +00:00
parent 81f0b0415d
commit 64cd8de512
5 changed files with 11 additions and 12 deletions

View File

@ -1,5 +1,5 @@
PKG_NAME := acrn-hypervisor
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w22.3-140000p.tar.gz
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w22.4-140000p.tar.gz
ARCHIVES =
include ../common/Makefile.common

View File

@ -4,10 +4,10 @@
#
%define keepstatic 1
Name : acrn-hypervisor
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
Version : 2019w22.4.140000p
Release : 210
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w22.4-140000p.tar.gz
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w22.4-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.3-140000p
%setup -q -n acrn-hypervisor-acrn-2019w22.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
export SOURCE_DATE_EPOCH=1559133169
export SOURCE_DATE_EPOCH=1559219585
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=1559133169
export SOURCE_DATE_EPOCH=1559219585
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor
cp LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/LICENSE
@ -222,7 +222,6 @@ ln -s ../../samples/apl-mrb/launch_uos.sh %{buildroot}/usr/share/acrn/conf/add/v
/usr/share/acrn/samples/apl-mrb/acrn_guest.service
/usr/share/acrn/samples/apl-mrb/launch_uos.args
/usr/share/acrn/samples/apl-mrb/launch_uos.sh
/usr/share/acrn/samples/apl-mrb/mrb-env-setup.sh
/usr/share/acrn/samples/apl-mrb/runC.json
/usr/share/acrn/samples/apl-mrb/sos_bootargs_debug.txt
/usr/share/acrn/samples/apl-mrb/sos_bootargs_release.txt

View File

@ -1,6 +1,6 @@
[package]
name = acrn-hypervisor
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w22.3-140000p.tar.gz
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w22.4-140000p.tar.gz
archives =
giturl = https://github.com/projectacrn/acrn-hypervisor.git

View File

@ -1 +1 @@
209
210

View File

@ -1 +1 @@
cf6e6c7afcbf4966c98543405c3e1c47b45d9d40/acrn-2019w22.3-140000p.tar.gz
d8b7a7791fe3af31c3b45d8ff303dba0130a7a26/acrn-2019w22.4-140000p.tar.gz