acrn-hypervisor: update to acrn-2020w10.5-140000p

Binbin Wu (3):
      doc: add doxygen style comments to ptdev
      doc: update hv device passthrough document
      doc: fix a missing argument in the function description

Vijay Dhanraj (3):
      HV: Add MBA support in ACRN
      HV: Update existing board.c files for RDT MBA
      acrn-config: Generate target xml and board.c file with MBA RDT resource

Yuan Liu (3):
      hv: refine pci_read_cap and pci_read_ext_cap
      hv: refine functions name
      hv: remove pci_vdev_read_cfg_u8/16/32

Zide Chen (3):
      hv: minor fixes in init_paging()
      hv: fixup relocation delta for symbols belong to entry section
      hv: update the hypervisor 64-bit entry address for efi-stub

Chen, Zide (2):
      hv: remove unused cpu_primary_save_32()
      hv: add multiboot2 tags to load relocatable raw binary

Li Fei1 (2):
      hv: pci: add some pre-assumption and safety check for PCIe ECAM
      dm: don't deassign pass through PCIe device in DM

Minggui Cao (2):
      HV: enable ARI if PCI bridge support it
      HV: move out physical cfg write from vpci-bridge

Victor Sun (1):
      HV: sanitize config file for whl-ipc-i5

Wei Liu (1):
      acrn-config: correct console argument for logical partition scenario
This commit is contained in:
Miguel Bernal Marin 2020-03-10 02:27:57 -06:00
parent b1fcc51f5e
commit c7fef62168
7 changed files with 20 additions and 19 deletions

View File

@ -1,5 +1,5 @@
PKG_NAME := acrn-hypervisor
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w10.2-140000p.tar.gz
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w10.5-140000p.tar.gz
ARCHIVES =
include ../common/Makefile.common

View File

@ -4,10 +4,10 @@
#
%define keepstatic 1
Name : acrn-hypervisor
Version : 2020w10.2.140000p
Release : 266
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w10.2-140000p.tar.gz
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w10.2-140000p.tar.gz
Version : 2020w10.5.140000p
Release : 267
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
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.2-140000p
cd %{_builddir}/acrn-hypervisor-acrn-2020w10.2-140000p
%setup -q -n acrn-hypervisor-acrn-2020w10.5-140000p
cd %{_builddir}/acrn-hypervisor-acrn-2020w10.5-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=1583452675
export SOURCE_DATE_EPOCH=1583828850
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}_
%install
export SOURCE_DATE_EPOCH=1583452675
export SOURCE_DATE_EPOCH=1583828850
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor
cp %{_builddir}/acrn-hypervisor-acrn-2020w10.2-140000p/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/3cc9b5c24d3ab78578359aa1b98166ee5cf6df9b
cp %{_builddir}/acrn-hypervisor-acrn-2020w10.2-140000p/doc/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/50862f16be94cd4a0162ee82eb55697c5b54c70e
cp %{_builddir}/acrn-hypervisor-acrn-2020w10.2-140000p/misc/acrn-config/kconfig/LICENSE.kconfiglib %{buildroot}/usr/share/package-licenses/acrn-hypervisor/0256be14ad1f607cb4bd89d716442115dab0294c
cp %{_builddir}/acrn-hypervisor-acrn-2020w10.2-140000p/misc/acrn-config/library/hypervisor_license %{buildroot}/usr/share/package-licenses/acrn-hypervisor/e769dc34d30330fcb407f27559c817e502fdfb13
cp %{_builddir}/acrn-hypervisor-acrn-2020w10.2-140000p/misc/tools/acrn-crashlog/license_header %{buildroot}/usr/share/package-licenses/acrn-hypervisor/b63d865a65562d341e07541b47e5b542a3e2ca67
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
%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

View File

@ -1,2 +1,2 @@
2020w10.2.140000p
2020w10.5.140000p
numactl-dev

View File

@ -1,9 +1,10 @@
[package]
name = acrn-hypervisor
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w10.2-140000p.tar.gz
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w10.5-140000p.tar.gz
archives =
giturl = https://github.com/projectacrn/acrn-hypervisor.git
domain =
alias =
[autospec]
# build 32 bit libraries

View File

@ -1 +1 @@
266
267

View File

@ -1 +1 @@
51a67f1326b9a4615dab9369f3f0923c3fa605f8/acrn-2020w10.2-140000p.tar.gz
9d215f3095eb102773115bd447fbf94200476b2d/acrn-2020w10.5-140000p.tar.gz

View File

@ -1 +1 @@
2020w10.2.140000p
2020w10.5.140000p