[Qemu-devel] [PULL 0/1] Python queue, 2018-06-22

Eduardo Habkost posted 1 patch 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180622184909.23381-1-ehabkost@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
scripts/qmp/qemu-ga-client | 3 +--
scripts/qmp/qmp            | 3 +--
scripts/qmp/qmp-shell      | 3 +--
scripts/qmp/qom-fuse       | 3 +--
scripts/qmp/qom-get        | 3 +--
scripts/qmp/qom-list       | 3 +--
scripts/qmp/qom-set        | 3 +--
scripts/qmp/qom-tree       | 3 +--
8 files changed, 8 insertions(+), 16 deletions(-)
[Qemu-devel] [PULL 0/1] Python queue, 2018-06-22
Posted by Eduardo Habkost 5 years, 10 months ago
The following changes since commit 7ed14cbf3cf083f125c079bd02b3215941853830:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-06-22' into staging (2018-06-22 17:08:58 +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 bf20b675cc5a2568f1105c3577663978c5a13108:

  Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import" (2018-06-22 15:45:42 -0300)

----------------------------------------------------------------
Python queue, 2018-06-22

* Partially revert commit that broke qmp-shell and other scripts
  inside ./scripts/qmp

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

Eduardo Habkost (1):
  Partially revert "python: futurize -f
    libfuturize.fixes.fix_absolute_import"

 scripts/qmp/qemu-ga-client | 3 +--
 scripts/qmp/qmp            | 3 +--
 scripts/qmp/qmp-shell      | 3 +--
 scripts/qmp/qom-fuse       | 3 +--
 scripts/qmp/qom-get        | 3 +--
 scripts/qmp/qom-list       | 3 +--
 scripts/qmp/qom-set        | 3 +--
 scripts/qmp/qom-tree       | 3 +--
 8 files changed, 8 insertions(+), 16 deletions(-)

-- 
2.18.0.rc1.1.g3f1ff2140


Re: [Qemu-devel] [PULL 0/1] Python queue, 2018-06-22
Posted by Peter Maydell 5 years, 9 months ago
On 22 June 2018 at 19:49, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit 7ed14cbf3cf083f125c079bd02b3215941853830:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-06-22' into staging (2018-06-22 17:08:58 +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 bf20b675cc5a2568f1105c3577663978c5a13108:
>
>   Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import" (2018-06-22 15:45:42 -0300)
>
> ----------------------------------------------------------------
> Python queue, 2018-06-22
>
> * Partially revert commit that broke qmp-shell and other scripts
>   inside ./scripts/qmp
>

Applied, thanks.

-- PMM