From: Cleber Rosa <crosa@redhat.com>
To: qemu-devel@nongnu.org
Cc: Riku Voipio <riku.voipio@iki.fi>,
Eduardo Habkost <ehabkost@redhat.com>,
qemu-block@nongnu.org, Kevin Wolf <kwolf@redhat.com>,
Michael Tokarev <mjt@tls.msk.ru>,
Laurent Vivier <laurent@vivier.eu>,
Cleber Rosa <crosa@redhat.com>,
qemu-trivial@nongnu.org, Max Reitz <mreitz@redhat.com>
Subject: [Qemu-trivial] [PATCH 00/10] Trivial fixes and clean ups
Date: Thu, 4 Oct 2018 12:18:42 -0400 [thread overview]
Message-ID: <20181004161852.11673-1-crosa@redhat.com> (raw)
Just a collection of trivial fixes and clean ups that have been lying
around here for some time.
Cleber Rosa (10):
qemu-img.c: comment typo fix
tests/tcg/README: fix location for lm32 tests
qemu-iotests: make 218 executable
qemu-iotests: fix filename containing checks
docs/devel/testing.rst: add missing newlines after code block
thunk.c: clean up commented out definition
scripts/decodetree.py: remove unused imports
scripts/decodetree.py: fix reference to attributes
scripts/qemu.py: use a more consistent docstring style
scripts/qemu.py: remove trailing quotes on docstring
docs/devel/testing.rst | 2 ++
dtc | 2 +-
qemu-img.c | 2 +-
scripts/decodetree.py | 4 +--
scripts/qemu.py | 67 ++++++++++++++++++++++--------------
tests/qemu-iotests/218 | 0
tests/qemu-iotests/common.rc | 4 +--
tests/tcg/README | 2 +-
thunk.c | 2 --
9 files changed, 50 insertions(+), 35 deletions(-)
mode change 100644 => 100755 tests/qemu-iotests/218
--
2.17.1
WARNING: multiple messages have this Message-ID (diff)
From: Cleber Rosa <crosa@redhat.com>
To: qemu-devel@nongnu.org
Cc: Riku Voipio <riku.voipio@iki.fi>,
Eduardo Habkost <ehabkost@redhat.com>,
qemu-block@nongnu.org, Kevin Wolf <kwolf@redhat.com>,
Michael Tokarev <mjt@tls.msk.ru>,
Laurent Vivier <laurent@vivier.eu>,
Cleber Rosa <crosa@redhat.com>,
qemu-trivial@nongnu.org, Max Reitz <mreitz@redhat.com>
Subject: [Qemu-devel] [PATCH 00/10] Trivial fixes and clean ups
Date: Thu, 4 Oct 2018 12:18:42 -0400 [thread overview]
Message-ID: <20181004161852.11673-1-crosa@redhat.com> (raw)
Just a collection of trivial fixes and clean ups that have been lying
around here for some time.
Cleber Rosa (10):
qemu-img.c: comment typo fix
tests/tcg/README: fix location for lm32 tests
qemu-iotests: make 218 executable
qemu-iotests: fix filename containing checks
docs/devel/testing.rst: add missing newlines after code block
thunk.c: clean up commented out definition
scripts/decodetree.py: remove unused imports
scripts/decodetree.py: fix reference to attributes
scripts/qemu.py: use a more consistent docstring style
scripts/qemu.py: remove trailing quotes on docstring
docs/devel/testing.rst | 2 ++
dtc | 2 +-
qemu-img.c | 2 +-
scripts/decodetree.py | 4 +--
scripts/qemu.py | 67 ++++++++++++++++++++++--------------
tests/qemu-iotests/218 | 0
tests/qemu-iotests/common.rc | 4 +--
tests/tcg/README | 2 +-
thunk.c | 2 --
9 files changed, 50 insertions(+), 35 deletions(-)
mode change 100644 => 100755 tests/qemu-iotests/218
--
2.17.1
next reply other threads:[~2018-10-04 16:19 UTC|newest]
Thread overview: 82+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-04 16:18 Cleber Rosa [this message]
2018-10-04 16:18 ` [Qemu-devel] [PATCH 00/10] Trivial fixes and clean ups Cleber Rosa
2018-10-04 16:18 ` [Qemu-trivial] [PATCH 01/10] qemu-img.c: comment typo fix Cleber Rosa
2018-10-04 16:18 ` [Qemu-devel] " Cleber Rosa
2018-10-04 16:48 ` [Qemu-trivial] " Eric Blake
2018-10-04 16:48 ` Eric Blake
2018-10-04 16:53 ` [Qemu-trivial] " Cleber Rosa
2018-10-04 16:53 ` Cleber Rosa
2018-10-05 13:31 ` [Qemu-trivial] " Philippe Mathieu-Daudé
2018-10-05 13:31 ` Philippe Mathieu-Daudé
2018-10-05 13:40 ` [Qemu-trivial] " Peter Maydell
2018-10-05 13:40 ` Peter Maydell
2018-10-04 16:18 ` [Qemu-trivial] [PATCH 02/10] tests/tcg/README: fix location for lm32 tests Cleber Rosa
2018-10-04 16:18 ` [Qemu-devel] " Cleber Rosa
2018-10-05 6:41 ` [Qemu-trivial] " Thomas Huth
2018-10-05 6:41 ` Thomas Huth
2018-10-05 13:51 ` [Qemu-trivial] " Alex Bennée
2018-10-05 13:51 ` Alex Bennée
2018-10-25 13:55 ` [Qemu-trivial] " Laurent Vivier
2018-10-25 13:55 ` [Qemu-devel] " Laurent Vivier
2018-10-04 16:18 ` [Qemu-trivial] [PATCH 03/10] qemu-iotests: make 218 executable Cleber Rosa
2018-10-04 16:18 ` [Qemu-devel] " Cleber Rosa
2018-10-04 16:48 ` [Qemu-trivial] " Eric Blake
2018-10-04 16:48 ` Eric Blake
2018-10-05 13:36 ` [Qemu-trivial] " Philippe Mathieu-Daudé
2018-10-05 13:36 ` Philippe Mathieu-Daudé
2018-10-05 17:49 ` [Qemu-trivial] " Cleber Rosa
2018-10-05 17:49 ` Cleber Rosa
2018-10-05 18:02 ` [Qemu-trivial] " Eric Blake
2018-10-05 18:02 ` Eric Blake
2018-10-05 18:19 ` [Qemu-trivial] " Eric Blake
2018-10-05 18:19 ` Eric Blake
2018-10-25 13:57 ` [Qemu-trivial] " Laurent Vivier
2018-10-25 13:57 ` [Qemu-devel] " Laurent Vivier
2018-10-04 16:18 ` [Qemu-trivial] [PATCH 04/10] qemu-iotests: fix filename containing checks Cleber Rosa
2018-10-04 16:18 ` [Qemu-devel] " Cleber Rosa
2018-10-05 13:38 ` [Qemu-trivial] " Philippe Mathieu-Daudé
2018-10-05 13:38 ` Philippe Mathieu-Daudé
2018-10-25 13:56 ` [Qemu-trivial] " Laurent Vivier
2018-10-25 13:56 ` [Qemu-devel] " Laurent Vivier
2018-10-04 16:18 ` [Qemu-trivial] [PATCH 05/10] docs/devel/testing.rst: add missing newlines after code block Cleber Rosa
2018-10-04 16:18 ` [Qemu-devel] " Cleber Rosa
2018-10-08 19:49 ` [Qemu-trivial] [Qemu-block] " John Snow
2018-10-08 19:49 ` [Qemu-devel] " John Snow
2018-10-25 13:59 ` [Qemu-trivial] " Laurent Vivier
2018-10-25 13:59 ` [Qemu-devel] " Laurent Vivier
2018-10-04 16:18 ` [Qemu-trivial] [PATCH 06/10] thunk.c: clean up commented out definition Cleber Rosa
2018-10-04 16:18 ` [Qemu-devel] " Cleber Rosa
2018-10-04 16:24 ` [Qemu-trivial] " Laurent Vivier
2018-10-04 16:24 ` [Qemu-devel] " Laurent Vivier
2018-10-04 16:31 ` [Qemu-trivial] " Cleber Rosa
2018-10-04 16:31 ` [Qemu-devel] " Cleber Rosa
2018-10-04 16:36 ` [Qemu-trivial] " Laurent Vivier
2018-10-04 16:36 ` [Qemu-devel] " Laurent Vivier
2018-10-04 16:18 ` [Qemu-trivial] [PATCH 07/10] scripts/decodetree.py: remove unused imports Cleber Rosa
2018-10-04 16:18 ` [Qemu-devel] " Cleber Rosa
2018-10-05 13:39 ` [Qemu-trivial] " Philippe Mathieu-Daudé
2018-10-05 13:39 ` Philippe Mathieu-Daudé
2018-10-25 13:59 ` [Qemu-trivial] " Laurent Vivier
2018-10-25 13:59 ` [Qemu-devel] " Laurent Vivier
2018-10-04 16:18 ` [Qemu-trivial] [PATCH 08/10] scripts/decodetree.py: fix reference to attributes Cleber Rosa
2018-10-04 16:18 ` [Qemu-devel] " Cleber Rosa
2018-10-05 13:40 ` [Qemu-trivial] " Philippe Mathieu-Daudé
2018-10-05 13:40 ` Philippe Mathieu-Daudé
2018-10-04 16:18 ` [Qemu-trivial] [PATCH 09/10] scripts/qemu.py: use a more consistent docstring style Cleber Rosa
2018-10-04 16:18 ` [Qemu-devel] " Cleber Rosa
2018-10-04 16:50 ` [Qemu-trivial] " Eric Blake
2018-10-04 16:50 ` Eric Blake
2018-10-04 16:53 ` [Qemu-trivial] " Cleber Rosa
2018-10-04 16:53 ` Cleber Rosa
2018-10-08 19:44 ` [Qemu-trivial] [Qemu-block] " John Snow
2018-10-08 19:44 ` [Qemu-devel] " John Snow
2018-10-26 15:25 ` [Qemu-trivial] " Eduardo Habkost
2018-10-26 15:25 ` Eduardo Habkost
2018-10-04 16:18 ` [Qemu-trivial] [PATCH 10/10] scripts/qemu.py: remove trailing quotes on docstring Cleber Rosa
2018-10-04 16:18 ` [Qemu-devel] " Cleber Rosa
2018-10-05 13:41 ` [Qemu-trivial] " Philippe Mathieu-Daudé
2018-10-05 13:41 ` Philippe Mathieu-Daudé
2018-10-25 14:00 ` [Qemu-trivial] " Laurent Vivier
2018-10-25 14:00 ` [Qemu-devel] " Laurent Vivier
2018-10-26 15:27 ` [Qemu-trivial] [Qemu-devel] [PATCH 00/10] Trivial fixes and clean ups Eduardo Habkost
2018-10-26 15:27 ` Eduardo Habkost
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=20181004161852.11673-1-crosa@redhat.com \
--to=crosa@redhat.com \
--cc=ehabkost@redhat.com \
--cc=kwolf@redhat.com \
--cc=laurent@vivier.eu \
--cc=mjt@tls.msk.ru \
--cc=mreitz@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=riku.voipio@iki.fi \
/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.