From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46149 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWJM7-0007YO-Id for qemu-devel@nongnu.org; Tue, 06 Jul 2010 21:23:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OWJM6-0007iX-4Z for qemu-devel@nongnu.org; Tue, 06 Jul 2010 21:23:19 -0400 Received: from verein.lst.de ([213.95.11.210]:45192) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWJM5-0007iG-SP for qemu-devel@nongnu.org; Tue, 06 Jul 2010 21:23:18 -0400 Date: Wed, 7 Jul 2010 03:23:16 +0200 From: Christoph Hellwig Message-ID: <20100707012316.GC2398@lst.de> References: <1278418136-24556-1-git-send-email-armbru@redhat.com> <1278418136-24556-4-git-send-email-armbru@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1278418136-24556-4-git-send-email-armbru@redhat.com> 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: kwolf@redhat.com, hch@lst.de, qemu-devel@nongnu.org, kraxel@redhat.com 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.