Re: [PATCH] i386/hvf: Integrates x2APIC support with hvf accel

2024-07-17 Thread Phil Dennis-Jordan
Pinging Philippe and Akihiko-san. Would you mind taking a look at this patch as you've tested & reviewed other macOS specific patches? We've found it to improve performance by 20%+ on most SMP guest workloads. The listed HVF maintainers haven't been active on-list for 8+ months, so unless patches t

Re: [PATCH] i386/hvf: Integrates x2APIC support with hvf accel

2024-07-08 Thread Phil Dennis-Jordan
Ping! It would be nice to get this one in before the 9.1 merge window closes. Thanks, Phil On Mon, 24 Jun 2024 at 11:47, Phil Dennis-Jordan wrote: > Support for x2APIC mode was recently introduced in the software emulated > APIC implementation for TCG. Enabling it when using macOS’s hvf > a

Re: [PATCH] i386/hvf: Integrates x2APIC support with hvf accel

2024-06-24 Thread Bui Quang Minh
On 6/24/24 16:46, Phil Dennis-Jordan wrote: Support for x2APIC mode was recently introduced in the software emulated APIC implementation for TCG. Enabling it when using macOS’s hvf accelerator is useful and significantly helps performance, as Qemu currently uses the emulated APIC when running on

[PATCH] i386/hvf: Integrates x2APIC support with hvf accel

2024-06-24 Thread Phil Dennis-Jordan
Support for x2APIC mode was recently introduced in the software emulated APIC implementation for TCG. Enabling it when using macOS’s hvf accelerator is useful and significantly helps performance, as Qemu currently uses the emulated APIC when running on hvf as well. This change wires up the read &