Re: [PATCH 5/6] docs/devel/reset: Update to new API for hold and exit phase methods

2024-04-16 Thread Luc Michel
On 17:08 Fri 12 Apr , Peter Maydell wrote: > Update the reset documentation's example code to match the new API > for the hold and exit phase method APIs where they take a ResetType > argument. > > Signed-off-by: Peter Maydell Reviewed-by: Luc Michel > --- > docs/devel/reset.rst | 8 -

Re: [PATCH 5/6] docs/devel/reset: Update to new API for hold and exit phase methods

2024-04-12 Thread Philippe Mathieu-Daudé
On 12/4/24 18:08, Peter Maydell wrote: Update the reset documentation's example code to match the new API for the hold and exit phase method APIs where they take a ResetType argument. Signed-off-by: Peter Maydell --- docs/devel/reset.rst | 8 1 file changed, 4 insertions(+), 4 delet

Re: [PATCH 5/6] docs/devel/reset: Update to new API for hold and exit phase methods

2024-04-12 Thread Richard Henderson
On 4/12/24 09:08, Peter Maydell wrote: Update the reset documentation's example code to match the new API for the hold and exit phase method APIs where they take a ResetType argument. Signed-off-by: Peter Maydell --- docs/devel/reset.rst | 8 1 file changed, 4 insertions(+), 4 deleti

[PATCH 5/6] docs/devel/reset: Update to new API for hold and exit phase methods

2024-04-12 Thread Peter Maydell
Update the reset documentation's example code to match the new API for the hold and exit phase method APIs where they take a ResetType argument. Signed-off-by: Peter Maydell --- docs/devel/reset.rst | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/devel/reset.rst