From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33804 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oq7cT-0001RB-DC for qemu-devel@nongnu.org; Mon, 30 Aug 2010 12:54:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oq7cQ-0001GW-6D for qemu-devel@nongnu.org; Mon, 30 Aug 2010 12:54:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47890) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oq7cP-0001GA-Vm for qemu-devel@nongnu.org; Mon, 30 Aug 2010 12:54:02 -0400 From: Kevin Wolf Date: Mon, 30 Aug 2010 18:53:47 +0200 Message-Id: <1283187233-3925-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [STABLE 0.13][PULL 0/6] Block patches for stable-0.13 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org The following changes since commit 96638e706cd431528690cf611adcb04e1bc325= 5d: ide: Avoid canceling IDE DMA (2010-08-03 16:39:54 +0200) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-stable-0.13 Andrew de Quincey (1): posix-aio-compat: Fix async_conmtext for ioctl Kevin Wolf (4): virtio: Factor virtqueue_map_sg out virtio-blk: Fix migration of queued requests block: Fix image re-open in bdrv_commit qemu-img rebase: Open new backing file read-only Lo=C3=AFc Minier (1): vvfat: fat_chksum(): fix access above array bounds block.c | 13 +++++++++---- block/vvfat.c | 2 +- hw/virtio-blk.c | 5 +++++ hw/virtio.c | 38 ++++++++++++++++++++++++-------------- hw/virtio.h | 3 +++ posix-aio-compat.c | 1 + qemu-img.c | 2 +- 7 files changed, 44 insertions(+), 20 deletions(-)