[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 11/21] docs/devel/qom: Fix indentation of bulleted list
From: |
Eduardo Habkost |
Subject: |
[PULL 11/21] docs/devel/qom: Fix indentation of bulleted list |
Date: |
Tue, 6 Oct 2020 18:09:20 -0400 |
The list was incorrectly parsed as a literal block due to
indentation.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20201003025424.199291-3-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
docs/devel/qom.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/devel/qom.rst b/docs/devel/qom.rst
index 0b943b2a1a..c4857d95c8 100644
--- a/docs/devel/qom.rst
+++ b/docs/devel/qom.rst
@@ -8,9 +8,9 @@ The QEMU Object Model provides a framework for registering user
creatable
types and instantiating objects from those types. QOM provides the following
features:
- - System for dynamically registering types
- - Support for single-inheritance of types
- - Multiple inheritance of stateless interfaces
+- System for dynamically registering types
+- Support for single-inheritance of types
+- Multiple inheritance of stateless interfaces
.. code-block:: c
:caption: Creating a minimal type
--
2.26.2
- [PULL 05/21] hw/core/qdev-properties: Export qdev_prop_enum, (continued)
- [PULL 05/21] hw/core/qdev-properties: Export qdev_prop_enum, Eduardo Habkost, 2020/10/06
- [PULL 06/21] hw/core/qdev-properties: Export some integer-related functions, Eduardo Habkost, 2020/10/06
- [PULL 09/21] qom: Improve error message displayed with missing object properties, Eduardo Habkost, 2020/10/06
- [PULL 08/21] hw/core/cpu: Add missing 'exec/cpu-common.h' include, Eduardo Habkost, 2020/10/06
- [PULL 18/21] qom: Explicitly tag doc comments for typedefs and structs, Eduardo Habkost, 2020/10/06
- [PULL 14/21] docs/devel/qom: Remove usage of <code>, Eduardo Habkost, 2020/10/06
- [PULL 10/21] qom: Fix DECLARE_*CHECKER documentation, Eduardo Habkost, 2020/10/06
- [PULL 07/21] hw/core/qdev-properties: Extract system-mode specific properties, Eduardo Habkost, 2020/10/06
- [PULL 17/21] kernel-doc: Handle function typedefs without asterisks, Eduardo Habkost, 2020/10/06
- [PULL 19/21] memory: Explicitly tag doc comments for structs, Eduardo Habkost, 2020/10/06
- [PULL 11/21] docs/devel/qom: Fix indentation of bulleted list,
Eduardo Habkost <=
- [PULL 13/21] docs/devel/qom: Use *emphasis* for emphasis, Eduardo Habkost, 2020/10/06
- [PULL 12/21] docs/devel/qom: Fix indentation of code blocks, Eduardo Habkost, 2020/10/06
- [PULL 15/21] docs/devel/qom: Avoid long lines, Eduardo Habkost, 2020/10/06
- [PULL 16/21] kernel-doc: Handle function typedefs that return pointers, Eduardo Habkost, 2020/10/06
- [PULL 21/21] numa: hmat: require parent cache description before the next level one, Eduardo Habkost, 2020/10/06
- [PULL 20/21] kernel-doc: Remove $decl_type='type name' hack, Eduardo Habkost, 2020/10/06
- Re: [PULL 00/21] machine + QOM queue, 2020-10-06, Peter Maydell, 2020/10/08