From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GEPMT-0000PK-WB for qemu-devel@nongnu.org; Sat, 19 Aug 2006 07:51:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GEPMS-0000O3-5V for qemu-devel@nongnu.org; Sat, 19 Aug 2006 07:51:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GEPMS-0000Ny-2X for qemu-devel@nongnu.org; Sat, 19 Aug 2006 07:51:32 -0400 Received: from [80.12.242.1] (helo=smtp-msa-out19.orange.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GEPTN-0008PI-BS for qemu-devel@nongnu.org; Sat, 19 Aug 2006 07:58:41 -0400 Received: from [192.168.1.101] (AMontpellier-251-1-53-191.w81-251.abo.wanadoo.fr [81.251.91.191]) by mwinf1919.orange.fr (SMTP Server) with ESMTP id C9CE81C000A8 for ; Sat, 19 Aug 2006 13:51:30 +0200 (CEST) Message-ID: <44E6FB7D.8020400@bellard.org> Date: Sat, 19 Aug 2006 13:52:29 +0200 From: Fabrice Bellard MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Support of host drives Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I just commited some new code to have a better support for host drives. The documentation is updated as well. I have only implemented Linux support. Contributors are welcomed to submit patches for better Windows, Mac OS X or BSD support. On the Linux host side, I am interested by a better detection system for floppy change. Regards, Fabrice.