[Qemu-devel] [PATCH 0/4] Trivial fixes for configure and Python scripts

Cleber Rosa posted 4 patches 5 years, 2 months ago
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190207193605.25676-1-crosa@redhat.com
Maintainers: Cleber Rosa <crosa@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>
configure                           | 6 +-----
scripts/render_block_graph.py       | 1 +
tests/migration/guestperf/engine.py | 1 -
3 files changed, 2 insertions(+), 6 deletions(-)
[Qemu-devel] [PATCH 0/4] Trivial fixes for configure and Python scripts
Posted by Cleber Rosa 5 years, 2 months ago
This is just a small collection of trivial fixes for configure
and some Python scripts (missing/unused import statements).

Cleber Rosa (4):
  configure: remove handling of "wav" audio driver
  configure: fix qemu-img name
  scripts/render_block_graph.py: add a missing import
  tests/migration/guestperf/engine.py: remove unused import

 configure                           | 6 +-----
 scripts/render_block_graph.py       | 1 +
 tests/migration/guestperf/engine.py | 1 -
 3 files changed, 2 insertions(+), 6 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [Qemu-trivial] [PATCH 0/4] Trivial fixes for configure and Python scripts
Posted by Laurent Vivier 5 years, 2 months ago
On 07/02/2019 20:36, Cleber Rosa wrote:
> This is just a small collection of trivial fixes for configure
> and some Python scripts (missing/unused import statements).
> 
> Cleber Rosa (4):
>   configure: remove handling of "wav" audio driver
>   configure: fix qemu-img name
>   scripts/render_block_graph.py: add a missing import
>   tests/migration/guestperf/engine.py: remove unused import
> 
>  configure                           | 6 +-----
>  scripts/render_block_graph.py       | 1 +
>  tests/migration/guestperf/engine.py | 1 -
>  3 files changed, 2 insertions(+), 6 deletions(-)
> 

I've applied to my trivial-patches branchi patches 1 and 2, but not 3
and 4 as I don't know python and no one has reviewed them.

Thanks,
Laurent