From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Na6Ir-0004Dg-AS for qemu-devel@nongnu.org; Wed, 27 Jan 2010 06:43:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Na6Il-00049s-Uw for qemu-devel@nongnu.org; Wed, 27 Jan 2010 06:43:20 -0500 Received: from [199.232.76.173] (port=39232 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Na6Il-00049l-Na for qemu-devel@nongnu.org; Wed, 27 Jan 2010 06:43:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1025) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Na6Il-0001M5-7l for qemu-devel@nongnu.org; Wed, 27 Jan 2010 06:43:15 -0500 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0RBhDeL006212 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 27 Jan 2010 06:43:14 -0500 Message-ID: <4B6026CD.8000204@redhat.com> Date: Wed, 27 Jan 2010 12:43:09 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1262787790-27764-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1262787790-27764-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [FOR 0.12 RESEND PATCH] fdc: fix drive property handling. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 01/06/10 15:23, Gerd Hoffmann wrote: > Fix the floppy controller init wrappers to set the drive properties > only in case the DriveInfo pointers passed in are non NULL. This allows > to set the properties using -global. > > Signed-off-by: Gerd Hoffmann Ping. This patch seems to keep missing the boat ... cheers, Gerd