mbox

[PULL,0/6] Fixes for buildbot failures

Message ID 1409229867-16775-1-git-send-email-stefanha@redhat.com
State New
Headers show

Pull-request

git://github.com/stefanha/qemu.git tags/fix-buildbot-12082014-pull-request

Message

Stefan Hajnoczi Aug. 28, 2014, 12:44 p.m. UTC
The following changes since commit c47c61be8dcd91689c8fc77776db924d684c3b39:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-20140825.0' into staging (2014-08-26 10:42:06 +0100)

are available in the git repository at:


  git://github.com/stefanha/qemu.git tags/fix-buildbot-12082014-pull-request

for you to fetch changes up to 00c6d403a3ac303ebdcb1706ee983e13ba8e2d5f:

  Revert "qemu-img: sort block formats in help message" (2014-08-28 13:42:25 +0100)

----------------------------------------------------------------
Pull request

----------------------------------------------------------------
Stefan Hajnoczi (6):
      qapi.py: avoid Python 2.5+ any() function
      libqtest: launch QEMU with QEMU_AUDIO_DRV=none
      trace: avoid Python 2.5 all() in tracetool
      mirror: fix uninitialized variable delay_ns warnings
      block: sort formats alphabetically in bdrv_iterate_format()
      Revert "qemu-img: sort block formats in help message"

 block.c                               | 14 +++++++++++++-
 block/mirror.c                        |  4 +---
 qemu-img.c                            | 25 +++----------------------
 scripts/qapi.py                       |  8 ++++----
 scripts/tracetool/backend/__init__.py |  3 ++-
 tests/libqtest.c                      |  1 +
 6 files changed, 24 insertions(+), 31 deletions(-)

Comments

Peter Maydell Aug. 28, 2014, 3:07 p.m. UTC | #1
On 28 August 2014 13:44, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit c47c61be8dcd91689c8fc77776db924d684c3b39:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-20140825.0' into staging (2014-08-26 10:42:06 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/stefanha/qemu.git tags/fix-buildbot-12082014-pull-request
>
> for you to fetch changes up to 00c6d403a3ac303ebdcb1706ee983e13ba8e2d5f:
>
>   Revert "qemu-img: sort block formats in help message" (2014-08-28 13:42:25 +0100)
>
> ----------------------------------------------------------------
> Pull request
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM
Benoît Canet Aug. 28, 2014, 3:33 p.m. UTC | #2
The Thursday 28 Aug 2014 à 13:44:21 (+0100), Stefan Hajnoczi wrote :
> The following changes since commit c47c61be8dcd91689c8fc77776db924d684c3b39:
> 
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-20140825.0' into staging (2014-08-26 10:42:06 +0100)
> 
> are available in the git repository at:
> 
> 
>   git://github.com/stefanha/qemu.git tags/fix-buildbot-12082014-pull-request
> 
> for you to fetch changes up to 00c6d403a3ac303ebdcb1706ee983e13ba8e2d5f:
> 
>   Revert "qemu-img: sort block formats in help message" (2014-08-28 13:42:25 +0100)
> 
> ----------------------------------------------------------------
> Pull request
> 
> ----------------------------------------------------------------
> Stefan Hajnoczi (6):
>       qapi.py: avoid Python 2.5+ any() function
>       libqtest: launch QEMU with QEMU_AUDIO_DRV=none
>       trace: avoid Python 2.5 all() in tracetool
>       mirror: fix uninitialized variable delay_ns warnings
>       block: sort formats alphabetically in bdrv_iterate_format()
>       Revert "qemu-img: sort block formats in help message"
> 
>  block.c                               | 14 +++++++++++++-
>  block/mirror.c                        |  4 +---
>  qemu-img.c                            | 25 +++----------------------
>  scripts/qapi.py                       |  8 ++++----
>  scripts/tracetool/backend/__init__.py |  3 ++-
>  tests/libqtest.c                      |  1 +
>  6 files changed, 24 insertions(+), 31 deletions(-)
> 
> -- 
> 1.9.3
> 
> 

