[PATCH] spapr: nested: Add Power11 capability support for Nested PAPR guests in TCG L0

2024-10-28 Thread Amit Machhiwal
h is based on [2]. [1] https://lore.kernel.org/all/20240221044623.1598642-1-...@ellerman.id.au/ [2] https://lore.kernel.org/all/20240731055022.696051-1-adit...@linux.ibm.com/ Signed-off-by: Amit Machhiwal --- hw/ppc/spapr_nested.c | 12 +++- include/hw/ppc/spapr_nested.h | 5

[PATCH v2] spapr: nested: Add support for DPDES SPR in GSB for TCG L0

2024-10-18 Thread Amit Machhiwal
Bora Signed-off-by: Amit Machhiwal --- Changes since v1: - Addressed Harsh's comments on v1 - Updated the patch description to more precise details of the issue - v1: https://lore.kernel.org/all/20241017110033.3929988-1-amach...@linux.ibm.com/ hw/ppc/spapr_nested.c

Re: [PATCH] spapr: nested: Add support for DPDES SPR in GSB for TCG L0

2024-10-18 Thread Amit Machhiwal
Hi Harsh, Thanks for looking into this patch. My comments are below: On 2024/10/18 02:13 PM, Harsh Prateek Bora wrote: > Hi Amit, > > On 10/18/24 10:47, Harsh Prateek Bora wrote: > > Hi Amit, > > > > On 10/17/24 16:30, Amit Machhiwal wrote: > > > The DPDE

[PATCH] spapr: nested: Add support for DPDES SPR in GSB for TCG L0

2024-10-17 Thread Amit Machhiwal
adding the required support and handling in QEMU TCG L0. [1] https://lore.kernel.org/all/20240605113913.83715-1-gau...@linux.ibm.com/ Fixes: 4a575f9a0567 ("spapr: nested: Initialize the GSB elements lookup table.") Suggested-by: Harsh Prateek Bora Reviewed-by: Vaibhav Jain Signed-of

Re: [PATCH v6 RESEND 0/5] Power11 support for QEMU [PSeries]

2024-09-01 Thread Amit Machhiwal
ic -drive file=/root/testing/debian-12-generic-ppc64el.qcow2,format=qcow2 -accel tcg -cpu Power11 Tested-by: Amit Machhiwal > * '-smp' option tested > * with compat mode: 'max-cpu-compat=power10' and 'max-cpu-compat=power9' > * with/without device &#

Re: [PATCH v6 RESEND 0/5] Power11 support for QEMU [PSeries]

2024-08-29 Thread Amit Machhiwal
Hi Aditya, On 2024/07/31 11:20 AM, Aditya Gupta wrote: > Overview > > > Split "Power11 support for QEMU" into 2 patch series: pseries & powernv. > > This patch series is for pseries support for Power11. > > As Power11 core is same as Power10, hence much of the code has been reused