From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYajq-0003YP-W0 for qemu-devel@nongnu.org; Fri, 11 Apr 2014 08:39:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYajl-00010r-Rs for qemu-devel@nongnu.org; Fri, 11 Apr 2014 08:39:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYajl-00010l-Jr for qemu-devel@nongnu.org; Fri, 11 Apr 2014 08:39:17 -0400 From: Kevin Wolf Date: Fri, 11 Apr 2014 14:39:08 +0200 Message-Id: <1397219952-26807-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 0/4] Block patches for 2.0.0-rc3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, peter.maydell@linaro.org The following changes since commit f516a5cc051db6e999e9e60dc968dcb5aeffe11f: Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2014-04-10 23:07:56 +0100) are available in the git repository at: git://repo.or.cz/qemu/kevin.git tags/for-upstream for you to fetch changes up to 5450466394c95cea8b661fb197ed215a4ab5d700: block-commit: speed is an optional parameter (2014-04-11 13:59:49 +0200) ---------------------------------------------------------------- Block patches for 2.0.0-rc3 ---------------------------------------------------------------- Fam Zheng (1): iscsi: Remember to set ret for iscsi_open in error case Kevin Wolf (2): bochs: Fix memory leak in bochs_open() error path bochs: Fix catalog size check Max Reitz (1): block-commit: speed is an optional parameter block/bochs.c | 20 +++++++++++++++----- block/iscsi.c | 1 + blockdev.c | 4 ++++ tests/qemu-iotests/078 | 6 +++++- tests/qemu-iotests/078.out | 6 ++++-- 5 files changed, 29 insertions(+), 8 deletions(-)