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

Wei Liu (23):
      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

David B. Kinder (20):
      doc: fix docs with broken links
      doc: fix docs with windows line endings
      doc: add 1.6 to doc version menu
      doc: add google analytics tag
      doc: remove "Glossary" icon box on home page
      doc: organize security advisory doc
      doc: some additional google analytics code
      doc: add a custom 404 page
      doc: fix 404 processing
      doc: fix image size on 404 page
      doc: update custom CSS with additional styles
      doc: fix 404 display on mobile devices
      doc: tweak 404 page for phone display
      doc: update robots.txt exclusion list
      doc: remove /404.html redirect
      doc: fix misspellings
      doc: clean up utf8 characters
      doc: change UOS/SOS to User VM/Service VM
      doc: remove trailing spaces
      doc: update doc guidelines

Deb Taylor (19):
      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
      Doc: Initial version of ARCN RTVM Perf Tips
      Doc: Minor grammatical edits to GSG for ACRN logical part mode

Sainath Grandhi (16):
      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
      acrn-config: Limit check on Pre-Launched VM RAM size
      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: Fixes for BAR remapping logic
      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
      doc: Known Limitation regarding PCI devices and resources assignment
      hv: Wake up vCPU for interrupts from vPIC

Li Fei1 (14):
      hv: vpci: sos could access low severity guest pci cfg space
      hv: vpci: handle the quirk part for pass through pci device cfg access in dm
      hv: cpuid: remove cpuid()
      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
      hv: vm: refine the devices unregistration sequence of vm shutdown
      hv: vpci: refine comment for pci_vdev_update_vbar_base
      hv: virq: refine pending event inject sequence
      hv: vmcs: remove vmcs field check for a vcpu

Victor Sun (13):
      hv: a few fixes for multiboot2 boot
      acrn-config: one button to generate config file
      HV: misra fix for multiboot2.c
      Makefile: make hypervisor from specified Kconfig
      Makefile: parameters check for board and scenario
      Makefile: support make with external configurations
      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: set default MCFG base for generic board
      HV: fix wrong gpa start of hpa2 in ve820.c

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

Qian Wang (8):
      HV: Removed unused member variable of iommu_domain and related code
      HV: remove multi-return in drhd_find_iter
      HV: Corrected return type of two static functions
      HV: simplified the logic of iommu_read/write64
      HV: renamed some static functions related to dmar
      HV: renamed some structs more understandably
      HV: simplified the logic of dmar_wait_completion
      HV: Changed enum to marco to pass MISRA-C check

Mingqiang Chi (6):
      hv:print relocation delta
      hv: move out pause_vm from shutdown_vm
      hv: add pre-condition for vcpu APIs
      dm:refine pm_vuart code
      life_mngr:fix resend shutdown cmd fail
      dm: add vm_pause before vm_destroy

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

Zide Chen (4):
      hv: move error message logging into gpa copy APIs
      hv: some coding refinement in hypercall.c
      hv: fix SOS vapic_id assignment issue
      hv: provide vm_config information in get_platform_info hypercall

lirui34 (4):
      doc: Update build celadon instruction link
      doc: update industry gsg to v1.6 release
      doc: gsg quick setup script issue fix.
      doc: update partition mode tutorial to use whl board.

Binbin Wu (3):
      doc: vt-d: update the description of snoop control
      hv: vtd: use local var instead of global var
      hv: guest: fix bug in get_vcpu_paging_mode

Shuang Zheng (3):
      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

yuhong.tao@intel.com (3):
      HV: enumerate capability of #AC for Splitlock Access
      HV: enable #AC for Splitlock Access
      HV: emulate MSR_TEST_CTL

Tw (2):
      Doc: add instructions for using Xenomai as UOS
      sample: add sample script for launching xenomai RTVM

Xiaoguang Wu (2):
      hv: iommu: disable snoop bit in EPT-PTE/SL-PTE
      hv: iommu: remove snoop related code

Yonghua Huang (2):
      doc: update security advisory for v1.6 release
      hv: wrap a function to initialize pCPU for second phase

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

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

Jack Ren (1):
      version: 1.7-unstable

Jason Chen CJ (1):
      hv:add pre-condition for vm APIs

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

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

