acrn-hypervisor: update to acrn-2020w14.3-140000p

Li Fei1 (7):
      doc: introduce Split Device Model feature for ACRN
      hv: list: rename list_entry to container_of
      hv: vlapic: remove vcpu/vm structure pointer from vlapic
      hv: vpci: remove vm structure pointer from vpci
      hv: vpic: remove vm structure pointer from vpic
      hv: vmtrr: remove vcpu structure pointer from vmtrr
      hv: vlapic: minor fix about dereference vcpu from vlapic

Deb Taylor (5):
      Doc Minor edits to Security page
      Doc: Edits to MBA and CAT documentation.
      Doc: Minor edits to Xenomai page
      Doc: Grammatical/style edits to split device model page
      Minor edits to VT-d page.

Wei Liu (5):
      acrn-config: remove git check and avoid to generate patch for config files
      acrn-config: add some configs in board defconfig
      acrn-config: minor fix for generating CONFIG_PCI_BDF
      acrn-config: correct passthru 'audio' device for nuc6cayh
      acrn-config: support '--out' option for board/scenario/launch config

dongshen (5):
      hv: rename vlapic_pir_desc to pi_desc
      hv: move pi_desc related code from vlapic.h/vlapic.c to vmx.h/vmx.c/vcpu.h
      hv: extend struct pi_desc to support VT-d posted interrupts
      hv: pass pointer to functions
      hv: extend union dmar_ir_entry to support VT-d posted interrupts

Zide Chen (2):
      hv: move error message logging into gpa copy APIs
      hv: some coding refinement in hypercall.c

Binbin Wu (1):
      doc: vt-d: update the description of snoop control

Junming Liu (1):
      dm: correct PCI configures of igd-lpc

Tw (1):
      Doc: add instructions for using Xenomai as UOS

Victor Sun (1):
      acrn-config: one button to generate config file

Vijay Dhanraj (1):
      doc: Add MBA documentation and update doc for CAT

Yonghua Huang (1):
      doc: update security advisory for v1.6 release
This commit is contained in:
Miguel Bernal Marin 2020-04-01 09:26:30 -06:00
parent 63a5e3c937
commit f8e7d2b800
7 changed files with 19 additions and 19 deletions

View File

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

View File

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

View File

@ -1,2 +1,2 @@
2020w13.4.140000p
2020w14.3.140000p
numactl-dev

View File

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

View File

@ -1 +1 @@
274
275

View File

@ -1 +1 @@
4fc6b3716b1c5028ffe23bdd227a9054bc3480f2/acrn-2020w13.4-140000p.tar.gz
25edb70166a81dc7177ae3321217358dd1aa67e0/acrn-2020w14.3-140000p.tar.gz

View File

@ -1 +1 @@
2020w13.4.140000p
2020w14.3.140000p