acrn-hypervisor: update to acrn-2019w08.1-140000p
Victor Sun (9): HV: move e820 entry out of vm description HV: e820 refinement HV: init ptdev bar during runtime for partition mode HV: remove bar info in vm description HV: remove ptdev ops init in vm description HV: add vm config files for partition mode HV: switch vm configs array for partition mode HV: vm description clean up HV: repace vpci_vdev_array with pci_ptdev config Grandhi, Sainath (4): hv: Support Queued Invalidation hv: Enumerate IOAPIC info from MADT hv: Enumerate IOAPIC info from DMAR table hv: Add support to add IR tables dongshen (4): HV: move struct pci_bar and pci_pdev to pci.h HV: scan all physical PCI devices and store all needed info in array HV: use the cached pci device info for sharing mode HV: store a pointer to pdev instead to save memory. wenlingz (4): add build option on the using_sbl_on_up2.rst use weston instead of ias by bundle add x11-server add Fixed issues and known issues in release_notes Revert "Documentation: tweak GSG (and acrn.conf)" David B. Kinder (3): doc: initial draft of 0.6 release notes doc: fix typo in using_sbl doc doc: fix formatting issues in v0.6 release notes Mingqiang Chi (3): hv:remove several redundancy variables related memory hv:cleanup header file for vm.c & vm.h hv:cleanup header file for vcpu.c & vcpu.h Shiqing Gao (3): hv: refine `guest.c` hv: refine `guest.h` doc: add more rules in coding guidelines Yonghua Huang (3): HV: fix address type violation for MSR_LOAD/STORE hv: rename MACROs 'VMX_CRx_MASK" hv:refine coding style for trusty_hypercallc. Arindam Roy (2): HV: Modularize vtd.c to remove acrn_vm usage HV: Remove snoopy_mem from iommu Binbin Wu (2): hv: vmcall: unsupported vmcall from UOS should be handle first. hv: vmcall: hv should not change guest RAX vmcall is undefined Geoffroy Van Cutsem (2): Documentation: add caption to the "PREEMPT_RT VM on ACRN" figure Documentation: tweak GSG (and acrn.conf) Min Lim (2): profiling: enable to capture dropped samples while buffering profiling: fix the system freeze issue when running profiling tool Sainath Grandhi (2): hv: Use Interrupt Remapping format for programming interrupt sources hv: Add Interrupt Remapping Enable/Disable APIs Li, Fei1 (1): hv: vlapic: make vlapic deliver interrupt related functions more readable Min He (1): script: remove enable_initial_modeset for UP2 platform Peter Fang (1): dm: vhpet: fix vHPET memory leak on device reset Tw (1): efi-stub: reset all APs after entering guest mode Vijay Dhanraj (1): dm: Add socket backend support for virtio-console Xiaoguang Wu (1): DM: ACPI: Avoiding hard code the ASL_COMPILER macro Yan, Like (1): hv: fix dest of IPI for CPU with lapic_pt Yuan Liu (1): IOC mediator: dynamically enable dummy channels minxia.wang (1): modify create up2 image for changing uos default bootargs
This commit is contained in:
parent
6d99df761f
commit
2c7a424c43
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PKG_NAME := acrn-hypervisor
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w07.5-140000p.tar.gz
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w08.1-140000p.tar.gz
|
||||
ARCHIVES =
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
%define keepstatic 1
|
||||
Name : acrn-hypervisor
|
||||
Version : 2019w07.5.140000p
|
||||
Release : 162
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w07.5-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w07.5-140000p.tar.gz
|
||||
Version : 2019w08.1.140000p
|
||||
Release : 163
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w08.1-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w08.1-140000p.tar.gz
|
||||
Summary : No detailed summary available
|
||||
Group : Development/Tools
|
||||
License : BSD-3-Clause CC-BY-4.0 ISC
|
||||
|
@ -117,19 +117,19 @@ services components for the acrn-hypervisor package.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n acrn-hypervisor-acrn-2019w07.5-140000p
|
||||
%setup -q -n acrn-hypervisor-acrn-2019w08.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
|
||||
export SOURCE_DATE_EPOCH=1550251638
|
||||
export SOURCE_DATE_EPOCH=1550589228
|
||||
make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}”
|
||||
|
||||
|
||||
%install
|
||||
export SOURCE_DATE_EPOCH=1550251638
|
||||
export SOURCE_DATE_EPOCH=1550589228
|
||||
rm -rf %{buildroot}
|
||||
mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor
|
||||
cp LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/LICENSE
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = acrn-hypervisor
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w07.5-140000p.tar.gz
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w08.1-140000p.tar.gz
|
||||
archives =
|
||||
giturl = https://github.com/projectacrn/acrn-hypervisor.git
|
||||
|
||||
|
|
Loading…
Reference in New Issue