3f0fd06226
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 |
||
---|---|---|
.gitignore | ||
ChangeLog | ||
Makefile | ||
acrn-hypervisor.spec | ||
buildreq_add | ||
buildreq_ban | ||
buildreq_cache | ||
excludes | ||
extras | ||
install_append | ||
make_args | ||
make_install_args | ||
options.conf | ||
pkgconfig_add | ||
pkgconfig_ban | ||
pumpOpts | ||
release | ||
requires_add | ||
requires_ban | ||
testresults | ||
upstream | ||
used_libs | ||
versions | ||
whatrequires |