mbox series

[v2,0/2] s390: Add API Docs for DIAGNOSE 0x318 and fix rst

Message ID 20200625150724.10021-1-walling@linux.ibm.com (mailing list archive)
Headers show
Series s390: Add API Docs for DIAGNOSE 0x318 and fix rst | expand

Message

Collin Walling June 25, 2020, 3:07 p.m. UTC
Changelog:

    v2

    • Reworded patch 1 doc text

    • Added "Introduced in commit..." for rst fix patch

    • Added r-b's (thanks!)

Adds documentation for the s390-specfic DIAGNOSE 0x318 instruction, as
well as fixes some missing rst symbols for the neighboring entries.

Suggested-by: Cornelia Huck <cohuck@redhat.com>

Collin Walling (2):
  docs: kvm: add documentation for KVM_CAP_S390_DIAG318
  docs: kvm: fix rst formatting

 Documentation/virt/kvm/api.rst | 27 ++++++++++++++++++++++++---
 1 file changed, 24 insertions(+), 3 deletions(-)

Comments

Janosch Frank June 26, 2020, 7:53 a.m. UTC | #1
On 6/25/20 5:07 PM, Collin Walling wrote:
> Changelog:
> 
>     v2
> 
>     • Reworded patch 1 doc text
> 
>     • Added "Introduced in commit..." for rst fix patch
> 
>     • Added r-b's (thanks!)
> 
> Adds documentation for the s390-specfic DIAGNOSE 0x318 instruction, as
> well as fixes some missing rst symbols for the neighboring entries.
> 
> Suggested-by: Cornelia Huck <cohuck@redhat.com>

thanks, applied

> 
> Collin Walling (2):
>   docs: kvm: add documentation for KVM_CAP_S390_DIAG318
>   docs: kvm: fix rst formatting
> 
>  Documentation/virt/kvm/api.rst | 27 ++++++++++++++++++++++++---
>  1 file changed, 24 insertions(+), 3 deletions(-)
>