From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSKGx-0000B4-Ga for qemu-devel@nongnu.org; Mon, 02 Mar 2015 01:56:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSKGn-0006yN-6P for qemu-devel@nongnu.org; Mon, 02 Mar 2015 01:56:11 -0500 Received: from e23smtp06.au.ibm.com ([202.81.31.148]:59035) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSKGm-0006rw-8h for qemu-devel@nongnu.org; Mon, 02 Mar 2015 01:56:01 -0500 Received: from /spool/local by e23smtp06.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 2 Mar 2015 16:55:54 +1000 From: Alexey Kardashevskiy Date: Mon, 2 Mar 2015 17:46:26 +1100 Message-Id: <1425278787-10079-3-git-send-email-aik@ozlabs.ru> In-Reply-To: <1425278787-10079-1-git-send-email-aik@ozlabs.ru> References: <1425278787-10079-1-git-send-email-aik@ozlabs.ru> Subject: [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: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , qemu-ppc@nongnu.org, Alexander Graf , David Gibson 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. Signed-off-by: Alexey Kardashevskiy --- 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 not defined anywhere in the kernel (there is PPC_6xx instead with PPC_ prefix). --- default-configs/ppc64-softmmu.mak | 1 - 1 file changed, 1 deletion(-) 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=y CONFIG_PARALLEL=y CONFIG_I8254=y CONFIG_PCKBD=y -CONFIG_FDC=y CONFIG_I8257=y CONFIG_I82374=y CONFIG_OPENPIC=y -- 2.0.0