From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tapyp-000726-Lk for qemu-devel@nongnu.org; Tue, 20 Nov 2012 10:43:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tapyo-0002cq-Li for qemu-devel@nongnu.org; Tue, 20 Nov 2012 10:43:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tapyo-0002c6-Du for qemu-devel@nongnu.org; Tue, 20 Nov 2012 10:43:18 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAKFhH5d029882 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 20 Nov 2012 10:43:17 -0500 Date: Tue, 20 Nov 2012 16:43:15 +0100 From: Stefan Hajnoczi Message-ID: <20121120154315.GA3428@stefanha-thinkpad.redhat.com> References: <98d24a4a1a82d48a6fdc866fd74d9d33a22a4025.1353424700.git.jcody@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <98d24a4a1a82d48a6fdc866fd74d9d33a22a4025.1353424700.git.jcody@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] block: add bdrv_reopen() support for raw hdev, floppy, and cdrom List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: kwolf@redhat.com, qemu-devel@nongnu.org On Tue, Nov 20, 2012 at 10:21:10AM -0500, Jeff Cody wrote: > For hdev, floppy, and cdrom, the reopen() handlers are the same as > for the file reopen handler. For floppy and cdrom types, however, > we keep O_NONBLOCK, as in the _open function. > > Signed-off-by: Jeff Cody > --- > block/raw-posix.c | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) Thanks, applied to my block-next tree: https://github.com/stefanha/qemu/commits/block-next Stefan