From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYXuM-000119-IN for qemu-devel@nongnu.org; Thu, 19 Mar 2015 06:42:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYXuJ-0005x4-T7 for qemu-devel@nongnu.org; Thu, 19 Mar 2015 06:42:34 -0400 Date: Thu, 19 Mar 2015 11:42:28 +0100 From: Kevin Wolf Message-ID: <20150319104228.GA3845@noname.redhat.com> References: <1426608140-20592-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426608140-20592-1-git-send-email-armbru@redhat.com> Subject: Re: [Qemu-devel] [PATCH] raw-posix: Deprecate host floppy passthrough List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: stefanha@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org, mreitz@redhat.com Am 17.03.2015 um 17:02 hat Markus Armbruster geschrieben: > Raise your hand if you have a physical floppy drive in a computer > you've powered on in 2015. Okay, I see we got a few weirdos in the > audience. That's okay, weirdos are welcome here. > > Kidding aside, media change detection doesn't fully work, isn't going > to be fixed, and floppy passthrough just isn't earning its keep > anymore. > > Deprecate block driver host_floppy now, so we can drop it after a > grace period. > > Signed-off-by: Markus Armbruster Thanks, applied to the block branch. Kevin