[Qemu-devel] [PATCH 0/2] qapi: A whitespace touch-up, and a doc update

Markus Armbruster posted 2 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180828120736.32323-1-armbru@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
docs/devel/qapi-code-gen.txt | 131 ++++++++++++++++++++++++++---------
scripts/qapi/common.py       |   1 +
2 files changed, 101 insertions(+), 31 deletions(-)
[Qemu-devel] [PATCH 0/2] qapi: A whitespace touch-up, and a doc update
Posted by Markus Armbruster 7 years, 2 months ago
Markus Armbruster (2):
  qapi: Emit a blank line before dummy declaration
  qapi: Update docs for generator changes since commit 9ee86b85267

 docs/devel/qapi-code-gen.txt | 131 ++++++++++++++++++++++++++---------
 scripts/qapi/common.py       |   1 +
 2 files changed, 101 insertions(+), 31 deletions(-)

-- 
2.17.1


Re: [Qemu-devel] [PATCH 0/2] qapi: A whitespace touch-up, and a doc update
Posted by Eric Blake 7 years, 2 months ago
On 08/28/2018 07:07 AM, Markus Armbruster wrote:
> Markus Armbruster (2):
>    qapi: Emit a blank line before dummy declaration
>    qapi: Update docs for generator changes since commit 9ee86b85267

Reviewed-by: Eric Blake <eblake@redhat.com>

(Nothing like my patch to the same file to make it obvious that we're 
not always remember to do this)

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Re: [Qemu-devel] [PATCH 0/2] qapi: A whitespace touch-up, and a doc update
Posted by Markus Armbruster 7 years, 2 months ago
Markus Armbruster <armbru@redhat.com> writes:

> Markus Armbruster (2):
>   qapi: Emit a blank line before dummy declaration
>   qapi: Update docs for generator changes since commit 9ee86b85267
>
>  docs/devel/qapi-code-gen.txt | 131 ++++++++++++++++++++++++++---------
>  scripts/qapi/common.py       |   1 +
>  2 files changed, 101 insertions(+), 31 deletions(-)

Queued.