From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JbNFa-0001aN-T6 for qemu-devel@nongnu.org; Mon, 17 Mar 2008 17:52:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JbNFY-0001Zi-Lx for qemu-devel@nongnu.org; Mon, 17 Mar 2008 17:52:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JbNFY-0001ZZ-JV for qemu-devel@nongnu.org; Mon, 17 Mar 2008 17:52:08 -0400 Received: from smtp3-g19.free.fr ([212.27.42.29]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JbNFY-00051e-1w for qemu-devel@nongnu.org; Mon, 17 Mar 2008 17:52:08 -0400 Received: from smtp3-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp3-g19.free.fr (Postfix) with ESMTP id 2223D17B564 for ; Mon, 17 Mar 2008 22:52:07 +0100 (CET) Received: from [127.0.0.1] (rob92-10-88-171-126-33.fbx.proxad.net [88.171.126.33]) by smtp3-g19.free.fr (Postfix) with ESMTP id E60F417B57D for ; Mon, 17 Mar 2008 22:52:06 +0100 (CET) Message-ID: <47DEE806.4050603@reactos.org> Date: Mon, 17 Mar 2008 22:52:06 +0100 From: =?ISO-8859-1?Q?Herv=E9_Poussineau?= MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040503000106000500040009" Subject: [Qemu-devel] [PATCH] Clean fdc.h 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 This is a multi-part message in MIME format. --------------040503000106000500040009 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Hi, fdc.c doesn't contain anymore a fd_table[] array. It has been removed=20 when -drive option has been added. Attached patch also removes it from fdc.h Herv=E9 --------------040503000106000500040009 Content-Type: text/plain; name="fdc.h.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fdc.h.patch" Index: hw/fdc.h =================================================================== RCS file: /sources/qemu/qemu/hw/fdc.h,v retrieving revision 1.1 diff -u -r1.1 hw/fdc.h --- hw/fdc.h 17 Nov 2007 17:14:41 -0000 1.1 +++ hw/fdc.h 17 Mar 2008 21:48:50 -0000 @@ -1,6 +1,5 @@ /* fdc.c */ #define MAX_FD 2 -extern BlockDriverState *fd_table[MAX_FD]; typedef struct fdctrl_t fdctrl_t; --------------040503000106000500040009--