acrn-hypervisor: update to acrn-2019w21.5-140000p

yliu79 (22):
      DM: remove unused function usb_native_is_ss_port
      DM: remove unused function virtio_dev_error
      DM: remove unused function virtio_pci_modern_cfgread and virtio_pci_modern_cfgwrite
      DM: remove unused function vrtc_nvram_read
      DM: remove unused function vrtc_get_time
      DM: remove unused function vrtc_reset
      DM: remove unused function swtpm_reset_tpm_established_flag
      DM: remove unused function console_set_fbaddr
      DM: remove unused function gc_set_fbaddr
      DM: remove unused function gc_resize
      DM: remove unused function console_init
      DM: remove unused function gc_init
      DM: remove unused function console_fb_register
      DM: remove unused function console_refresh
      DM: remove unused function console_key_event
      DM: remove unused function console_ptr_event
      DM: remove unused function vm_set_lowmem_limit
      DM: remove unused function vm_create_devmem
      DM: remove unused function vm_apicid2vcpu
      DM: remove unused function vm_setup_ptdev_msi
      DM: remove unused function vm_get_device_fd
      DM: remove unused function mptable_add_oemtbl

Victor Sun (3):
      HV: add px cx data for kbl nuc refresh
      HV: validate pstate by checking px ctl range
      HV: enforce Cx of apl nuc with SPACE_SYSTEM_IO

Xiaoguang Wu (2):
      DM USB: xHCI: re-implement the emulation of extented capabilities
      DM USB: xHCI: refine the logic of CCS bit of PORTSC register

Zide Chen (2):
      hv: initial host reset implementation
      hv: move msr_bitmap from acrn_vm to acrn_vcpu_arch

dongshen (2):
      HV: remove function pci_pdev_foreach()
      HV: call function is_prelaunched_vm() instead to reduce code

Arindam Roy (1):
      DM: Fix minor issue of USB vendor ID

Binbin Wu (1):
      hv: vm: enable iommu after vpci init

Liu, Xinwu (1):
      tools:acrn-crashlog: fix potential memory corruption

Mingqiang Chi (1):
      hv:not allow SOS to access prelaunched vm memory

Shiqing Gao (1):
      doc: update coding guidelines

Tw (1):
      DM: add virtual hostbridge in launch script for RTVM

wenlingz (1):
      Revert "DM: Get max vcpu per vm from HV instead of hardcode"
This commit is contained in:
Miguel Bernal Marin 2019-05-24 12:33:35 +00:00
parent 9d63c923c1
commit 6c0936f795
5 changed files with 11 additions and 11 deletions

View File

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

View File

@ -4,10 +4,10 @@
#
%define keepstatic 1
Name : acrn-hypervisor
Version : 2019w21.4.140000p
Release : 205
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w21.4-140000p.tar.gz
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w21.4-140000p.tar.gz
Version : 2019w21.5.140000p
Release : 206
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w21.5-140000p.tar.gz
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w21.5-140000p.tar.gz
Summary : No detailed summary available
Group : Development/Tools
License : BSD-3-Clause CC-BY-4.0 ISC
@ -127,21 +127,21 @@ staticdev components for the acrn-hypervisor package.
%prep
%setup -q -n acrn-hypervisor-acrn-2019w21.4-140000p
%setup -q -n acrn-hypervisor-acrn-2019w21.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
export SOURCE_DATE_EPOCH=1558614796
export SOURCE_DATE_EPOCH=1558701203
export GCC_IGNORE_WERROR=1
export LDFLAGS="${LDFLAGS} -fno-lto"
make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}”
%install
export SOURCE_DATE_EPOCH=1558614796
export SOURCE_DATE_EPOCH=1558701203
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor
cp LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/LICENSE

View File

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

View File

@ -1 +1 @@
205
206

View File

@ -1 +1 @@
93b707ff227a859133aaf549672ddf166e508f0e/acrn-2019w21.4-140000p.tar.gz
2f9c4c130573238c8ac1d5f5141882972fb067ee/acrn-2019w21.5-140000p.tar.gz