From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QN4rD-0002zA-Cy for qemu-devel@nongnu.org; Thu, 19 May 2011 11:09:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QN4rC-0006mW-B4 for qemu-devel@nongnu.org; Thu, 19 May 2011 11:09:47 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:46230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QN4rC-0006mL-8j for qemu-devel@nongnu.org; Thu, 19 May 2011 11:09:46 -0400 Received: by yxk8 with SMTP id 8so1100730yxk.4 for ; Thu, 19 May 2011 08:09:45 -0700 (PDT) Message-ID: <4DD532B6.6080100@codemonkey.ws> Date: Thu, 19 May 2011 10:09:42 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1305808412-16994-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1305808412-16994-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/18] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 05/19/2011 07:33 AM, Kevin Wolf wrote: > The following changes since commit 96d19bcbf5f679bbaaeab001b572c367fbfb2b03: > > ahci: Unbreak bar registration (2011-05-16 10:15:47 -0500) > > are available in the git repository at: > git://repo.or.cz/qemu/kevin.git for-anthony Pulled. Thanks. Regards, Anthony Liguori > > Alexander Graf (1): > ahci: Fix non-NCQ accesses for LBA> 16bits > > Andrea Arcangeli (1): > ide: cleanup warnings > > Dmitry Konishchev (1): > qemu_img: is_not_zero() optimization > > Jan Kiszka (1): > ahci: Fix crashes on duplicate BH registration > > Jes Sorensen (2): > qemu-img.c: Remove superfluous parenthesis > Add documentation for qemu_progress_{init,print}() > > Kevin Wolf (2): > posix-aio-compat: Fix idle_threads counter > ide: Turn debug messages into assertions > > Markus Armbruster (6): > ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd" > scsi: Split qdev "scsi-disk" into "scsi-hd" and "scsi-cd" > defaults: ide-cd, ide-hd and scsi-cd devices suppress default CD-ROM > block QMP: Deprecate query-block's "type", drop info block's "type=" > blockdev: Store -drive option media in DriveInfo > block: Remove type hint, it's guest matter, doesn't belong here > > Stefan Hajnoczi (3): > qemu-tool: Stub out qemu-timer functions > qed: Periodically flush and clear need check bit > qed: support for growing images > > Stefan Weil (1): > hw/xen_disk: Remove unused local variable > > block.c | 32 +----------- > block.h | 5 -- > block/qed.c | 126 ++++++++++++++++++++++++++++++++++++++++++++++- > block/qed.h | 7 +++ > block_int.h | 1 - > blockdev.c | 5 +- > blockdev.h | 1 + > hw/ide/ahci.c | 35 +++++++++++-- > hw/ide/core.c | 10 ++-- > hw/ide/internal.h | 2 +- > hw/ide/pci.c | 8 +-- > hw/ide/qdev.c | 81 ++++++++++++++++++++++++------- > hw/scsi-disk.c | 137 +++++++++++++++++++++++++++++++++++++++------------- > hw/xen_devconfig.c | 2 +- > hw/xen_disk.c | 4 +- > posix-aio-compat.c | 6 +-- > qemu-common.h | 2 +- > qemu-img.c | 35 +++++++++++-- > qemu-progress.c | 24 ++++++++- > qemu-tool.c | 25 ++++++++++ > qmp-commands.hx | 11 ++-- > trace-events | 3 + > vl.c | 3 + > 23 files changed, 436 insertions(+), 129 deletions(-)