From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaU1P-00068V-CL for qemu-devel@nongnu.org; Mon, 19 Nov 2012 11:16:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TaU1L-00038g-Gc for qemu-devel@nongnu.org; Mon, 19 Nov 2012 11:16:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaU1L-00038b-8o for qemu-devel@nongnu.org; Mon, 19 Nov 2012 11:16:27 -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 qAJGGQh2032243 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 19 Nov 2012 11:16:26 -0500 Message-ID: <50AA5B58.8080509@redhat.com> Date: Mon, 19 Nov 2012 11:16:24 -0500 From: Jeff Cody MIME-Version: 1.0 References: <9cdf58cc9d0e9476a0d549176f14e6f40bbb7d51.1353339221.git.jcody@redhat.com> <50AA5426.3060203@redhat.com> In-Reply-To: <50AA5426.3060203@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] block: add bdrv_reopen() support for raw hdev devices Reply-To: jcody@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, stefanha@redhat.com On 11/19/2012 10:45 AM, Kevin Wolf wrote: > Am 19.11.2012 16:37, schrieb Jeff Cody: >> The host device reopen handler for raw-posix is the same as the file reopen >> handler. >> > > What about host_floppy and (twice) host_cdrom? > > Kevin > Do we need / want reopen for floppy and/or cdrom?