From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6jpc-00071C-PC for qemu-devel@nongnu.org; Wed, 29 Aug 2012 11:05:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6jpT-00032o-C9 for qemu-devel@nongnu.org; Wed, 29 Aug 2012 11:05:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6jpT-00031g-36 for qemu-devel@nongnu.org; Wed, 29 Aug 2012 11:05:15 -0400 From: Kevin Wolf Date: Wed, 29 Aug 2012 17:05:06 +0200 Message-Id: <1346252709-5680-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 0/3] Block patches for 1.2-rc2 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 18fec301cd2a38f72a5eeba2656a0c5b4fa69fb7: tcg/mips: fix broken CONFIG_TCG_PASS_AREG0 code (2012-08-28 20:38:39 +0200) are available in the git repository at: http://repo.or.cz/r/qemu/kevin.git for-anthony Stefan Hajnoczi (3): qed: refuse unaligned zero writes with a backing file stream: complete early if end of backing file is reached qemu-iotests: add backing file smaller than image test case block/qed.c | 11 +++++++++++ block/stream.c | 6 ++++++ tests/qemu-iotests/030 | 33 +++++++++++++++++++++++++++++++++ tests/qemu-iotests/030.out | 4 ++-- 4 files changed, 52 insertions(+), 2 deletions(-)