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

Wei Liu (37):
      acrn-config: add missed include in pci_dev.c for logical partition
      acrn-config: fix missing passthru parameter for launch config
      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
      acrn-config: dump iomem info from /proc/iomem
      acrn-config: update IOMEM_INFO of native board config xml
      acrn-config: find 64-bit mmio for HI_MMIO_START/HI_MMIO_END
      acrn-config: update IOMEM_INFO of tgl-rvp board
      acrn-config: expends parameters and functions to common lib
      acrn-config: remove the same parameters and functions from board_cfg_lib
      acrn-config: remove the same parameters and functions from scenario_cfg_lib
      acrn-config: remove the same parameters and functions from launch_cfg_lib
      acrn-config: support passthroug GVT for WaaG by default
      acrn-config: add support to parse board defconfig from configurations
      acrn-config: add hv configurations to scenario config xmls
      acrn-config: remove 'scenario' dependency from acrn config tool
      acrn-config: add pass-thru PCI device for pre launched vm xmls
      acrn-config: support to parse pci_devs for pre launched vm
      acrn-config: Use vm_type to instead load_type/uuid/severity in config
      acrn-config: remove hard code UUID from config xmls
      acrn-config: refine GPU vpid format for launch script
      acrn-config: fix syntax for new logical partition xmls
      acrn-config: modify epc_section to configurable="0"
      acrn-config: refine template xmls
      acrn-config: set HV_RAM_SIZE/HV_RAM_START to blank from config xmls
      acrn-config: refine the HV_RAM_SIZE/HV_RAM_START for board_defconfig
      acrn-config: remove sdc2 config xmls
      acrn-config: add 2 UUIDs for post-launched Standard VM
      acrn-config: refine template xmls
      acrn-config: add max VM count check when generating scenario XML file
      acrn-config: add cpu_affinity for launch config xmls
      acrn-config: parse cpu_affinity from launch config xmls
      acrn-config: refinement for pci_devs in scenario config xmls
      acrn-config: add vm type sanity check

Deb Taylor (17):
      Doc: Update re-org'd ACRN index page and What is ACRN.
      doc: More re-org updates Add ACRN Open Source Roadmap 2020 link to Intro/What is ACRN page Add ACRN blog link to ACRN Intro page (under Roadmap) Move ACRN Shell Commands to 'Tools' under Advanced Guides page
      doc: Grammatical updates to SR-IOV virt doc
      Doc: Grammatical edits to using_windows_as_uos.rst
      Doc: Update mem-mapping image in hv-memmgt.html
      Doc: Update mem-mapping image in hv-memmgt.html
      Doc: Edits to workaround note for EFI command line option string issue.
      Doc: Remove Construction Progress label from site
      Doc: Add Glossary to Nav Bar and Home Page
      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.
      Doc: Minor grammatical updates to rt_industry.html and building_acrn_in_docker.html Refer to PRs 4568 and 4559.
      Doc: Grammactical edits to Release Notes 1.6
      Doc: Release Notes update based on DKinder edits

Sainath Grandhi (16):
      acrn-config: Limit check on Pre-Launched VM RAM size
      acrn-config: Fixes for BAR remapping logic
      hv: Use ptirq_lookup_entry_by_sid to lookup virtual source id in IOAPIC irq entries
      hv: Move error checking for hypercall parameters out of assign module
      hv: Pass address of vioapic struct to register_mmio_emulation_handler
      hv: Introduce Global System Interrupt (GSI) into INTx Remapping
      hv: Handle holes in GSI i.e. Global System Interrupt for multiple IO-APICs
      hv: vioapic init for SOS VM on platforms with multiple IO-APICs
      hv: Server platforms can have more than 8 IO-APICs
      hv: Reserve space for VMs'  EPT 4k pages after boot
      hv: Fix issues with the patch to reserve EPT 4K pages after boot
      acrn-config: round HI_MMIO_START/HI_MMIO_END to the closest 1G
      hv: Add HI_MMIO_START and HI_MMIO_END macros to board files
      hv: Hypervisor access to PCI devices with 64-bit MMIO BARs
      hv: Wake up vCPU for interrupts from vPIC
      acrn-config: Generate info in pci_dev file for Pre-Launched VMs

Victor Sun (16):
      acrn-config: one button to generate config file
      Makefile: make hypervisor from specified Kconfig
      Makefile: parameters check for board and scenario
      Makefile: support make with external configurations
      HV: fix wrong gpa start of hpa2 in ve820.c
      HV: init vm uuid and severity in macro
      HV: merge sos_pci_dev config to sos macro
      Kconfig: change scenario variable type to string
      Kconfig: remove MAX_KATA_VM_NUM
      Makefile: disable KCONFIG_FILE when build from xml
      HV: Kconfig: enable CPU sharing by default
      HV: support up to 7 post launched VMs for industry scenario
      HV: remove sdc2 scenario support
      Makefile: do not override RELEASE when build with XML
      HV: refine usage of idle=halt in sos cmdline
      acrn-config: add SOS_IDLE for SOS cmdline