Naveen Saini (1):
      acrnprobe: avoid race condition

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

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

Yin Fengwei (1):
      efi-stub: fix wrong bootloader name issue

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-21 02:26:37 -05:00
parent e205d0db26
commit 3f0fd06226
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-2020w16.5-140000p.tar.gz
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w17.1-140000p.tar.gz
ARCHIVES =
include ../common/Makefile.common

View File

@ -4,10 +4,10 @@
#
%define keepstatic 1
Name : acrn-hypervisor
Version : 2020w16.5.140000p
Release : 279
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w16.5-140000p.tar.gz
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w16.5-140000p.tar.gz
Version : 2020w17.1.140000p
Release : 280
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w17.1-140000p.tar.gz
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w17.1-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-2020w16.5-140000p
cd %{_builddir}/acrn-hypervisor-acrn-2020w16.5-140000p
%setup -q -n acrn-hypervisor-acrn-2020w17.1-140000p
cd %{_builddir}/acrn-hypervisor-acrn-2020w17.1-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=1587306436
export SOURCE_DATE_EPOCH=1587453980
export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fno-lto "
export FCFLAGS="$FFLAGS -fno-lto "
@ -146,14 +146,14 @@ make %{?_smp_mflags} RELEASE=0 all sbl-hypervisor BUILD_VERSION=%{version}_%{r
%install
export SOURCE_DATE_EPOCH=1587306436
export SOURCE_DATE_EPOCH=1587453980
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor
cp %{_builddir}/acrn-hypervisor-acrn-2020w16.5-140000p/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/3cc9b5c24d3ab78578359aa1b98166ee5cf6df9b
cp %{_builddir}/acrn-hypervisor-acrn-2020w16.5-140000p/doc/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/50862f16be94cd4a0162ee82eb55697c5b54c70e
cp %{_builddir}/acrn-hypervisor-acrn-2020w16.5-140000p/misc/acrn-config/kconfig/LICENSE.kconfiglib %{buildroot}/usr/share/package-licenses/acrn-hypervisor/0256be14ad1f607cb4bd89d716442115dab0294c
cp %{_builddir}/acrn-hypervisor-acrn-2020w16.5-140000p/misc/acrn-config/library/hypervisor_license %{buildroot}/usr/share/package-licenses/acrn-hypervisor/e769dc34d30330fcb407f27559c817e502fdfb13
cp %{_builddir}/acrn-hypervisor-acrn-2020w16.5-140000p/misc/tools/acrn-crashlog/license_header %{buildroot}/usr/share/package-licenses/acrn-hypervisor/b63d865a65562d341e07541b47e5b542a3e2ca67
cp %{_builddir}/acrn-hypervisor-acrn-2020w17.1-140000p/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/3cc9b5c24d3ab78578359aa1b98166ee5cf6df9b
cp %{_builddir}/acrn-hypervisor-acrn-2020w17.1-140000p/doc/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/50862f16be94cd4a0162ee82eb55697c5b54c70e
cp %{_builddir}/acrn-hypervisor-acrn-2020w17.1-140000p/misc/acrn-config/kconfig/LICENSE.kconfiglib %{buildroot}/usr/share/package-licenses/acrn-hypervisor/0256be14ad1f607cb4bd89d716442115dab0294c
cp %{_builddir}/acrn-hypervisor-acrn-2020w17.1-140000p/misc/acrn-config/library/hypervisor_license %{buildroot}/usr/share/package-licenses/acrn-hypervisor/e769dc34d30330fcb407f27559c817e502fdfb13
cp %{_builddir}/acrn-hypervisor-acrn-2020w17.1-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
@ -244,6 +244,7 @@ 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_vxworks.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/runC.json
/usr/share/clr-service-restart/acrnd.service

View File

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

View File

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

View File

@ -1 +1 @@
279
280

View File

@ -1 +1 @@
e7449f124f3f49b2f2c407b8df48b2cfc1e0d74f/acrn-2020w16.5-140000p.tar.gz
8beb14e4ccb68ee1d22095a14b7df1c38eb4d7c1/acrn-2020w17.1-140000p.tar.gz

View File

@ -1 +1 @@
2020w16.5.140000p
2020w17.1.140000p