[Qemu-devel] [PULL 0/2] Python queue, 2019-08-28

Eduardo Habkost posted 2 patches 4 years, 7 months ago
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190828192340.14025-1-ehabkost@redhat.com
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Rikalo <arikalo@wavecomp.com>
configure                                |  5 +++--
tests/Makefile.include                   |  2 +-
tests/acceptance/linux_ssh_mips_malta.py | 10 +++++-----
3 files changed, 9 insertions(+), 8 deletions(-)
[Qemu-devel] [PULL 0/2] Python queue, 2019-08-28
Posted by Eduardo Habkost 4 years, 7 months ago
The following changes since commit 23919ddfd56135cad3cb468a8f54d5a595f024f4:

  Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190827' into staging (2019-08-27 15:52:36 +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 406ab2f331555cfcf320fe2a77949d7f8af7ab32:

  configure: more resilient Python version capture (2019-08-27 16:57:24 -0300)

----------------------------------------------------------------
Python queue, 2019-08-28

Bug fix:
* configure: more resilient Python version capture (Cleber Rosa)

Cleanup:
* BootLinuxSshTest: Only use 'test' for unittest.TestCase method
  names (Philippe Mathieu-Daudé)

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

Cleber Rosa (1):
  configure: more resilient Python version capture

Philippe Mathieu-Daudé (1):
  BootLinuxSshTest: Only use 'test' for unittest.TestCase method names

 configure                                |  5 +++--
 tests/Makefile.include                   |  2 +-
 tests/acceptance/linux_ssh_mips_malta.py | 10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

-- 
2.21.0


Re: [Qemu-devel] [PULL 0/2] Python queue, 2019-08-28
Posted by Peter Maydell 4 years, 7 months ago
On Wed, 28 Aug 2019 at 20:23, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit 23919ddfd56135cad3cb468a8f54d5a595f024f4:
>
>   Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190827' into staging (2019-08-27 15:52:36 +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 406ab2f331555cfcf320fe2a77949d7f8af7ab32:
>
>   configure: more resilient Python version capture (2019-08-27 16:57:24 -0300)
>
> ----------------------------------------------------------------
> Python queue, 2019-08-28
>
> Bug fix:
> * configure: more resilient Python version capture (Cleber Rosa)
>
> Cleanup:
> * BootLinuxSshTest: Only use 'test' for unittest.TestCase method
>   names (Philippe Mathieu-Daudé)


Applied, thanks.

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

-- PMM