mbox series

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

Message ID 20200918180451.1121055-1-ehabkost@redhat.com
Headers show
Series Python queue, 2020-09-18 | expand

Message

Eduardo Habkost Sept. 18, 2020, 6:04 p.m. UTC
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

Comments

Peter Maydell Sept. 21, 2020, 12:24 p.m. UTC | #1
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