Re: [PATCH qemu] spapr: Fix typo in the patb_entry comment

2021-03-24 Thread David Gibson
On Wed, Mar 24, 2021 at 03:30:57PM +1100, Alexey Kardashevskiy wrote: > > > On 22/03/2021 16:44, David Gibson wrote: > > On Thu, Feb 25, 2021 at 02:23:35PM +1100, Alexey Kardashevskiy wrote: > > > There is no H_REGISTER_PROCESS_TABLE, it is H_REGISTER_PROC_TBL handler > > > for which is still cal

Re: [PATCH qemu] spapr: Fix typo in the patb_entry comment

2021-03-23 Thread Alexey Kardashevskiy
On 22/03/2021 16:44, David Gibson wrote: On Thu, Feb 25, 2021 at 02:23:35PM +1100, Alexey Kardashevskiy wrote: There is no H_REGISTER_PROCESS_TABLE, it is H_REGISTER_PROC_TBL handler for which is still called h_register_process_table() though. Signed-off-by: Alexey Kardashevskiy Applied t

Re: [PATCH qemu] spapr: Fix typo in the patb_entry comment

2021-03-21 Thread David Gibson
On Thu, Feb 25, 2021 at 02:23:35PM +1100, Alexey Kardashevskiy wrote: > There is no H_REGISTER_PROCESS_TABLE, it is H_REGISTER_PROC_TBL handler > for which is still called h_register_process_table() though. > > Signed-off-by: Alexey Kardashevskiy Applied to ppc-for-6.0. In future, best to CC me

Re: [PATCH qemu] spapr: Fix typo in the patb_entry comment

2021-02-25 Thread Daniel Henrique Barboza
On 2/25/21 12:23 AM, Alexey Kardashevskiy wrote: There is no H_REGISTER_PROCESS_TABLE, it is H_REGISTER_PROC_TBL handler for which is still called h_register_process_table() though. Signed-off-by: Alexey Kardashevskiy --- Reviewed-by: Daniel Henrique Barboza include/hw/ppc/spapr.h | 2

[PATCH qemu] spapr: Fix typo in the patb_entry comment

2021-02-24 Thread Alexey Kardashevskiy
There is no H_REGISTER_PROCESS_TABLE, it is H_REGISTER_PROC_TBL handler for which is still called h_register_process_table() though. Signed-off-by: Alexey Kardashevskiy --- include/hw/ppc/spapr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hw/ppc/spapr.h b/include