David B. Kinder (1):
doc: incorporate new scenario-based hardware doc
Deb Taylor (1):
Formatting for new Hardware Support page
Junming Liu (1):
dm:gvt:keep LaaG aperture size consistent with the host
Lei Lu (1):
doc: update Using SBL on UP2 Board
Li, Fei1 (4):
hv: vpci: add emulated PCI device configure for SOS
hv: vpci: add each vdev_ops for each emulated PCI device
hv: vpci: split vPCI device from SOS for post-launched VM
hv: vpci: remove pBDF configure for emulated device
Mingqiang Chi (1):
hv:fix need to make twice in hypervisor folder
Shiqing Gao (2):
doc: add limitation for UEFI services
hv: move vmx_rdmsr_pat/vmx_wrmsr_pat from vmcs.c to vmsr.c
Tianhua Sun (1):
hv: fix failed to build release version build with Kconfig setting
Tonny Tzeng (1):
make: white-list SBL firmware boards
Yifan Luo (2):
dm: virtio-i2c: fix native_adapter memory leak
HV: shell: fix temp_str out of bounds buffer access
lirui34 (1):
doc: hybrid mode scenario introduction
yunzha4x (3):
doc:update Getting started guide for Intel NUC software setup
doc: update Getting started guide for Intel NUC software setup
doc: update Getting started guide for Intel NUC software setup
David B. Kinder (1):
doc: organize release notes into a folder
Gao Junhao (1):
dm: support VMs communication with virtio-console
Lei Lu (1):
doc: remove deprecated sos_bootargs
Li, Fei1 (1):
hv: uart: make uart base address more readable
Victor Sun (3):
HV: rename nuc7i7bnh to nuc7i7dnb
HV: move vbar info to board specific pci_devices.h
HV: allow write 0 to MSR_IA32_MCG_STATUS
Yin Fengwei (1):
vpci: fix coding style issue
Yonghua Huang (1):
hv: refine handler to 'rdpmc' vmexit
yunzha4x (1):
doc:udpate using_partition_mode_on_nuc nuc7i7bnh to nuc7i7dnb
dongshen (9):
HV: move bar emulation initialization code to pci_pt.c
HV: rename sharing_mode_find_vdev_sos to find_vdev_for_sos
HV: use is_prelaunched_vm/is_hostbridge to check if the code is only for pre-launched VMs
HV: cosmetix fix for pci_pt.c
HV: unify the sharing_mode_vpci_init and partition_mode_vpci_init code
HV: unify the sharing_mode_vpci_deinit and partition_mode_vpci_deinit code
HV: unify the sharing_mode_cfgread and partition_mode_cfgread code
HV: unify the sharing_mode_cfgwrite and partition_mode_cfgwrite code
HV: add missing @pre for some functions