[Qemu-devel] [PATCH 00/10] Trivial fixes and clean ups

Cleber Rosa posted 10 patches 5 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181004161852.11673-1-crosa@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
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
[Qemu-devel] [PATCH 00/10] Trivial fixes and clean ups
Posted by Cleber Rosa 5 years, 6 months ago
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


Re: [Qemu-devel] [PATCH 00/10] Trivial fixes and clean ups
Posted by Eduardo Habkost 5 years, 5 months ago
On Thu, Oct 04, 2018 at 12:18:42PM -0400, Cleber Rosa wrote:
> Just a collection of trivial fixes and clean ups that have been lying
> around here for some time.

I'm queueing patches 07-10 on python-next.  I'm aware that
Laurent already queued some of them (thanks!), but I want to
avoid conflicts in case other patches touching these modules are
queued on python-next.

-- 
Eduardo