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

Eduardo Habkost posted 4 patches 5 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181004021943.22724-1-ehabkost@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
scripts/device-crash-test          | 6 ------
tests/docker/docker.py             | 4 +---
tests/migration/guestperf/shell.py | 8 +++-----
3 files changed, 4 insertions(+), 14 deletions(-)
[Qemu-devel] [PULL 0/4] Python queue, 2018-10-03
Posted by Eduardo Habkost 5 years, 6 months ago
The following changes since commit dafd95053611aa14dda40266857608d12ddce658:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-10-02 18:27:18 +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 cd0c3da730bc8369f0b6c1c6bf81babd9851060d:

  scripts/device-crash-test: Remove entries for serial devices (2018-10-03 23:08:51 -0300)

----------------------------------------------------------------
Python queue, 2018-10-03

* Remove fixed serial device errors from device-crash-test
* Remove unnecessary Python 2.6 compatibility code

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

Eduardo Habkost (3):
  device-crash-test: No need for sys.path hack
  Revert "docker.py: Python 2.6 argparse compatibility"
  Revert "tests: migration/guestperf Python 2.6 argparse compatibility"

Thomas Huth (1):
  scripts/device-crash-test: Remove entries for serial devices

 scripts/device-crash-test          | 6 ------
 tests/docker/docker.py             | 4 +---
 tests/migration/guestperf/shell.py | 8 +++-----
 3 files changed, 4 insertions(+), 14 deletions(-)

-- 
2.18.0.rc1.1.g3f1ff2140


Re: [Qemu-devel] [PULL 0/4] Python queue, 2018-10-03
Posted by Peter Maydell 5 years, 6 months ago
On 4 October 2018 at 03:19, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit dafd95053611aa14dda40266857608d12ddce658:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-10-02 18:27:18 +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 cd0c3da730bc8369f0b6c1c6bf81babd9851060d:
>
>   scripts/device-crash-test: Remove entries for serial devices (2018-10-03 23:08:51 -0300)
>
> ----------------------------------------------------------------
> Python queue, 2018-10-03
>
> * Remove fixed serial device errors from device-crash-test
> * Remove unnecessary Python 2.6 compatibility code
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM