From patchwork Fri Apr 5 17:02:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Wolf X-Patchwork-Id: 234203 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D9E772C00E3 for ; Sat, 6 Apr 2013 04:03:12 +1100 (EST) Received: from localhost ([::1]:44534 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOA2g-0005vz-PC for incoming@patchwork.ozlabs.org; Fri, 05 Apr 2013 13:03:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOA2Q-0005je-2L for qemu-devel@nongnu.org; Fri, 05 Apr 2013 13:02:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOA2O-0007uw-Er for qemu-devel@nongnu.org; Fri, 05 Apr 2013 13:02:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOA2O-0007up-6g for qemu-devel@nongnu.org; Fri, 05 Apr 2013 13:02:52 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r35H2oPc030657 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 5 Apr 2013 13:02:50 -0400 Received: from dhcp-200-207.str.redhat.com (ovpn-116-95.ams2.redhat.com [10.36.116.95]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r35H2muL025654; Fri, 5 Apr 2013 13:02:49 -0400 From: Kevin Wolf To: anthony@codemonkey.ws Date: Fri, 5 Apr 2013 19:02:38 +0200 Message-Id: <1365181358-16466-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: kwolf@redhat.com, qemu-devel@nongnu.org Subject: [Qemu-devel] [PULL v2 0/7] Block patches X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit d05ef160453e98546a4197496dc8a3cb2defac53: Allow clock_gettime() monotonic clock to be utilized on more OS's (2013-04-04 20:22:45 -0500) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony for you to fetch changes up to c2b6ff51e4a3ad1f7ec5dbc94970e9778b31d718: qcow2: Fix L1 write error handling in qcow2_update_snapshot_refcount (2013-04-05 18:58:05 +0200) ---------------------------------------------------------------- Kevin Wolf (3): usb-storage: Forward serial number to scsi-disk qcow2: Return real error in qcow2_update_snapshot_refcount qcow2: Fix L1 write error handling in qcow2_update_snapshot_refcount Stefan Hajnoczi (4): block: fix I/O throttling accounting blind spot block: keep I/O throttling slice time constant block: drop duplicated slice extension code block: clean up I/O throttling wait_time code block.c | 49 +++++++++++++++++++++-------------------------- block/qcow2-refcount.c | 25 ++++++++++++------------ blockdev.c | 1 - hw/pci/pci-hotplug.c | 2 +- hw/scsi-bus.c | 8 ++++++-- hw/scsi.h | 3 ++- hw/usb/dev-storage.c | 2 +- include/block/block_int.h | 3 +-- 8 files changed, 46 insertions(+), 47 deletions(-)