[Qemu-devel] [PULL 0/4] Python queue, 2018-03-12

Eduardo Habkost posted 4 patches 6 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180312221132.14141-1-ehabkost@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test s390x passed
scripts/qemu.py           | 2 +-
scripts/qmp/qmp.py        | 2 +-
scripts/device-crash-test | 6 +++++-
3 files changed, 7 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/4] Python queue, 2018-03-12
Posted by Eduardo Habkost 6 years, 1 month ago
The following changes since commit 6ceb1b51f05f9e1892d082960ed602dca7b6696e:

  Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180312-pull-request' into staging (2018-03-12 16:14:37 +0000)

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 006cc558359d23f070c84d6db324bbb9b54962d7:

  device-crash-test: Use 'python' binary (2018-03-12 19:10:16 -0300)

----------------------------------------------------------------
Python queue, 2018-03-12

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

Eduardo Habkost (4):
  device-crash-test: New known crashes
  qemu.py: Use items() instead of iteritems()
  qmp.py: Encode json data before sending
  device-crash-test: Use 'python' binary

 scripts/qemu.py           | 2 +-
 scripts/qmp/qmp.py        | 2 +-
 scripts/device-crash-test | 6 +++++-
 3 files changed, 7 insertions(+), 3 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PULL 0/4] Python queue, 2018-03-12
Posted by Peter Maydell 6 years, 1 month ago
On 12 March 2018 at 22:11, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit 6ceb1b51f05f9e1892d082960ed602dca7b6696e:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180312-pull-request' into staging (2018-03-12 16:14:37 +0000)
>
> 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 006cc558359d23f070c84d6db324bbb9b54962d7:
>
>   device-crash-test: Use 'python' binary (2018-03-12 19:10:16 -0300)
>
> ----------------------------------------------------------------
> Python queue, 2018-03-12
>
> ----------------------------------------------------------------
>
> Eduardo Habkost (4):
>   device-crash-test: New known crashes
>   qemu.py: Use items() instead of iteritems()
>   qmp.py: Encode json data before sending
>   device-crash-test: Use 'python' binary
>
>  scripts/qemu.py           | 2 +-
>  scripts/qmp/qmp.py        | 2 +-
>  scripts/device-crash-test | 6 +++++-
>  3 files changed, 7 insertions(+), 3 deletions(-)

Applied, thanks.

-- PMM