From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WW2r3-00034Z-WE for qemu-devel@nongnu.org; Fri, 04 Apr 2014 08:04:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WW2qu-0002nt-8K for qemu-devel@nongnu.org; Fri, 04 Apr 2014 08:04:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WW2qt-0002nd-Vp for qemu-devel@nongnu.org; Fri, 04 Apr 2014 08:04:08 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s34C463M021147 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 4 Apr 2014 08:04:07 -0400 From: Kevin Wolf Date: Fri, 4 Apr 2014 14:03:50 +0200 Message-Id: <1396613033-20222-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH for-2.0 0/3] bdrv_open() fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com, mreitz@redhat.com Kevin Wolf (3): block: Don't parse 'filename' option qemu-iotests: Remove CR line endings in reference output block: Fix snapshot=on for protocol parsed from filename block.c | 152 +++++++++++++++++++++++---------------------- include/block/block.h | 1 + tests/qemu-iotests/051 | 6 ++ tests/qemu-iotests/051.out | 35 +++++++++-- 4 files changed, 115 insertions(+), 79 deletions(-) -- 1.8.3.1