He you didn't included my rev by !!
Stefan Hajnoczi Aug. 29, 2014, 9:06 a.m. UTC | #3
On Thu, Aug 28, 2014 at 05:33:41PM +0200, Benoît Canet wrote:
> The Thursday 28 Aug 2014 à 13:44:21 (+0100), Stefan Hajnoczi wrote :
> > The following changes since commit c47c61be8dcd91689c8fc77776db924d684c3b39:
> > 
> >   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-20140825.0' into staging (2014-08-26 10:42:06 +0100)
> > 
> > are available in the git repository at:
> > 
> > 
> >   git://github.com/stefanha/qemu.git tags/fix-buildbot-12082014-pull-request
> > 
> > for you to fetch changes up to 00c6d403a3ac303ebdcb1706ee983e13ba8e2d5f:
> > 
> >   Revert "qemu-img: sort block formats in help message" (2014-08-28 13:42:25 +0100)
> > 
> > ----------------------------------------------------------------
> > Pull request
> > 
> > ----------------------------------------------------------------
> > Stefan Hajnoczi (6):
> >       qapi.py: avoid Python 2.5+ any() function
> >       libqtest: launch QEMU with QEMU_AUDIO_DRV=none
> >       trace: avoid Python 2.5 all() in tracetool
> >       mirror: fix uninitialized variable delay_ns warnings
> >       block: sort formats alphabetically in bdrv_iterate_format()
> >       Revert "qemu-img: sort block formats in help message"
> > 
> >  block.c                               | 14 +++++++++++++-
> >  block/mirror.c                        |  4 +---
> >  qemu-img.c                            | 25 +++----------------------
> >  scripts/qapi.py                       |  8 ++++----
> >  scripts/tracetool/backend/__init__.py |  3 ++-
> >  tests/libqtest.c                      |  1 +
> >  6 files changed, 24 insertions(+), 31 deletions(-)
> > 
> > -- 
> > 1.9.3
> > 
> > 
> 
> He you didn't included my rev by !!

Sorry about that.  Thanks for letting me know.

I need to debug my email script, because I applied the series with your
Reviewed-by: replies to create the pull request.  It must have ignored
them for some reason.

Stefan
Stefan Hajnoczi Aug. 29, 2014, 9:32 a.m. UTC | #4
On Thu, Aug 28, 2014 at 05:33:41PM +0200, Benoît Canet wrote:
> The Thursday 28 Aug 2014 à 13:44:21 (+0100), Stefan Hajnoczi wrote :
> > The following changes since commit c47c61be8dcd91689c8fc77776db924d684c3b39:
> > 
> >   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-20140825.0' into staging (2014-08-26 10:42:06 +0100)
> > 
> > are available in the git repository at:
> > 
> > 
> >   git://github.com/stefanha/qemu.git tags/fix-buildbot-12082014-pull-request
> > 
> > for you to fetch changes up to 00c6d403a3ac303ebdcb1706ee983e13ba8e2d5f:
> > 
> >   Revert "qemu-img: sort block formats in help message" (2014-08-28 13:42:25 +0100)
> > 
> > ----------------------------------------------------------------
> > Pull request
> > 
> > ----------------------------------------------------------------
> > Stefan Hajnoczi (6):
> >       qapi.py: avoid Python 2.5+ any() function
> >       libqtest: launch QEMU with QEMU_AUDIO_DRV=none
> >       trace: avoid Python 2.5 all() in tracetool
> >       mirror: fix uninitialized variable delay_ns warnings
> >       block: sort formats alphabetically in bdrv_iterate_format()
> >       Revert "qemu-img: sort block formats in help message"
> > 
> >  block.c                               | 14 +++++++++++++-
> >  block/mirror.c                        |  4 +---
> >  qemu-img.c                            | 25 +++----------------------
> >  scripts/qapi.py                       |  8 ++++----
> >  scripts/tracetool/backend/__init__.py |  3 ++-
> >  tests/libqtest.c                      |  1 +
> >  6 files changed, 24 insertions(+), 31 deletions(-)
> > 
> > -- 
> > 1.9.3
> > 
> > 
> 
> He you didn't included my rev by !!

This is strange, the pull request commits in git have your Reviewed-by:.
Peter merged them with your Reviewed-by:.

Only this email thread is missing Reviewed-by:.

Stefan