From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRSAE-0007uC-H9 for qemu-devel@nongnu.org; Mon, 07 May 2012 13:56:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRSAC-0002zs-Bg for qemu-devel@nongnu.org; Mon, 07 May 2012 13:56:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRSAC-0002zZ-3Z for qemu-devel@nongnu.org; Mon, 07 May 2012 13:56:00 -0400 From: Kevin Wolf Date: Mon, 7 May 2012 19:55:49 +0200 Message-Id: <1336413354-5244-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] [PULL 0/5] Block patches for 1.1 List-Id: 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 847c25d01cbe8e4fe457a7426f82daaaf3287a= ae: hw/ac97: Mask out the EAPD bit on Powerdown Ctrl/Stat writes (2012-05-0= 7 16:31:40 +0400) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Herv=C3=A9 Poussineau (1): fdc: simplify media change handling Kevin Wolf (1): qcow2: Limit COW to where it's needed MORITA Kazutaka (1): sheepdog: switch to writethrough mode if cluster doesn't support fl= ush Zhi Yong Wu (2): block: make bdrv_create adopt coroutine qcow2: lock on prealloc block.c | 44 ++++++++++++++++++++++++++++++++++++++++++-= - block/qcow2-cluster.c | 14 +++++++++----- block/qcow2.c | 3 +++ block/sheepdog.c | 8 ++++++++ hw/fdc.c | 29 +++++++++++------------------ 5 files changed, 73 insertions(+), 25 deletions(-)