Re: [PATCH v10 0/7] Support x2APIC mode with TCG accelerator

2023-12-25 Thread Michael S. Tsirkin
On Thu, Nov 09, 2023 at 10:19:17PM +0700, Bui Quang Minh wrote: > Hi everyone, > > This series implements x2APIC mode in userspace local APIC and the > RDMSR/WRMSR helper to access x2APIC registers in x2APIC mode. Intel iommu > and AMD iommu are adjusted to support x2APIC interrupt remapping. With

[PATCH v10 0/7] Support x2APIC mode with TCG accelerator

2023-11-09 Thread Bui Quang Minh
Hi everyone, This series implements x2APIC mode in userspace local APIC and the RDMSR/WRMSR helper to access x2APIC registers in x2APIC mode. Intel iommu and AMD iommu are adjusted to support x2APIC interrupt remapping. With this series, we can now boot Linux kernel into x2APIC mode with TCG accel