All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "Kevin Wolf" <kwolf@redhat.com>,
	"Daniel P. Berrangé" <berrange@redhat.com>,
	qemu-devel@nongnu.org, "Michael Roth" <mdroth@linux.vnet.ibm.com>,
	"Stefan Hajnoczi" <stefanha@redhat.com>,
	"Max Reitz" <mreitz@redhat.com>, "John Snow" <jsnow@redhat.com>
Subject: Re: [PATCH 08/29] qapi: Use ':' after @argument in doc comments
Date: Fri, 07 Feb 2020 10:28:47 +0100	[thread overview]
Message-ID: <87pnequ4og.fsf@dusky.pond.sub.org> (raw)
In-Reply-To: <20200206173040.17337-9-peter.maydell@linaro.org> (Peter Maydell's message of "Thu, 6 Feb 2020 17:30:19 +0000")

Peter Maydell <peter.maydell@linaro.org> writes:

> Some qapi doc comments have forgotten the ':' after the
> @argument, like this:
>
> # @filename         Filename for the new image file
> # @size             Size of the virtual disk in bytes
>
> The result is that these are parsed as part of the body
> text and appear as a run-on line:
>   filename Filename for the new image file size Size of the virtual disk in bytes"
> followed by
>   filename: string
>     Not documented
>   size: int
>     Not documented
>
> in the 'Members' section.

Easy error to make, and due to the "anything goes" nature of the doc
comment syntax, the QAPI generator won't help you.

>
> Correct the formatting.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  qapi/block-core.json | 236 +++++++++++++++++++++----------------------
>  1 file changed, 118 insertions(+), 118 deletions(-)
>
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index 372f35ee5f0..076a4a4808e 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -3235,9 +3235,9 @@
>  ##
>  # @SshHostKeyCheckMode:
>  #
> -# @none             Don't check the host key at all
> -# @hash             Compare the host key with a given hash
> -# @known_hosts      Check the host key against the known_hosts file
> +# @none: Don't check the host key at all
> +# @hash: Compare the host key with a given hash
> +# @known_hosts: Check the host key against the known_hosts file
>  #
>  # Since: 2.12
>  ##
> @@ -3247,8 +3247,8 @@
>  ##
>  # @SshHostKeyCheckHashType:
>  #
> -# @md5              The given hash is an md5 hash
> -# @sha1             The given hash is an sha1 hash
> +# @md5: The given hash is an md5 hash
> +# @sha1: The given hash is an sha1 hash
>  #
>  # Since: 2.12
>  ##
> @@ -3258,8 +3258,8 @@
>  ##
>  # @SshHostKeyHash:
>  #
> -# @type             The hash algorithm used for the hash
> -# @hash             The expected hash value
> +# @type: The hash algorithm used for the hash
> +# @hash: The expected hash value
>  #
>  # Since: 2.12
>  ##
> @@ -4265,13 +4265,13 @@
>  #
>  # Driver specific image creation options for file.
>  #
> -# @filename         Filename for the new image file
> -# @size             Size of the virtual disk in bytes
> -# @preallocation    Preallocation mode for the new image (default: off;
> -#                   allowed values: off,
> -#                   falloc (if defined CONFIG_POSIX_FALLOCATE),
> -#                   full (if defined CONFIG_POSIX))
> -# @nocow            Turn off copy-on-write (valid only on btrfs; default: off)
> +# @filename: Filename for the new image file
> +# @size: Size of the virtual disk in bytes
> +# @preallocation: Preallocation mode for the new image (default: off;
> +#                 allowed values: off,
> +#                 falloc (if defined CONFIG_POSIX_FALLOCATE),
> +#                 full (if defined CONFIG_POSIX))
> +# @nocow: Turn off copy-on-write (valid only on btrfs; default: off)
>  #
>  # Since: 2.12
>  ##
> @@ -4286,12 +4286,12 @@
>  #
>  # Driver specific image creation options for gluster.
>  #
> -# @location         Where to store the new image file
> -# @size             Size of the virtual disk in bytes
> -# @preallocation    Preallocation mode for the new image (default: off;
> -#                   allowed values: off,
> -#                   falloc (if defined CONFIG_GLUSTERFS_FALLOCATE),
> -#                   full (if defined CONFIG_GLUSTERFS_ZEROFILL))
> +# @location: Where to store the new image file
> +# @size: Size of the virtual disk in bytes
> +# @preallocation: Preallocation mode for the new image (default: off;
> +#                 allowed values: off,
> +#                 falloc (if defined CONFIG_GLUSTERFS_FALLOCATE),
> +#                 full (if defined CONFIG_GLUSTERFS_ZEROFILL))
>  #
>  # Since: 2.12
>  ##
> @@ -4305,11 +4305,11 @@
>  #
>  # Driver specific image creation options for LUKS.
>  #
> -# @file             Node to create the image format on
> -# @size             Size of the virtual disk in bytes
> -# @preallocation    Preallocation mode for the new image
> -#                   (since: 4.2)
> -#                   (default: off; allowed values: off, metadata, falloc, full)
> +# @file: Node to create the image format on
> +# @size: Size of the virtual disk in bytes
> +# @preallocation: Preallocation mode for the new image
> +#                 (since: 4.2)
> +#                 (default: off; allowed values: off, metadata, falloc, full)
>  #
>  # Since: 2.12
>  ##
> @@ -4324,8 +4324,8 @@
>  #
>  # Driver specific image creation options for NFS.
>  #
> -# @location         Where to store the new image file
> -# @size             Size of the virtual disk in bytes
> +# @location: Where to store the new image file
> +# @size: Size of the virtual disk in bytes
>  #
>  # Since: 2.12
>  ##
> @@ -4338,9 +4338,9 @@
>  #
>  # Driver specific image creation options for parallels.
>  #
> -# @file             Node to create the image format on
> -# @size             Size of the virtual disk in bytes
> -# @cluster-size     Cluster size in bytes (default: 1 MB)
> +# @file: Node to create the image format on
> +# @size: Size of the virtual disk in bytes
> +# @cluster-size: Cluster size in bytes (default: 1 MB)
>  #
>  # Since: 2.12
>  ##
> @@ -4354,11 +4354,11 @@
>  #
>  # Driver specific image creation options for qcow.
>  #
> -# @file             Node to create the image format on
> -# @size             Size of the virtual disk in bytes
> -# @backing-file     File name of the backing file if a backing file
> -#                   should be used
> -# @encrypt          Encryption options if the image should be encrypted
> +# @file: Node to create the image format on
> +# @size: Size of the virtual disk in bytes
> +# @backing-file: File name of the backing file if a backing file
> +#                should be used
> +# @encrypt: Encryption options if the image should be encrypted
>  #
>  # Since: 2.12
>  ##
> @@ -4385,24 +4385,24 @@
>  #
>  # Driver specific image creation options for qcow2.
>  #
> -# @file             Node to create the image format on
> -# @data-file        Node to use as an external data file in which all guest
> -#                   data is stored so that only metadata remains in the qcow2
> -#                   file (since: 4.0)
> -# @data-file-raw    True if the external data file must stay valid as a
> -#                   standalone (read-only) raw image without looking at qcow2
> -#                   metadata (default: false; since: 4.0)
> -# @size             Size of the virtual disk in bytes
> -# @version          Compatibility level (default: v3)
> -# @backing-file     File name of the backing file if a backing file
> -#                   should be used
> -# @backing-fmt      Name of the block driver to use for the backing file
> -# @encrypt          Encryption options if the image should be encrypted
> -# @cluster-size     qcow2 cluster size in bytes (default: 65536)
> -# @preallocation    Preallocation mode for the new image (default: off;
> -#                   allowed values: off, falloc, full, metadata)
> -# @lazy-refcounts   True if refcounts may be updated lazily (default: off)
> -# @refcount-bits    Width of reference counts in bits (default: 16)
> +# @file: Node to create the image format on
> +# @data-file: Node to use as an external data file in which all guest
> +#             data is stored so that only metadata remains in the qcow2
> +#             file (since: 4.0)
> +# @data-file-raw: True if the external data file must stay valid as a
> +#                 standalone (read-only) raw image without looking at qcow2
> +#                 metadata (default: false; since: 4.0)
> +# @size: Size of the virtual disk in bytes
> +# @version: Compatibility level (default: v3)
> +# @backing-file: File name of the backing file if a backing file
> +#                should be used
> +# @backing-fmt: Name of the block driver to use for the backing file
> +# @encrypt: Encryption options if the image should be encrypted
> +# @cluster-size: qcow2 cluster size in bytes (default: 65536)
> +# @preallocation: Preallocation mode for the new image (default: off;
> +#                 allowed values: off, falloc, full, metadata)
> +# @lazy-refcounts: True if refcounts may be updated lazily (default: off)
> +# @refcount-bits: Width of reference counts in bits (default: 16)
>  #
>  # Since: 2.12
>  ##
> @@ -4425,13 +4425,13 @@
>  #
>  # Driver specific image creation options for qed.
>  #
> -# @file             Node to create the image format on
> -# @size             Size of the virtual disk in bytes
> -# @backing-file     File name of the backing file if a backing file
> -#                   should be used
> -# @backing-fmt      Name of the block driver to use for the backing file
> -# @cluster-size     Cluster size in bytes (default: 65536)
> -# @table-size       L1/L2 table size (in clusters)
> +# @file: Node to create the image format on
> +# @size: Size of the virtual disk in bytes
> +# @backing-file: File name of the backing file if a backing file
> +#                should be used
> +# @backing-fmt: Name of the block driver to use for the backing file
> +# @cluster-size: Cluster size in bytes (default: 65536)
> +# @table-size: L1/L2 table size (in clusters)
>  #
>  # Since: 2.12
>  ##
> @@ -4448,10 +4448,10 @@
>  #
>  # Driver specific image creation options for rbd/Ceph.
>  #
> -# @location         Where to store the new image file. This location cannot
> -#                   point to a snapshot.
> -# @size             Size of the virtual disk in bytes
> -# @cluster-size     RBD object size
> +# @location: Where to store the new image file. This location cannot
> +#            point to a snapshot.
> +# @size: Size of the virtual disk in bytes
> +# @cluster-size: RBD object size
>  #
>  # Since: 2.12
>  ##
> @@ -4499,23 +4499,23 @@
>  #
>  # Driver specific image creation options for VMDK.
>  #
> -# @file         Where to store the new image file. This refers to the image
> -#               file for monolithcSparse and streamOptimized format, or the
> -#               descriptor file for other formats.
> -# @size         Size of the virtual disk in bytes
> -# @extents      Where to store the data extents. Required for monolithcFlat,
> -#               twoGbMaxExtentSparse and twoGbMaxExtentFlat formats. For
> -#               monolithicFlat, only one entry is required; for
> -#               twoGbMaxExtent* formats, the number of entries required is
> -#               calculated as extent_number = virtual_size / 2GB. Providing
> -#               more extents than will be used is an error.
> -# @subformat    The subformat of the VMDK image. Default: "monolithicSparse".
> -# @backing-file The path of backing file. Default: no backing file is used.
> -# @adapter-type The adapter type used to fill in the descriptor. Default: ide.
> -# @hwversion    Hardware version. The meaningful options are "4" or "6".
> -#               Default: "4".
> -# @zeroed-grain Whether to enable zeroed-grain feature for sparse subformats.
> -#               Default: false.
> +# @file: Where to store the new image file. This refers to the image
> +#        file for monolithcSparse and streamOptimized format, or the
> +#        descriptor file for other formats.
> +# @size: Size of the virtual disk in bytes
> +# @extents: Where to store the data extents. Required for monolithcFlat,
> +#           twoGbMaxExtentSparse and twoGbMaxExtentFlat formats. For
> +#           monolithicFlat, only one entry is required; for
> +#           twoGbMaxExtent* formats, the number of entries required is
> +#           calculated as extent_number = virtual_size / 2GB. Providing
> +#           more extents than will be used is an error.
> +# @subformat: The subformat of the VMDK image. Default: "monolithicSparse".
> +# @backing-file: The path of backing file. Default: no backing file is used.
> +# @adapter-type: The adapter type used to fill in the descriptor. Default: ide.
> +# @hwversion: Hardware version. The meaningful options are "4" or "6".
> +#             Default: "4".
> +# @zeroed-grain: Whether to enable zeroed-grain feature for sparse subformats.
> +#                Default: false.
>  #
>  # Since: 4.0
>  ##
> @@ -4533,9 +4533,9 @@
>  ##
>  # @SheepdogRedundancyType:
>  #
> -# @full             Create a fully replicated vdi with x copies
> -# @erasure-coded    Create an erasure coded vdi with x data strips and
> -#                   y parity strips
> +# @full: Create a fully replicated vdi with x copies
> +# @erasure-coded: Create an erasure coded vdi with x data strips and
> +#                 y parity strips
>  #
>  # Since: 2.12
>  ##
> @@ -4545,7 +4545,7 @@
>  ##
>  # @SheepdogRedundancyFull:
>  #
> -# @copies           Number of copies to use (between 1 and 31)
> +# @copies: Number of copies to use (between 1 and 31)
>  #
>  # Since: 2.12
>  ##
> @@ -4555,8 +4555,8 @@
>  ##
>  # @SheepdogRedundancyErasureCoded:
>  #
> -# @data-strips      Number of data strips to use (one of {2,4,8,16})
> -# @parity-strips    Number of parity strips to use (between 1 and 15)
> +# @data-strips: Number of data strips to use (one of {2,4,8,16})
> +# @parity-strips: Number of parity strips to use (between 1 and 15)
>  #
>  # Since: 2.12
>  ##
> @@ -4580,13 +4580,13 @@
>  #
>  # Driver specific image creation options for Sheepdog.
>  #
> -# @location         Where to store the new image file
> -# @size             Size of the virtual disk in bytes
> -# @backing-file     File name of a base image
> -# @preallocation    Preallocation mode for the new image (default: off;
> -#                   allowed values: off, full)
> -# @redundancy       Redundancy of the image
> -# @object-size      Object size of the image
> +# @location: Where to store the new image file
> +# @size: Size of the virtual disk in bytes
> +# @backing-file: File name of a base image
> +# @preallocation: Preallocation mode for the new image (default: off;
> +#                 allowed values: off, full)
> +# @redundancy: Redundancy of the image
> +# @object-size: Object size of the image
>  #
>  # Since: 2.12
>  ##
> @@ -4603,8 +4603,8 @@
>  #
>  # Driver specific image creation options for SSH.
>  #
> -# @location         Where to store the new image file
> -# @size             Size of the virtual disk in bytes
> +# @location: Where to store the new image file
> +# @size: Size of the virtual disk in bytes
>  #
>  # Since: 2.12
>  ##
> @@ -4617,10 +4617,10 @@
>  #
>  # Driver specific image creation options for VDI.
>  #
> -# @file             Node to create the image format on
> -# @size             Size of the virtual disk in bytes
> -# @preallocation    Preallocation mode for the new image (default: off;
> -#                   allowed values: off, metadata)
> +# @file: Node to create the image format on
> +# @size: Size of the virtual disk in bytes
> +# @preallocation: Preallocation mode for the new image (default: off;
> +#                 allowed values: off, metadata)
>  #
>  # Since: 2.12
>  ##
> @@ -4645,17 +4645,17 @@
>  #
>  # Driver specific image creation options for vhdx.
>  #
> -# @file             Node to create the image format on
> -# @size             Size of the virtual disk in bytes
> -# @log-size         Log size in bytes, must be a multiple of 1 MB
> -#                   (default: 1 MB)
> -# @block-size       Block size in bytes, must be a multiple of 1 MB and not
> -#                   larger than 256 MB (default: automatically choose a block
> -#                   size depending on the image size)
> -# @subformat        vhdx subformat (default: dynamic)
> -# @block-state-zero Force use of payload blocks of type 'ZERO'. Non-standard,
> -#                   but default.  Do not set to 'off' when using 'qemu-img
> -#                   convert' with subformat=dynamic.
> +# @file: Node to create the image format on
> +# @size: Size of the virtual disk in bytes
> +# @log-size: Log size in bytes, must be a multiple of 1 MB
> +#            (default: 1 MB)
> +# @block-size: Block size in bytes, must be a multiple of 1 MB and not
> +#              larger than 256 MB (default: automatically choose a block
> +#              size depending on the image size)
> +# @subformat: vhdx subformat (default: dynamic)
> +# @block-state-zero: Force use of payload blocks of type 'ZERO'. Non-standard,
> +#                    but default.  Do not set to 'off' when using 'qemu-img
> +#                    convert' with subformat=dynamic.
>  #
>  # Since: 2.12
>  ##
> @@ -4683,12 +4683,12 @@
>  #
>  # Driver specific image creation options for vpc (VHD).
>  #
> -# @file             Node to create the image format on
> -# @size             Size of the virtual disk in bytes
> -# @subformat        vhdx subformat (default: dynamic)
> -# @force-size       Force use of the exact byte size instead of rounding to the
> -#                   next size that can be represented in CHS geometry
> -#                   (default: false)
> +# @file: Node to create the image format on
> +# @size: Size of the virtual disk in bytes
> +# @subformat: vhdx subformat (default: dynamic)
> +# @force-size: Force use of the exact byte size instead of rounding to the
> +#              next size that can be represented in CHS geometry
> +#              (default: false)
>  #
>  # Since: 2.12
>  ##
> @@ -4703,7 +4703,7 @@
>  #
>  # Options for creating an image format on a given node.
>  #
> -# @driver           block driver to create the image format
> +# @driver: block driver to create the image format
>  #
>  # Since: 2.12
>  ##

Loses the visual alignment.  I'm okay with that, but the folks who took
the trouble to align the text may have different ideas.  Cc'ing Kevin
and Max.

Reviewed-by: Markus Armbruster <armbru@redhat.com>



  reply	other threads:[~2020-02-07  9:29 UTC|newest]

Thread overview: 77+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-06 17:30 [PATCH 00/29] Convert QAPI doc comments to generate rST instead of texinfo Peter Maydell
2020-02-06 17:30 ` [PATCH 01/29] configure: Allow user to specify sphinx-build binary Peter Maydell
2020-02-06 17:30 ` [PATCH 02/29] configure: Check that sphinx-build is using Python 3 Peter Maydell
2020-02-07 16:17   ` Markus Armbruster
2020-02-07 16:30     ` Peter Maydell
2020-02-08  7:50       ` Markus Armbruster
2020-02-08 13:11         ` Peter Maydell
2020-02-06 17:30 ` [PATCH 03/29] Makefile: Fix typo in dependency list for interop manpages Peter Maydell
2020-02-06 17:30 ` [PATCH 04/29] qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc comment Peter Maydell
2020-02-07  8:16   ` Markus Armbruster
2020-02-06 17:30 ` [PATCH 05/29] qga/qapi-schema.json: Fix indent level on doc comments Peter Maydell
2020-02-07  8:18   ` Markus Armbruster
2020-02-07  8:22     ` Markus Armbruster
2020-02-06 17:30 ` [PATCH 06/29] qga/qapi-schema.json: minor format fixups for rST Peter Maydell
2020-02-07  8:32   ` Markus Armbruster
2020-02-13 16:20     ` Peter Maydell
2020-02-14 13:16       ` Markus Armbruster
2020-02-06 17:30 ` [PATCH 07/29] qapi/block-core.json: Use literal block for ascii art Peter Maydell
2020-02-07  8:50   ` Markus Armbruster
2020-02-07  9:27     ` Peter Maydell
2020-02-06 17:30 ` [PATCH 08/29] qapi: Use ':' after @argument in doc comments Peter Maydell
2020-02-07  9:28   ` Markus Armbruster [this message]
2020-02-07  9:33     ` Max Reitz
2020-02-07 10:24     ` Kevin Wolf
2020-02-07 11:05       ` Peter Maydell
2020-02-07 14:43         ` Markus Armbruster
2020-02-07 15:01           ` Max Reitz
2020-02-07 15:40             ` Kevin Wolf
2020-02-07 15:24           ` Peter Maydell
2020-02-08  7:54             ` Markus Armbruster
2020-02-08 13:22               ` Peter Maydell
2020-02-06 17:30 ` [PATCH 09/29] qapi: Fix indent level on doc comments in json files Peter Maydell
2020-02-07  9:31   ` Markus Armbruster
2020-02-06 17:30 ` [PATCH 10/29] qapi: Remove hardcoded tabs Peter Maydell
2020-02-07  9:32   ` Markus Armbruster
2020-02-06 17:30 ` [PATCH 11/29] qapi/ui.json: Put input-send-event body text in the right place Peter Maydell
2020-02-07  9:45   ` Markus Armbruster
2020-02-06 17:30 ` [PATCH 12/29] qapi: Explicitly put "foo: dropped in n.n" notes into Notes section Peter Maydell
2020-02-07 10:06   ` Markus Armbruster
2020-02-07 14:23     ` Eric Blake
2020-02-06 17:30 ` [PATCH 13/29] qapi/ui.json: Avoid `...' texinfo style quoting Peter Maydell
2020-02-07 10:13   ` Markus Armbruster
2020-02-06 17:30 ` [PATCH 14/29] qapi/block-core.json: Use explicit bulleted lists Peter Maydell
2020-02-07 12:07   ` Markus Armbruster
2020-02-06 17:30 ` [PATCH 15/29] qapi/ui.json: " Peter Maydell
2020-02-06 17:30 ` [PATCH 16/29] qapi/{block, misc, tmp}.json: " Peter Maydell
2020-02-07 10:33   ` Philippe Mathieu-Daudé
2020-02-06 17:30 ` [PATCH 17/29] qapi: Add blank lines before " Peter Maydell
2020-02-07 10:11   ` Philippe Mathieu-Daudé
2020-02-06 17:30 ` [PATCH 18/29] qapi/migration.json: Replace _this_ with *this* Peter Maydell
2020-02-07 16:54   ` Markus Armbruster
2020-02-07 17:00     ` Peter Maydell
2020-02-08 14:24       ` Markus Armbruster
2020-02-06 17:30 ` [PATCH 19/29] qapi/qapi-schema.json: Put headers in their own doc-comment blocks Peter Maydell
2020-02-07 15:34   ` Markus Armbruster
2020-02-07 16:13     ` Peter Maydell
2020-02-08 14:10       ` Markus Armbruster
2020-02-08 14:43         ` Peter Maydell
2020-02-06 17:30 ` [PATCH 20/29] qapi/machine.json: Escape a literal '*' in doc comment Peter Maydell
2020-02-06 17:30 ` [PATCH 21/29] scripts/qapi: Move doc-comment whitespace stripping to doc.py Peter Maydell
2020-02-06 17:30 ` [PATCH 22/29] scripts/qapi/parser.py: improve doc comment indent handling Peter Maydell
2020-02-06 17:30 ` [PATCH 23/29] docs/sphinx: Add new qapi-doc Sphinx extension Peter Maydell
2020-02-06 17:30 ` [PATCH 24/29] docs/interop: Convert qemu-ga-ref to rST Peter Maydell
2020-02-06 17:30 ` [PATCH 25/29] docs/interop: Convert qemu-qmp-ref " Peter Maydell
2020-02-06 17:30 ` [PATCH 26/29] qapi: Use rST markup for literal blocks Peter Maydell
2020-02-06 17:30 ` [PATCH 27/29] qga/qapi-schema.json: Add some headings Peter Maydell
2020-02-06 17:30 ` [PATCH 28/29] scripts/qapi: Remove texinfo generation support Peter Maydell
2020-02-06 17:59   ` Peter Maydell
2020-02-06 17:30 ` [PATCH 29/29] docs/devel/qapi-code-gen.txt: Update to new rST backend conventions Peter Maydell
2020-02-06 18:47 ` [PATCH 00/29] Convert QAPI doc comments to generate rST instead of texinfo Peter Maydell
2020-02-06 19:53 ` no-reply
2020-02-06 19:56 ` no-reply
2020-02-07 17:00 ` Markus Armbruster
2020-02-07 17:10   ` Peter Maydell
2020-02-08 14:15     ` Markus Armbruster
2020-02-08 14:59       ` Peter Maydell
2020-02-10  0:34 ` Aleksandar Markovic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pnequ4og.fsf@dusky.pond.sub.org \
    --to=armbru@redhat.com \
    --cc=berrange@redhat.com \
    --cc=jsnow@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=mdroth@linux.vnet.ibm.com \
    --cc=mreitz@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.