Commit Graph

17 Commits

Author SHA1 Message Date
Miguel Bernal Marin c7fef62168 acrn-hypervisor: update to acrn-2020w10.5-140000p
Binbin Wu (3):
      doc: add doxygen style comments to ptdev
      doc: update hv device passthrough document
      doc: fix a missing argument in the function description

Vijay Dhanraj (3):
      HV: Add MBA support in ACRN
      HV: Update existing board.c files for RDT MBA
      acrn-config: Generate target xml and board.c file with MBA RDT resource

Yuan Liu (3):
      hv: refine pci_read_cap and pci_read_ext_cap
      hv: refine functions name
      hv: remove pci_vdev_read_cfg_u8/16/32

Zide Chen (3):
      hv: minor fixes in init_paging()
      hv: fixup relocation delta for symbols belong to entry section
      hv: update the hypervisor 64-bit entry address for efi-stub

Chen, Zide (2):
      hv: remove unused cpu_primary_save_32()
      hv: add multiboot2 tags to load relocatable raw binary

Li Fei1 (2):
      hv: pci: add some pre-assumption and safety check for PCIe ECAM
      dm: don't deassign pass through PCIe device in DM

Minggui Cao (2):
      HV: enable ARI if PCI bridge support it
      HV: move out physical cfg write from vpci-bridge

Victor Sun (1):
      HV: sanitize config file for whl-ipc-i5

Wei Liu (1):
      acrn-config: correct console argument for logical partition scenario
2020-03-10 02:28:00 -06:00
Miguel Bernal Marin b1fcc51f5e acrn-hypervisor: update to acrn-2020w10.2-140000p
Yuan Liu (10):
      hv: implement SRIOV-Capable device detection.
      hv: check if there is enough room for all SRIOV VFs.
      hv: add SRIOV capability read/write entries
      hv: introduce SRIOV interception
      hv: refine init_vdev_pt function
      hv: implement SRIOV VF_BAR initialization
      hv: refine init_pdev function
      hv: refine init_one_dev_config
      hv: refine vpci_init_vdev function
      hv: initialize SRIOV VF device

Vijay Dhanraj (9):
      acrn-config: Generate target xml file with multiple RDT resources
      acrn-config: Extract RDT resource and CLOS from target xml file
      acrn-config: Update platform max CLOS value to be least common value among RDT resources.
      acrn-config: Update common platform clos max on scenario and vm configuration
      acrn-config: Generate board.c file with multiple RDT resources
      acrn-config: Set/Unset RDT support in the <$BOARD$>.config file
      xmls: Update existing <$BOARD$>.xml files for RDT support
      acrn-config: Remove "GUEST_FLAG_CLOS_REQUIRED" from offline tool
      acrn-config: Fix vbar address generated by the offline tool

Conghui Chen (2):
      hv: xsave: bugfix for init value
      hv: xsave: move assembler to individual function

Wei Liu (2):
      acrn-config: Kata VM is not supported on dual-core systems
      acrn-config: avoid conflict slot for launch config

Junming Liu (1):
      hv:refine comment about intel integrated gpu dmar

Li Fei1 (1):
      dm: remove vdev_update_bar_map callback for PCIe device

Minggui Cao (1):
      HV: add vpci bridge operations support

Yin Fengwei (1):
      dm: avoid clear guest memory content if guest is RTVM

Zide Chen (1):
      hv: refine confusing e820 table logging layout
2020-03-05 17:58:28 -06:00
Miguel Bernal Marin 5c6904cff6 acrn-hypervisor: update to acrn-2020w09.4-140000p
Victor Sun (7):
      HV: remove DBG_LEVEL_PARSE
      HV: re-arch boot component header
      HV: init and sanitize acrn multiboot info
      HV: add multiboot2 header info
      HV: init mmap info with multiboot2
      HV: init module and rsdp info with multiboot2
      HV: init efi info with multiboot2

Vijay Dhanraj (6):
      HV: Rename cat.c/.h files to rdt.c/.h
      HV: split L2 and L3 cache resource MSR
      HV: Add both HW and SW checks for RDT support
      HV: Generalize RDT infrastructure and fix RDT cache configuration.
      HV: Remove RDT code if CONFIG_RDT_ENABLED flag is not set
      HV: Add WhiskeyLake board configuration files

David B. Kinder (1):
      doc: update copyright year in doc footer

Yonghua Huang (1):
      hv: refine retpoline speculation barriers
2020-02-27 09:26:35 -06:00
Miguel Bernal Marin 21ddd590b3 acrn-hypervisor: update to acrn-2020w09.2-140000p
Li Fei1 (8):
      hv: vPCI: add assign/deassign PCI device HC APIs
      dm: vPCI: add assign/deassign PCI device IC APIs
      vPCI: split passthrough PCI device from DM to HV
      dm: vPCI: remove passthrough PCI device unused code
      hv: vPCI: remove passthrough PCI device unuse code
      dm: vpci: restrict SOS access assigned PCI device
      hv: vpci: restrict SOS access assigned PCI device
      hv: mmio: refine mmio access handle lock granularity

