From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMz4E-00049z-Hs for qemu-devel@nongnu.org; Thu, 28 Aug 2014 08:44:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMz49-0008Ag-5X for qemu-devel@nongnu.org; Thu, 28 Aug 2014 08:44:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMz48-0008AL-Ue for qemu-devel@nongnu.org; Thu, 28 Aug 2014 08:44:37 -0400 From: Stefan Hajnoczi Date: Thu, 28 Aug 2014 13:44:21 +0100 Message-Id: <1409229867-16775-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 0/6] Fixes for buildbot failures List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Hajnoczi 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