[PULL 0/2] Python queue, 2020-09-18

Eduardo Habkost posted 2 patches 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200918180451.1121055-1-ehabkost@redhat.com
Maintainers: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>, Eduardo Habkost <ehabkost@redhat.com>, Cleber Rosa <crosa@redhat.com>
scripts/analyze-migration.py           |   3 +-
scripts/simplebench/bench_write_req.py | 170 +++++++++++++++++++++++++
2 files changed, 172 insertions(+), 1 deletion(-)
create mode 100755 scripts/simplebench/bench_write_req.py
[PULL 0/2] Python queue, 2020-09-18
Posted by Eduardo Habkost 3 years, 7 months ago
Leftovers from pre-5.1.0 days.

The following changes since commit 053a4177817db307ec854356e95b5b350800a216:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200918' into staging (2020-09-18 16:34:26 +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 14f9cec7132bc60f9839048b0a0f8ef7ae9ed64c:

  analyze-migration.py: fix read_migration_debug_json() return type (2020-09-18 14:00:32 -0400)

----------------------------------------------------------------
Python queue, 2020-09-18

Alexey Kirillov (1):
      analyze-migration.py: fix read_migration_debug_json() return type

Andrey Shinkevich (1):
      scripts/simplebench: compare write request performance

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

Alexey Kirillov (1):
  analyze-migration.py: fix read_migration_debug_json() return type

Andrey Shinkevich (1):
  scripts/simplebench: compare write request performance

 scripts/analyze-migration.py           |   3 +-
 scripts/simplebench/bench_write_req.py | 170 +++++++++++++++++++++++++
 2 files changed, 172 insertions(+), 1 deletion(-)
 create mode 100755 scripts/simplebench/bench_write_req.py

-- 
2.26.2



Re: [PULL 0/2] Python queue, 2020-09-18
Posted by Peter Maydell 3 years, 7 months ago
On Fri, 18 Sep 2020 at 19:04, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> Leftovers from pre-5.1.0 days.
>
> The following changes since commit 053a4177817db307ec854356e95b5b350800a216:
>
>   Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200918' into staging (2020-09-18 16:34:26 +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 14f9cec7132bc60f9839048b0a0f8ef7ae9ed64c:
>
>   analyze-migration.py: fix read_migration_debug_json() return type (2020-09-18 14:00:32 -0400)
>
> ----------------------------------------------------------------
> Python queue, 2020-09-18
>
> Alexey Kirillov (1):
>       analyze-migration.py: fix read_migration_debug_json() return type
>
> Andrey Shinkevich (1):
>       scripts/simplebench: compare write request performance


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM