Re: [PATCH v6 00/16] Introducing Linux root partition support for Microsoft Hypervisor

From: Wei Liu
Date: Thu Feb 04 2021 - 14:51:04 EST


On Wed, Feb 03, 2021 at 03:04:19PM +0000, Wei Liu wrote:
> Wei Liu (16):
> asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to
> HV_CPU_MANAGEMENT
> x86/hyperv: detect if Linux is the root partition
> Drivers: hv: vmbus: skip VMBus initialization if Linux is root
> clocksource/hyperv: use MSR-based access if running as root
> x86/hyperv: allocate output arg pages if required
> x86/hyperv: extract partition ID from Microsoft Hypervisor if
> necessary
> x86/hyperv: handling hypercall page setup for root
> ACPI / NUMA: add a stub function for node_to_pxm()
> x86/hyperv: provide a bunch of helper functions
> x86/hyperv: implement and use hv_smp_prepare_cpus
> asm-generic/hyperv: update hv_msi_entry
> asm-generic/hyperv: update hv_interrupt_entry
> asm-generic/hyperv: introduce hv_device_id and auxiliary structures
> asm-generic/hyperv: import data structures for mapping device
> interrupts
> x86/hyperv: implement an MSI domain for root partition
> iommu/hyperv: setup an IO-APIC IRQ remapping domain for root partition

This series is now rebased and pushed to hyperv-next.

Many thanks to all the people that provided reviews and comments.

Wei.