Re: [PATCH v4 0/5] Support x2APIC mode with TCG accelerator

2023-07-12 Thread Bui Quang Minh
On 7/11/23 01:39, Michael S. Tsirkin wrote: On Mon, May 22, 2023 at 11:31:52PM +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 sup

Re: [PATCH v4 0/5] Support x2APIC mode with TCG accelerator

2023-07-10 Thread Michael S. Tsirkin
On Mon, May 22, 2023 at 11:31:52PM +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

Re: [PATCH v4 0/5] Support x2APIC mode with TCG accelerator

2023-06-22 Thread Michael S. Tsirkin
On Mon, May 22, 2023 at 11:31:52PM +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 v4 0/5] Support x2APIC mode with TCG accelerator

2023-05-22 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