[PATCH 0/6] qom documentation fixes

Eduardo Habkost posted 6 patches 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201003025424.199291-1-ehabkost@redhat.com
Maintainers: Eduardo Habkost <ehabkost@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>
docs/devel/qom.rst   | 91 +++++++++++++++++++++++---------------------
include/qom/object.h | 16 ++++----
2 files changed, 55 insertions(+), 52 deletions(-)
[PATCH 0/6] qom documentation fixes
Posted by Eduardo Habkost 3 years, 7 months ago
A few fixes to the QOM documentation in docs/devel/qom.rst and
include/qom/object.h.

Eduardo Habkost (6):
  qom: Fix DECLARE_*CHECKER documentation
  docs/devel/qom: Fix indentation of bulleted list
  docs/devel/qom: Fix indentation of code blocks
  docs/devel/qom: Use *emphasis* for emphasis
  docs/devel/qom: Remove usage of <code>
  docs/devel/qom: Avoid long lines

 docs/devel/qom.rst   | 91 +++++++++++++++++++++++---------------------
 include/qom/object.h | 16 ++++----
 2 files changed, 55 insertions(+), 52 deletions(-)

-- 
2.26.2



Re: [PATCH 0/6] qom documentation fixes
Posted by Paolo Bonzini 3 years, 7 months ago
On 03/10/20 04:54, Eduardo Habkost wrote:
> A few fixes to the QOM documentation in docs/devel/qom.rst and
> include/qom/object.h.
> 
> Eduardo Habkost (6):
>   qom: Fix DECLARE_*CHECKER documentation
>   docs/devel/qom: Fix indentation of bulleted list
>   docs/devel/qom: Fix indentation of code blocks
>   docs/devel/qom: Use *emphasis* for emphasis
>   docs/devel/qom: Remove usage of <code>
>   docs/devel/qom: Avoid long lines
> 
>  docs/devel/qom.rst   | 91 +++++++++++++++++++++++---------------------
>  include/qom/object.h | 16 ++++----
>  2 files changed, 55 insertions(+), 52 deletions(-)
> 

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>

though see patch 5 for a small note that can even be fixed without a v2.

Paolo