dongshen (10):
      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
      hv: add function to check if using posted interrupt is possible for vm
      hv: check if the IRQ is intended for a single destination vCPU
      hv: enable VT-d PI for ptdev if intr_src->pid_addr is non-zero
      hv: define posted interrupt IRQs/vectors
      hv: maintain a per-pCPU array of vCPUs and handle posted interrupt IRQs

Zide Chen (9):
      hv: move error message logging into gpa copy APIs
      hv: some coding refinement in hypercall.c
      hv: provide vm_config information in get_platform_info hypercall
      hv: replace vcpu_affinity array with cpu_affinity_bitmap
      hv: dynamically configure CPU affinity through hypercall
      acrn-dm: implement cpu_affinity command line argument
      acrn-config: change names for vcpu_affinity[] related items
      acrn-config: update cpu_affinity in scenrio configuration xml files
      acrn-dm: change command option name from "pcpu_list" to "cpu_affinity"

Shuang Zheng (5):
      acrn-config: enable hv config for scenarion setting UI
      acrn-config: dynamic configuration for scenario setting and launch setting
      acrn-config: add template xmls for dynamic config
      acrn-config: add attributes for scenario and launch setting
      acrn-config: assign VM IDs for dynamic scenario and launch setting

Yan, Like (4):
      HV: CAT: support cache allocation for each vcpu
      acrn-config: support generation of per vcpu clos configuraton
      acrn-config: enable CAT for industry scenario on APL-UP2 by default
      hv: config: enable RDT for apl-up2 by default

Binbin Wu (2):
      doc: vt-d: update the description of snoop control
      hv: vtd: fix potential dead loop if qi request timeout

David B. Kinder (2):
      doc: fix docs with broken links
      doc: fix docs with windows line endings

Li Fei1 (2):
      doc: introduce Split Device Model feature for ACRN
      hv: vpci: refine comment for pci_vdev_update_vbar_base

Yuan Liu (2):
      hv: unmap SR-IOV VF MMIO when the VF physical device is disabled
      doc: introduce SR-IOV virtualization

fuzhongl (2):
      Doc: add space at the end of efibootmgr bootloader
      Doc: releasenotes_1.6

lirui34 (2):
      doc: Update build celadon instruction link
      doc: update industry gsg to v1.6 release

Conghui Chen (1):
      hv: fix for waag 2 core reboot issue

Jack Ren (1):
      version: v1.6

Jian Jun Chen (1):
      hv: add lock for ept add/modify/del

Liu Long (1):
      DM USB: xHCI: Drop commands if the slot is disabled

Shuo A Liu (1):
      hv: Enable accessed bit in EPT paging

Tonny Tzeng (1):
      acrn-config: create temporary scenario file folder if it doesn't exist

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

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

Xiaoguang Wu (1):
      hv: change GPU passthru translation mode to TT_PASSTHROUGH

Yin Fengwei (1):
      crashlog: fix build issue under latest clearlinux

Yonghua Huang (1):
      doc: update security advisory for v1.6 release

fangfang.shen (1):
      Doc: update building acrn in docker for V1.6 One known issue :acrn-issue:`4560` during build ACRN HV. Please refer to  next section to get Docker Image from Docker Hub.

ffshen (1):
      doc: update waag GSG according to the latest method
This commit is contained in:
Miguel Bernal Marin 2020-04-24 04:35:16 -05:00
parent d3a3ffbf22
commit 45fd2a9bfa
7 changed files with 19 additions and 20 deletions

View File