Conghui Chen (5):
      hv: sched_bvt: add BVT scheduler
      hv: sched_bvt: add init and deinit function
      hv: sched_bvt: add wakeup and sleep handler
      hv: sched_bvt: add pick_next function
      hv: sched_bvt: add tick hanlder

Alexander Merritt (4):
      fix typos in script
      Python scripts discovering CPU IDs are off by 1
      acrn: rename param in uart16550_init
      acrn: add pxelinux as known bootloader

Deb Taylor (4):
      Updated grammer in ACRN industry scenario doc
      Doc: Style updates to Building from Source doc
      Grammatical edits to Run Kata Containers doc
      Edits to Ubuntu SOS; changed SOS/UOS to Service VM/User VM

Junming Liu (4):
      hv:disable iommu snoop control to enable gvt-d by an option
      hv:enable gpu iommu except APL platforms
      dm:add igd-lpc class for Windows guest when enabling gvt-d
      dm:add an extra lpc bridge when enabling gvt-d

Geoffroy Van Cutsem (3):
      doc: update project's target max LOC
      doc: update Kata and ACRN tutorial
      doc: update Grub configuration instructions for Ubuntu (Service VM)

Yin Fengwei (3):
      Makefile: disable fcf-protection for some build env
      Makefile: fix build issue on old gcc
      Makefile: Fix build issue if the ld is updated to 2.34

Zide Chen (3):
      hv: enable early pr_xxx() logs
      acrn-config: a few changes on vm_config[] clos generation
      hv: CAT is supposed to be enabled in the system level

Wei Liu (2):
      acrn-config: add P2SB device to whitelist for apl-mrb
      hv: add P2SB device to whitelist for apl-mrb

Shuo A Liu (1):
      hv: reset vcpu events in reset_vcpu

Xie, nanlin (1):
      doc: Modify CL version from 32030 to 31670

Yonghua Huang (1):
      hv: rename BOOT_CPU_ID to BSP_CPU_ID

fangfang.shen (1):
      Delete pass-through audio to WaaG in default.

fuzhongl (1):
      Doc: VM2 vCPU affinity info update
2020-02-26 02:27:27 -06:00
Miguel Bernal Marin 7ae46b7685 acrn-hypervisor: Autospec creation for update from version 2020w02.5.140000p to version 2020w04.1.140000p 2020-01-21 12:25:40 -06:00
Miguel Bernal Marin 9ebbf907f9 acrn-hypervisor: Autospec creation for update from version 2020w01.1.140000p to version 2020w02.5.140000p 2020-01-12 10:43:29 -06:00
Miguel Bernal Marin 7a0003d2f5 acrn-hypervisor: Autospec creation for version 2020w01.1.140000p 2020-01-05 13:31:40 -06:00
Miguel Bernal Marin 09814e612d acrn-hypervisor: Autospec creation for update from version 2019w52.1.140000p to version 2019w52.3.140000p 2019-12-26 09:57:18 -06:00
Miguel Bernal Marin 2c19c3da7f acrn-hypervisor: Autospec creation for update from version 2019w51.4.140000p to version 2019w52.1.140000p 2019-12-23 06:10:02 -06:00
Miguel Bernal Marin b62e18c55f acrn-hypervisor: Autospec creation for update from version 2019w51.2.140000p to version 2019w51.4.140000p 2019-12-19 06:03:27 -06:00
Miguel Bernal Marin 1d3b53fe01 acrn-hypervisor: Autospec creation for update from version 2019w50.5.140000p to version 2019w51.2.140000p 2019-12-17 11:54:33 -06:00
Miguel Bernal Marin de20b1b05b acrn-hypervisor: Autospec creation for version 2019w50.5.140000p 2019-12-16 12:13:40 -06:00
Miguel Bernal Marin 895e6fef66 acrn-hypervisor: Autospec creation for update from version 2019w45.1.140000p to version 2019w45.2.140000p 2019-11-05 10:31:14 -06:00
Miguel Bernal Marin 121834cb6c acrn-hypervisor: Autospec creation for update from version 2019w44.3.140000p to version 2019w45.1.140000p 2019-11-04 13:18:25 -06:00
Miguel Bernal Marin ef0a52ad7e acrn-hypervisor: Autospec creation for update from version 2019w43.3.140000p to version 2019w44.3.140000p 2019-10-31 15:11:26 -06:00
Miguel Bernal Marin 9cad44adf6 acrn-hypervisor: Autospec creation for update from version 2019w43.1.140000p to version 2019w43.3.140000p 2019-10-24 18:19:05 -05:00
Miguel Bernal Marin 00b27b77c1 acrn-hypervisor: Autospec creation for update from version 2019w42.3.140000p to version 2019w43.1.140000p 2019-10-22 10:39:02 -05:00