From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MmqIA-0006ea-JW for qemu-devel@nongnu.org; Sun, 13 Sep 2009 10:43:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MmqI5-0006cl-6t for qemu-devel@nongnu.org; Sun, 13 Sep 2009 10:43:01 -0400 Received: from [199.232.76.173] (port=55997 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmqI4-0006cg-T0 for qemu-devel@nongnu.org; Sun, 13 Sep 2009 10:42:56 -0400 Received: from mtaout01-winn.ispmail.ntl.com ([81.103.221.47]:27802) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MmqI4-0007BV-BZ for qemu-devel@nongnu.org; Sun, 13 Sep 2009 10:42:56 -0400 Date: Sun, 13 Sep 2009 15:44:07 +0100 From: Stuart Brady Subject: Re: [Qemu-devel] [PATCH] fdc: fix MAX_FD probelm Message-ID: <20090913144407.GA17024@miranda.arrow> References: <20090913001029.GA15792@miranda.arrow> <200909131007.AA00106@YOUR-BD18D6DD63.m1.interq.or.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200909131007.AA00106@YOUR-BD18D6DD63.m1.interq.or.jp> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?B?5q2m55SwIOS/iuS5nw==?= Cc: qemu-devel@nongnu.org On Sun, Sep 13, 2009 at 07:07:12PM +0900, 武田 俊也 wrote: > I added "connected" t fdrive_t to show physical drive is connected or not > and it is initialized in fdctrl_connect_drives(). > > This is new patch. Neat. :-) I'm still slightly concerned that for machines with MAX_PHYSICAL_DRIVES set to 2, guests would see drives 2 and 3 as present, but with no disk inserted. Previously, though, I expect they would have been mirrors of drives 0 and 1, which is obviously worse! Cheers, -- Stuart Brady