@ -1,5 +1,5 @@
PKG_NAME := acrn-hypervisor PKG_NAME := acrn-hypervisor
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w17.4-140000p.tar.gz URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w17.5-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 : 2020w17.4.140000p Version : 2020w17.5.140000p
Release : 281 Release : 282
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w17.4-140000p.tar.gz URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w17.5-140000p.tar.gz
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w17.4-140000p.tar.gz Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w17.5-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
@ -128,15 +128,15 @@ staticdev components for the acrn-hypervisor package.
%prep %prep
%setup -q -n acrn-hypervisor-acrn-2020w17.4-140000p %setup -q -n acrn-hypervisor-acrn-2020w17.5-140000p
cd %{_builddir}/acrn-hypervisor-acrn-2020w17.4-140000p cd %{_builddir}/acrn-hypervisor-acrn-2020w17.5-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.UTF-8 export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1587713109 export SOURCE_DATE_EPOCH=1587720304
export GCC_IGNORE_WERROR=1 export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fno-lto " export CFLAGS="$CFLAGS -fno-lto "
export FCFLAGS="$FFLAGS -fno-lto " export FCFLAGS="$FFLAGS -fno-lto "
@ -146,14 +146,14 @@ make %{?_smp_mflags} RELEASE=0 all sbl-hypervisor BUILD_VERSION=%{version}_%{r
%install %install
export SOURCE_DATE_EPOCH=1587713109 export SOURCE_DATE_EPOCH=1587720304
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 %{_builddir}/acrn-hypervisor-acrn-2020w17.4-140000p/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/3cc9b5c24d3ab78578359aa1b98166ee5cf6df9b cp %{_builddir}/acrn-hypervisor-acrn-2020w17.5-140000p/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/3cc9b5c24d3ab78578359aa1b98166ee5cf6df9b
cp %{_builddir}/acrn-hypervisor-acrn-2020w17.4-140000p/doc/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/50862f16be94cd4a0162ee82eb55697c5b54c70e cp %{_builddir}/acrn-hypervisor-acrn-2020w17.5-140000p/doc/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/50862f16be94cd4a0162ee82eb55697c5b54c70e
cp %{_builddir}/acrn-hypervisor-acrn-2020w17.4-140000p/misc/acrn-config/kconfig/LICENSE.kconfiglib %{buildroot}/usr/share/package-licenses/acrn-hypervisor/0256be14ad1f607cb4bd89d716442115dab0294c cp %{_builddir}/acrn-hypervisor-acrn-2020w17.5-140000p/misc/acrn-config/kconfig/LICENSE.kconfiglib %{buildroot}/usr/share/package-licenses/acrn-hypervisor/0256be14ad1f607cb4bd89d716442115dab0294c
cp %{_builddir}/acrn-hypervisor-acrn-2020w17.4-140000p/misc/acrn-config/library/hypervisor_license %{buildroot}/usr/share/package-licenses/acrn-hypervisor/e769dc34d30330fcb407f27559c817e502fdfb13 cp %{_builddir}/acrn-hypervisor-acrn-2020w17.5-140000p/misc/acrn-config/library/hypervisor_license %{buildroot}/usr/share/package-licenses/acrn-hypervisor/e769dc34d30330fcb407f27559c817e502fdfb13
cp %{_builddir}/acrn-hypervisor-acrn-2020w17.4-140000p/misc/tools/acrn-crashlog/license_header %{buildroot}/usr/share/package-licenses/acrn-hypervisor/b63d865a65562d341e07541b47e5b542a3e2ca67 cp %{_builddir}/acrn-hypervisor-acrn-2020w17.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 %make_install RELEASE=0 sbl-hypervisor-install hypervisor-install-debug sbl-hypervisor-install-debug
## install_append content ## install_append content
mkdir -p %{buildroot}/usr/lib/systemd/system/multi-user.target.wants mkdir -p %{buildroot}/usr/lib/systemd/system/multi-user.target.wants
@ -244,7 +244,6 @@ ln -s ../../samples/apl-mrb/launch_uos.sh %{buildroot}/usr/share/acrn/conf/add/v
/usr/share/acrn/samples/nuc/launch_uos.sh /usr/share/acrn/samples/nuc/launch_uos.sh
/usr/share/acrn/samples/nuc/launch_vxworks.sh /usr/share/acrn/samples/nuc/launch_vxworks.sh
/usr/share/acrn/samples/nuc/launch_win.sh /usr/share/acrn/samples/nuc/launch_win.sh
/usr/share/acrn/samples/nuc/launch_xenomai.sh
/usr/share/acrn/samples/nuc/launch_zephyr.sh /usr/share/acrn/samples/nuc/launch_zephyr.sh
/usr/share/acrn/samples/nuc/runC.json /usr/share/acrn/samples/nuc/runC.json
/usr/share/clr-service-restart/acrnd.service /usr/share/clr-service-restart/acrnd.service

View File

@ -1,2 +1,2 @@
2020w17.4.140000p 2020w17.5.140000p
numactl-dev numactl-dev

View File

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

View File

@ -1 +1 @@
281 282

View File

@ -1 +1 @@
17932e1badba56d96cd3810d21e997882828e72c/acrn-2020w17.4-140000p.tar.gz 660258a8aed0fe7cb8a264715070e96bf3c2fbc9/acrn-2020w17.5-140000p.tar.gz

View File

@ -1 +1 @@
2020w17.4.140000p 2020w17.5.140000p