[PATCH 0/3] whpx: i386: interrupt-related updates

Mohamed Mediouni posted 3 patches 3 days, 12 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260226181930.53170-1-mohamed@unpredictable.fr
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Pedro Barbuda <pbarbuda@microsoft.com>, Mohamed Mediouni <mohamed@unpredictable.fr>
hw/i386/vapic.c             | 25 +++++++++++++++++++------
target/i386/whpx/whpx-all.c | 32 ++++++++++++++++++++++++++++++--
2 files changed, 49 insertions(+), 8 deletions(-)
[PATCH 0/3] whpx: i386: interrupt-related updates
Posted by Mohamed Mediouni 3 days, 12 hours ago
Kick the CPU out of HLT manually after an interrupt has been raised through the non-MSI
path.

Make legacy Windows guests (Windows XP) not run very slowly when kernel-irqchip=off.
Windows XP doesn't currently run with kernel-irqchip=on on WHP. Previously sent this
as a standalone patch, removed some dangling space characters.

Mohamed Mediouni (3):
  whpx: x86: remove inaccurate comment
  whpx: x86: kick out of HLT manually when using the kernel-irqchip
  hw: i386: vapic: enable on WHPX with user-mode irqchip

 hw/i386/vapic.c             | 25 +++++++++++++++++++------
 target/i386/whpx/whpx-all.c | 32 ++++++++++++++++++++++++++++++--
 2 files changed, 49 insertions(+), 8 deletions(-)

-- 
2.50.1 (Apple Git-155)
Re: [PATCH 0/3] whpx: i386: interrupt-related updates
Posted by Paolo Bonzini 3 days, 12 hours ago
Queued, thanks.

Paolo