From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36204 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWRWh-0001Ir-Gm for qemu-devel@nongnu.org; Wed, 07 Jul 2010 06:06:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OWRWg-0001Wr-14 for qemu-devel@nongnu.org; Wed, 07 Jul 2010 06:06:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28678) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWRWf-0001Wd-J8 for qemu-devel@nongnu.org; Wed, 07 Jul 2010 06:06:45 -0400 Message-ID: <4C3451A7.8060207@redhat.com> Date: Wed, 07 Jul 2010 12:06:31 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1278418136-24556-1-git-send-email-armbru@redhat.com> <1278418136-24556-4-git-send-email-armbru@redhat.com> <20100707012316.GC2398@lst.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2 03/13] raw-posix: Fix test for host CD-ROM List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: kraxel@redhat.com, Christoph Hellwig , qemu-devel@nongnu.org Am 07.07.2010 11:34, schrieb Markus Armbruster: > Christoph Hellwig writes: > >> On Tue, Jul 06, 2010 at 02:08:46PM +0200, Markus Armbruster wrote: >>> * Any drive backed by host_floppy now retries. >> >> I would really prefer not to change the behaviour for this case, it'll >> just confuse people looking at the history when finally removing this >> hack. > > I'm fine either way. Kevin? I don't really care about floppies, and I doubt anyone does. Retaining old behaviour should never be wrong, so if you prefer, I'm okay with it. Kevin