From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUwq0-0001Z7-TE for qemu-devel@nongnu.org; Mon, 09 Mar 2015 08:31:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUwpw-00070u-RO for qemu-devel@nongnu.org; Mon, 09 Mar 2015 08:31:12 -0400 Message-ID: <54FD9284.1040307@suse.de> Date: Mon, 09 Mar 2015 07:31:00 -0500 From: Alexander Graf MIME-Version: 1.0 References: <1425278787-10079-1-git-send-email-aik@ozlabs.ru> <1425278787-10079-3-git-send-email-aik@ozlabs.ru> In-Reply-To: <1425278787-10079-3-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, David Gibson On 02.03.15 00:46, Alexey Kardashevskiy wrote: > This removes floppy disks support as it is not supported by any PPC64 > system anyway as the only way to have floppy disk on such systems would > be an ISA bus and Linux kernels seems have never had such support. >=20 > Signed-off-by: Alexey Kardashevskiy I removed this patch from my queue again. The ppc64-softmmu target can execute -M PReP which in turn uses the fdc. Alex > --- >=20 > At the moment on POWERPC platform ISA bus depends on CHRP config option > which is so unsupported that it depends on 6xx config option which is n= ot > defined anywhere in the kernel (there is PPC_6xx instead with PPC_ pref= ix). > --- > default-configs/ppc64-softmmu.mak | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git a/default-configs/ppc64-softmmu.mak b/default-configs/ppc64-= softmmu.mak > index 2d97bdf..53f5c73 100644 > --- a/default-configs/ppc64-softmmu.mak > +++ b/default-configs/ppc64-softmmu.mak > @@ -10,7 +10,6 @@ CONFIG_SERIAL=3Dy > CONFIG_PARALLEL=3Dy > CONFIG_I8254=3Dy > CONFIG_PCKBD=3Dy > -CONFIG_FDC=3Dy > CONFIG_I8257=3Dy > CONFIG_I82374=3Dy > CONFIG_OPENPIC=3Dy >=20