Re: [PATCH 1/6] hw/ppc: Implement skeleton code for fadump in PSeries

2025-03-05 Thread Aditya Gupta
Hi Harsh, Thanks for your reviews. On 04/03/25 14:31, Harsh Prateek Bora wrote: On 2/17/25 12:47, Aditya Gupta wrote: Implement the handler for "ibm,configure-kernel-dump" rtas call in QEMU. Currently the handler just does basic checks and handles register/unregister/invalidate requests fr

Re: [PATCH 1/6] hw/ppc: Implement skeleton code for fadump in PSeries

2025-03-04 Thread Harsh Prateek Bora
On 2/17/25 12:47, Aditya Gupta wrote: Implement the handler for "ibm,configure-kernel-dump" rtas call in QEMU. Currently the handler just does basic checks and handles register/unregister/invalidate requests from kernel. Fadump will be enabled in a later patch. Let's use FADump or fadump f

Re: [PATCH 1/6] hw/ppc: Implement skeleton code for fadump in PSeries

2025-02-27 Thread Aditya Gupta
On 27/02/25 14:18, Nicholas Piggin wrote: On Thu Feb 27, 2025 at 4:49 PM AEST, Aditya Gupta wrote: Hi Nick, On 27/02/25 08:37, Nicholas Piggin wrote: On Mon Feb 17, 2025 at 5:17 PM AEST, Aditya Gupta wrote: <...snip...> Ah, that is problematic agreed. I tried to move around things, but arrive

Re: [PATCH 1/6] hw/ppc: Implement skeleton code for fadump in PSeries

2025-02-27 Thread Nicholas Piggin
On Thu Feb 27, 2025 at 4:49 PM AEST, Aditya Gupta wrote: > Hi Nick, > > On 27/02/25 08:37, Nicholas Piggin wrote: >> On Mon Feb 17, 2025 at 5:17 PM AEST, Aditya Gupta wrote: >>> Implement the handler for "ibm,configure-kernel-dump" rtas call in QEMU. >>> >>> Currently the handler just does basic ch

Re: [PATCH 1/6] hw/ppc: Implement skeleton code for fadump in PSeries

2025-02-26 Thread Aditya Gupta
Hi Nick, On 27/02/25 08:37, Nicholas Piggin wrote: On Mon Feb 17, 2025 at 5:17 PM AEST, Aditya Gupta wrote: Implement the handler for "ibm,configure-kernel-dump" rtas call in QEMU. Currently the handler just does basic checks and handles register/unregister/invalidate requests from kernel. Fa

Re: [PATCH 1/6] hw/ppc: Implement skeleton code for fadump in PSeries

2025-02-26 Thread Nicholas Piggin
On Mon Feb 17, 2025 at 5:17 PM AEST, Aditya Gupta wrote: > Implement the handler for "ibm,configure-kernel-dump" rtas call in QEMU. > > Currently the handler just does basic checks and handles > register/unregister/invalidate requests from kernel. > > Fadump will be enabled in a later patch. > > Si

[PATCH 1/6] hw/ppc: Implement skeleton code for fadump in PSeries

2025-02-16 Thread Aditya Gupta
Implement the handler for "ibm,configure-kernel-dump" rtas call in QEMU. Currently the handler just does basic checks and handles register/unregister/invalidate requests from kernel. Fadump will be enabled in a later patch. Signed-off-by: Aditya Gupta --- hw/ppc/spapr_rtas.c| 99 ++