[Qemu-devel] [PULL 0/5] Python queue, 2017-10-11

Eduardo Habkost posted 5 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171011185103.26259-1-ehabkost@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
scripts/qemu.py                     |  9 +++------
scripts/qmp/qmp.py                  | 16 +++++++---------
tests/migration/guestperf/engine.py |  6 ++----
tests/migration/guestperf/shell.py  | 13 +++++++++++++
tests/qemu-iotests/iotests.py       |  5 +++--
tests/vm/basevm.py                  |  4 ++--
6 files changed, 30 insertions(+), 23 deletions(-)
[Qemu-devel] [PULL 0/5] Python queue, 2017-10-11
Posted by Eduardo Habkost 6 years, 6 months ago
The following changes since commit bac960832015bf4c4c1b873011612e2675e4464c:

  Merge remote-tracking branch 'remotes/elmarco/tags/vus-pull-request' into staging (2017-10-11 13:10:36 +0100)

are available in the git repository at:

  git://github.com/ehabkost/qemu.git tags/python-next-pull-request

for you to fetch changes up to 1a6d3757107181dc0b9baf3dd8ff40fb2a242b66:

  scripts: Remove debug parameter from QEMUMachine (2017-10-11 15:15:17 -0300)

----------------------------------------------------------------
Python queue, 2017-10-11

----------------------------------------------------------------

Eduardo Habkost (5):
  iotests: Set up Python logging
  basevm: Call logging.basicConfig()
  guestperf: Configure logging on all shell frontends
  scripts: Remove debug parameter from QEMUMonitorProtocol
  scripts: Remove debug parameter from QEMUMachine

 scripts/qemu.py                     |  9 +++------
 scripts/qmp/qmp.py                  | 16 +++++++---------
 tests/migration/guestperf/engine.py |  6 ++----
 tests/migration/guestperf/shell.py  | 13 +++++++++++++
 tests/qemu-iotests/iotests.py       |  5 +++--
 tests/vm/basevm.py                  |  4 ++--
 6 files changed, 30 insertions(+), 23 deletions(-)

-- 
2.13.6


Re: [Qemu-devel] [PULL 0/5] Python queue, 2017-10-11
Posted by Peter Maydell 6 years, 6 months ago
On 11 October 2017 at 19:50, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit bac960832015bf4c4c1b873011612e2675e4464c:
>
>   Merge remote-tracking branch 'remotes/elmarco/tags/vus-pull-request' into staging (2017-10-11 13:10:36 +0100)
>
> are available in the git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/python-next-pull-request
>
> for you to fetch changes up to 1a6d3757107181dc0b9baf3dd8ff40fb2a242b66:
>
>   scripts: Remove debug parameter from QEMUMachine (2017-10-11 15:15:17 -0300)
>
> ----------------------------------------------------------------
> Python queue, 2017-10-11
>
> ----------------------------------------------------------------
>
> Eduardo Habkost (5):
>   iotests: Set up Python logging
>   basevm: Call logging.basicConfig()
>   guestperf: Configure logging on all shell frontends
>   scripts: Remove debug parameter from QEMUMonitorProtocol
>   scripts: Remove debug parameter from QEMUMachine
>
>  scripts/qemu.py                     |  9 +++------
>  scripts/qmp/qmp.py                  | 16 +++++++---------
>  tests/migration/guestperf/engine.py |  6 ++----
>  tests/migration/guestperf/shell.py  | 13 +++++++++++++
>  tests/qemu-iotests/iotests.py       |  5 +++--
>  tests/vm/basevm.py                  |  4 ++--
>  6 files changed, 30 insertions(+), 23 deletions(-)

Applied, thanks.

-- PMM