[Qemu-devel] [PATCH 0/5] Trivial fixes and cleanups

Cleber Rosa posted 5 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170727120210.6943-1-crosa@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test s390x passed
configure                           |  4 +---
docs/devel/writing-qmp-commands.txt |  2 +-
qapi-schema.json                    |  2 +-
tests/qemu-iotests/check            | 13 +------------
tests/qemu-iotests/common.rc        |  5 -----
5 files changed, 4 insertions(+), 22 deletions(-)
[Qemu-devel] [PATCH 0/5] Trivial fixes and cleanups
Posted by Cleber Rosa 6 years, 9 months ago
This is a collection of trivial fixes and cleanups.  The only expected
behavior change is in the output on config.log, as per the first
patch.

Cleber Rosa(5):
  configure: remove duplicate single quotes on config.log
  qemu-iotests: get rid of _full_imgproto_details()
  qemu-iotests: remove commented out variables
  qemu-iotests: remove comment about root privileges
  docs: fix broken paths to docs/interop dir

 configure                           |  4 +---
 docs/devel/writing-qmp-commands.txt |  2 +-
 qapi-schema.json                    |  2 +-
 tests/qemu-iotests/check            | 13 +------------
 tests/qemu-iotests/common.rc        |  5 -----
 5 files changed, 4 insertions(+), 22 deletions(-)

Re: [Qemu-devel] [PATCH 0/5] Trivial fixes and cleanups
Posted by Stefan Hajnoczi 6 years, 9 months ago
On Thu, Jul 27, 2017 at 08:02:05AM -0400, Cleber Rosa wrote:
> This is a collection of trivial fixes and cleanups.  The only expected
> behavior change is in the output on config.log, as per the first
> patch.
> 
> Cleber Rosa(5):
>   configure: remove duplicate single quotes on config.log
>   qemu-iotests: get rid of _full_imgproto_details()
>   qemu-iotests: remove commented out variables
>   qemu-iotests: remove comment about root privileges
>   docs: fix broken paths to docs/interop dir
> 
>  configure                           |  4 +---
>  docs/devel/writing-qmp-commands.txt |  2 +-
>  qapi-schema.json                    |  2 +-
>  tests/qemu-iotests/check            | 13 +------------
>  tests/qemu-iotests/common.rc        |  5 -----
>  5 files changed, 4 insertions(+), 22 deletions(-)

CCing Kevin Wolf for qemu-iotests changes.