[PATCH] docs: fix typo in xive doc

Aditya Gupta posted 1 patch 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250827053228.519707-1-adityag@linux.ibm.com
Maintainers: Gautam Menghani <gautam@linux.ibm.com>
docs/specs/ppc-xive.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: fix typo in xive doc
Posted by Aditya Gupta 1 month ago
"Interrupt Pending Buffer" IPB, which got written as IBP due to typo.

The "IPB" register is also mentioned in same doc multiple times.

Signed-off-by: Aditya Gupta <adityag@linux.ibm.com>
---
 docs/specs/ppc-xive.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/specs/ppc-xive.rst b/docs/specs/ppc-xive.rst
index 83d43f658b90..968cc760d466 100644
--- a/docs/specs/ppc-xive.rst
+++ b/docs/specs/ppc-xive.rst
@@ -157,7 +157,7 @@ Interrupt flow from an O/S perspective
 
 After an event data has been enqueued in the O/S Event Queue, the IVPE
 raises the bit corresponding to the priority of the pending interrupt
-in the register IBP (Interrupt Pending Buffer) to indicate that an
+in the register IPB (Interrupt Pending Buffer) to indicate that an
 event is pending in one of the 8 priority queues. The Pending
 Interrupt Priority Register (PIPR) is also updated using the IPB. This
 register represent the priority of the most favored pending
-- 
2.50.1
Re: [PATCH] docs: fix typo in xive doc
Posted by Gautam Menghani 1 month ago
On Wed, Aug 27, 2025 at 11:02:28AM +0530, Aditya Gupta wrote:
> "Interrupt Pending Buffer" IPB, which got written as IBP due to typo.
> 
> The "IPB" register is also mentioned in same doc multiple times.
> 
> Signed-off-by: Aditya Gupta <adityag@linux.ibm.com>
> ---
>  docs/specs/ppc-xive.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/specs/ppc-xive.rst b/docs/specs/ppc-xive.rst
> index 83d43f658b90..968cc760d466 100644
> --- a/docs/specs/ppc-xive.rst
> +++ b/docs/specs/ppc-xive.rst
> @@ -157,7 +157,7 @@ Interrupt flow from an O/S perspective
>  
>  After an event data has been enqueued in the O/S Event Queue, the IVPE
>  raises the bit corresponding to the priority of the pending interrupt
> -in the register IBP (Interrupt Pending Buffer) to indicate that an
> +in the register IPB (Interrupt Pending Buffer) to indicate that an
>  event is pending in one of the 8 priority queues. The Pending
>  Interrupt Priority Register (PIPR) is also updated using the IPB. This
>  register represent the priority of the most favored pending

Reviewed-by: Gautam Menghani <gautam@linux.ibm.com>

> -- 
> 2.50.1
>
Re: [PATCH] docs: fix typo in xive doc
Posted by Thomas Huth 1 month ago
On 27/08/2025 07.32, Aditya Gupta wrote:
> "Interrupt Pending Buffer" IPB, which got written as IBP due to typo.
> 
> The "IPB" register is also mentioned in same doc multiple times.
> 
> Signed-off-by: Aditya Gupta <adityag@linux.ibm.com>
> ---
>   docs/specs/ppc-xive.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/specs/ppc-xive.rst b/docs/specs/ppc-xive.rst
> index 83d43f658b90..968cc760d466 100644
> --- a/docs/specs/ppc-xive.rst
> +++ b/docs/specs/ppc-xive.rst
> @@ -157,7 +157,7 @@ Interrupt flow from an O/S perspective
>   
>   After an event data has been enqueued in the O/S Event Queue, the IVPE
>   raises the bit corresponding to the priority of the pending interrupt
> -in the register IBP (Interrupt Pending Buffer) to indicate that an
> +in the register IPB (Interrupt Pending Buffer) to indicate that an
>   event is pending in one of the 8 priority queues. The Pending
>   Interrupt Priority Register (PIPR) is also updated using the IPB. This
>   register represent the priority of the most favored pending

Reviewed-by: Thomas Huth <thuth@redhat.com>
Re: [PATCH] docs: fix typo in xive doc
Posted by Aditya Gupta 1 month ago
On 27/08/25 13:33, Thomas Huth wrote:

> On 27/08/2025 07.32, Aditya Gupta wrote:
>> "Interrupt Pending Buffer" IPB, which got written as IBP due to typo.
>>
>> The "IPB" register is also mentioned in same doc multiple times.
>>
>> Signed-off-by: Aditya Gupta <adityag@linux.ibm.com>
>> ---
>>   docs/specs/ppc-xive.rst | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/docs/specs/ppc-xive.rst b/docs/specs/ppc-xive.rst
>> index 83d43f658b90..968cc760d466 100644
>> --- a/docs/specs/ppc-xive.rst
>> +++ b/docs/specs/ppc-xive.rst
>> @@ -157,7 +157,7 @@ Interrupt flow from an O/S perspective
>>     After an event data has been enqueued in the O/S Event Queue, the 
>> IVPE
>>   raises the bit corresponding to the priority of the pending interrupt
>> -in the register IBP (Interrupt Pending Buffer) to indicate that an
>> +in the register IPB (Interrupt Pending Buffer) to indicate that an
>>   event is pending in one of the 8 priority queues. The Pending
>>   Interrupt Priority Register (PIPR) is also updated using the IPB. This
>>   register represent the priority of the most favored pending
>
> Reviewed-by: Thomas Huth <thuth@redhat.com>


Thanks for the tag, Thomas !

- Aditya G