mbox

[PULL,0/2] Python next patches

Message ID 20170922144259.5956-1-ehabkost@redhat.com
State New
Headers show

Pull-request

git://github.com/ehabkost/qemu.git tags/python-next-pull-request

Message

Eduardo Habkost Sept. 22, 2017, 2:42 p.m. UTC
The following changes since commit 9ee660e7c138595224b65ddc1c5712549f0a278c:

  Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170921' into staging (2017-09-21 14:40:32 +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 ad904f6689f1ced282b413cb904c166f294a73ee:

  MAINTAINERS: Add Python scripts (2017-09-22 11:39:55 -0300)

----------------------------------------------------------------
Python queue, 2017-09-22

* MAINTAINERS update
* Fix logging issue on test scripts using qemu.py

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

Eduardo Habkost (2):
  qemu.py: Call logging.basicConfig() automatically
  MAINTAINERS: Add Python scripts

 scripts/qemu.py | 3 +++
 MAINTAINERS     | 8 ++++++++
 2 files changed, 11 insertions(+)

Comments

Peter Maydell Sept. 22, 2017, 4:38 p.m. UTC | #1
On 22 September 2017 at 15:42, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit 9ee660e7c138595224b65ddc1c5712549f0a278c:
>
>   Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170921' into staging (2017-09-21 14:40:32 +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 ad904f6689f1ced282b413cb904c166f294a73ee:
>
>   MAINTAINERS: Add Python scripts (2017-09-22 11:39:55 -0300)
>
> ----------------------------------------------------------------
> Python queue, 2017-09-22
>
> * MAINTAINERS update
> * Fix logging issue on test scripts using qemu.py
>
> ----------------------------------------------------------------
>
> Eduardo Habkost (2):
>   qemu.py: Call logging.basicConfig() automatically
>   MAINTAINERS: Add Python scripts
>
>  scripts/qemu.py | 3 +++
>  MAINTAINERS     | 8 ++++++++
>  2 files changed, 11 insertions(+)

Applied, thanks.

-- PMM