From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSSft-000575-02 for qemu-devel@nongnu.org; Tue, 25 Mar 2014 10:50:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSSfl-0007WL-DI for qemu-devel@nongnu.org; Tue, 25 Mar 2014 10:49:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSSfl-0007W7-5C for qemu-devel@nongnu.org; Tue, 25 Mar 2014 10:49:49 -0400 From: Stefan Hajnoczi Date: Tue, 25 Mar 2014 15:49:27 +0100 Message-Id: <1395758972-11050-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL for-2.0 0/5] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Hajnoczi , Anthony Liguori The following changes since commit 839a5547574e57cce62f49bfc50fe1f04b00589a: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140324' into staging (2014-03-24 19:25:09 +0000) are available in the git repository at: git@github.com:stefanha/qemu.git tags/block-pull-request for you to fetch changes up to 7b770c720b28b8ac5b82ae431f2f354b7f8add91: mirror: fix early wake from sleep due to aio (2014-03-25 14:09:50 +0100) ---------------------------------------------------------------- Block pull request ---------------------------------------------------------------- Deepak Kathayat (1): Fixed various typos Paolo Bonzini (1): mirror: fix throttling delay calculation Prasad Joshi (1): qemu-img: mandate argument to 'qemu-img check --repair' Stefan Hajnoczi (2): osdep: initialize glib threads in all QEMU tools mirror: fix early wake from sleep due to aio block/gluster.c | 2 +- block/mirror.c | 37 +++++++++++++++++++++++-------------- block/qcow.c | 2 +- block/sheepdog.c | 8 ++++---- block/vdi.c | 2 +- block/vhdx-log.c | 2 +- qemu-img.c | 2 +- slirp/tftp.c | 2 +- trace-events | 2 +- trace/simple.c | 9 --------- util/osdep.c | 18 ++++++++++++++++++ vl.c | 8 -------- 12 files changed, 52 insertions(+), 42 deletions(-) -- 1.8.5.3