Re: [PATCH v3] target/i386: Set maximum APIC ID to KVM prior to vCPU creation

2022-10-26 Thread Paolo Bonzini
Queued, thanks. Paolo

Re: [PATCH v3] target/i386: Set maximum APIC ID to KVM prior to vCPU creation

2022-10-13 Thread Michael S. Tsirkin
On Fri, Oct 14, 2022 at 09:01:02AM +0800, Zeng Guang wrote: > PING again ! > This QEMU patch is to optimize max APIC ID set for current VM session > introduced since linux v6.0. It's also compatible with previous linux > version. > > Thanks. > > On 9/5/2022 9:27 AM, Zeng Guang wrote: > > Kindly P

Re: [PATCH v3] target/i386: Set maximum APIC ID to KVM prior to vCPU creation

2022-10-13 Thread Zeng Guang
PING again ! This QEMU patch is to optimize max APIC ID set for current VM session introduced since linux v6.0. It's also compatible with previous linux version. Thanks. On 9/5/2022 9:27 AM, Zeng Guang wrote: Kindly PING! On 8/25/2022 10:52 AM, Zeng Guang wrote: Specify maximum possible AP

Re: [PATCH v3] target/i386: Set maximum APIC ID to KVM prior to vCPU creation

2022-09-09 Thread Peter Xu
On Thu, Aug 25, 2022 at 10:52:46AM +0800, Zeng Guang wrote: > Specify maximum possible APIC ID assigned for current VM session to KVM > prior to the creation of vCPUs. By this setting, KVM can set up VM-scoped > data structure indexed by the APIC ID, e.g. Posted-Interrupt Descriptor > pointer table

Re: [PATCH v3] target/i386: Set maximum APIC ID to KVM prior to vCPU creation

2022-09-04 Thread Zeng Guang
Kindly PING! On 8/25/2022 10:52 AM, Zeng Guang wrote: Specify maximum possible APIC ID assigned for current VM session to KVM prior to the creation of vCPUs. By this setting, KVM can set up VM-scoped data structure indexed by the APIC ID, e.g. Posted-Interrupt Descriptor pointer table to support

[PATCH v3] target/i386: Set maximum APIC ID to KVM prior to vCPU creation

2022-08-24 Thread Zeng Guang
Specify maximum possible APIC ID assigned for current VM session to KVM prior to the creation of vCPUs. By this setting, KVM can set up VM-scoped data structure indexed by the APIC ID, e.g. Posted-Interrupt Descriptor pointer table to support Intel IPI virtualization, with the most optimal memory f