From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1fu1-00059m-T6 for qemu-devel@nongnu.org; Fri, 10 Jan 2014 12:29:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1ftw-0003ui-2J for qemu-devel@nongnu.org; Fri, 10 Jan 2014 12:29:49 -0500 Received: from v220110690675601.yourvserver.net ([37.221.199.173]:52167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1ftv-0003u8-T9 for qemu-devel@nongnu.org; Fri, 10 Jan 2014 12:29:44 -0500 Message-ID: <52D02E03.7040904@weilnetz.de> Date: Fri, 10 Jan 2014 18:29:39 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1387554416-5837-1-git-send-email-stefanha@redhat.com> In-Reply-To: <1387554416-5837-1-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset=UTF-8 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: qemu-devel@nongnu.org, Anthony Liguori Cc: Stefan Hajnoczi Am 20.12.2013 16:46, schrieb Stefan Hajnoczi: > Happy holidays to all! I'll be back on January 2nd. Kevin is also away so > there will be no block pull request next Friday. > > If there is anything urgent, please contact me at stefanha@gmail.com. > > The following changes since commit f8251db121c3f051b22a7536b97d160c30bcccd4: > > Merge remote-tracking branch 'agraf/tags/signed-ppc-for-upstream' into staging (2013-12-19 17:03:17 -0800) > > are available in the git repository at: > > > git://github.com/stefanha/qemu.git block > > for you to fetch changes up to 18da7f94cdce130f2a71387de4980ffa817181a1: > > commit: Remove unused check (2013-12-20 16:26:16 +0100) > > ---------------------------------------------------------------- > Fam Zheng (8): > vmdk: Check VMFS extent line field number > vmdk: Allow vmdk_create to work with protocol > mirror: Don't close target > mirror: Move base to MirrorBlockJob > block: Add commit_active_start() > commit: Support commit active layer > qemu-iotests: Update test cases for commit active > commit: Remove unused check > > Jeff Cody (2): > block: vhdx - improve error message, and .bdrv_check implementation > docs: updated qemu-img man page and qemu-doc to reflect VHDX support. > > Liu Yuan (1): > sheepdog: fix dynamic grow for running qcow2 format > > Paolo Bonzini (4): > vring: create a common function to parse descriptors > vring: factor common code for error exits > dataplane: change vring API to use VirtQueueElement > dataplane: replace hostmem with memory_region_find > > Stefan Hajnoczi (2): > qapi-schema: fix QEMU 1.8 references > qemu-iotests: drop duplicate virtio-blk initialization failure > > Stefan Weil (1): > block/iscsi: Fix compilation for libiscsi 1.4.0 (API change) Ping. QEMU compilation is broken on Debian hosts since several weeks now. These block patches include the fix. I'd appreciate if they could be pulled. Thanks, Stefan W.