Re: [PATCH 00/50] ppc/xive: updates for PowerVM

2025-07-03 Thread Gautam Menghani
Hi Nick, I did some sanity testing of this series on KVM on LPAR (P10) with the help of avocado test suites, LGTM Tested-by: Gautam Menghani

Re: [PATCH v2] hw/ppc/spapr_hcall: Return host mitigation characteristics in KVM mode

2025-06-17 Thread Gautam Menghani
Hi Nick, Any comments on this? Can this go in if it looks ok? Thanks, Gautam

Re: [PATCH v2] hw/ppc/spapr_hcall: Return host mitigation characteristics in KVM mode

2025-04-30 Thread Gautam Menghani
Hello, Please let me know if any changes are needed in this patch. Thanks, Gautam

[PATCH v2] hw/ppc/spapr_hcall: Return host mitigation characteristics in KVM mode

2025-04-17 Thread Gautam Menghani
est. Perf impact: With null syscall benchmark[1], ~45% improvement is observed. 1. Vanilla QEMU $ ./null_syscall 132.19 ns 456.54 cycles 2. With this patch $ ./null_syscall 91.18 ns 314.57 cycles [1]: https://ozlabs.org/~anton/junkcode/null_syscall.c Signed-off-by: Gautam Menghani --- v1

Re: [PATCH] hw/ppc/spapr_hcall: Return host mitigation characteristics in KVM mode

2025-04-15 Thread Gautam Menghani
On Thu, Apr 10, 2025 at 02:46:47PM +0200, Philippe Mathieu-Daudé wrote: > Hi Gautam, > > On 10/4/25 12:43, Gautam Menghani wrote: > > Currently, on a P10 KVM guest, the mitigations seen in the output of > > "lscpu" command are different from the host. The reason

[PATCH] hw/ppc/spapr_hcall: Return host mitigation characteristics in KVM mode

2025-04-10 Thread Gautam Menghani
est. Perf impact: With null syscall benchmark[1], ~45% improvement is observed. 1. Vanilla QEMU $ ./null_syscall 132.19 ns 456.54 cycles 2. With this patch $ ./null_syscall 91.18 ns 314.57 cycles [1]: https://ozlabs.org/~anton/junkcode/null_syscall.c Signed-off-by: Gautam Menghani --- hw/

Re: [PATCH] target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()

2023-07-28 Thread Gautam Menghani
; > } > > -- > 2.27.0 > I tested this by launching a QEMU guest in both KVM and TCG modes on a Power9 PowerNV box. I was able to use the network, and also read and write files on the disk. Tested-by: Gautam Menghani

Re: [PATCH] ppc: spapr: Fix device tree entries in absence of XIVE native mode

2023-07-25 Thread Gautam Menghani
Ok noted, thanks for the feedback Greg and Cedric. Thanks, Gautam

[PATCH] ppc: spapr: Fix device tree entries in absence of XIVE native mode

2023-06-30 Thread Gautam Menghani
605064848.12319-1-...@linux.vnet.ibm.com QEMU tree to test - github.com/mikey/qemu/tree/kvm-papr [1] : https://files.openpower.foundation/s/ZmtZyCGiJ2oJHim Signed-off-by: Gautam Menghani --- hw/ppc/spapr.c | 2 +- hw/ppc/spapr_irq.c | 14 +- 2 files changed, 14 insertions(+), 2