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

2023-10-05 Thread Bui Quang Minh
On 9/26/23 23:06, 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 this series, we can now boot Li

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

2023-10-04 Thread Michael S. Tsirkin
On Wed, Oct 04, 2023 at 11:40:43PM +0700, Bui Quang Minh wrote: > On 10/4/23 13:51, Michael S. Tsirkin wrote: > > On Tue, Sep 26, 2023 at 11:23:53PM +0700, Bui Quang Minh wrote: > > > On 9/26/23 23:06, Bui Quang Minh wrote: > > > > > > > Version 8 changes, > > > > - Patch 2, 4: > > > > + Rebas

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

2023-10-04 Thread Bui Quang Minh
On 10/4/23 13:51, Michael S. Tsirkin wrote: On Tue, Sep 26, 2023 at 11:23:53PM +0700, Bui Quang Minh wrote: On 9/26/23 23:06, Bui Quang Minh wrote: Version 8 changes, - Patch 2, 4: + Rebase to master and resolve conflicts in these 2 patches The conflicts when rebasing is due to the commi

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

2023-10-03 Thread Michael S. Tsirkin
On Tue, Sep 26, 2023 at 11:23:53PM +0700, Bui Quang Minh wrote: > On 9/26/23 23:06, Bui Quang Minh wrote: > > > Version 8 changes, > > - Patch 2, 4: > >+ Rebase to master and resolve conflicts in these 2 patches > > The conflicts when rebasing is due to the commit 9926cf34de5fa15da > ("target

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

2023-09-26 Thread Bui Quang Minh
On 9/26/23 23:06, Bui Quang Minh wrote: Version 8 changes, - Patch 2, 4: + Rebase to master and resolve conflicts in these 2 patches The conflicts when rebasing is due to the commit 9926cf34de5fa15da ("target/i386: Allow elision of kvm_enable_x2apic()"). AFAIK, this commit adds kvm_enable

[PATCH v8 0/5] Support x2APIC mode with TCG accelerator

2023-09-26 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