From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUypx-00056d-OV for qemu-devel@nongnu.org; Mon, 09 Mar 2015 10:39:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUypr-00087C-GA for qemu-devel@nongnu.org; Mon, 09 Mar 2015 10:39:17 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:36288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUypr-00085Y-BH for qemu-devel@nongnu.org; Mon, 09 Mar 2015 10:39:11 -0400 Received: by pdbnh10 with SMTP id nh10so71753137pdb.3 for ; Mon, 09 Mar 2015 07:39:09 -0700 (PDT) Message-ID: <54FDB086.1050304@ozlabs.ru> Date: Tue, 10 Mar 2015 01:39:02 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1425278787-10079-1-git-send-email-aik@ozlabs.ru> <1425278787-10079-3-git-send-email-aik@ozlabs.ru> <54FD9284.1040307@suse.de> In-Reply-To: <54FD9284.1040307@suse.de> Content-Type: text/plain; charset=koi8-r; format=flowed Content-Transfer-Encoding: 7bit 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: Alexander Graf , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, David Gibson On 03/09/2015 11:31 PM, Alexander Graf wrote: > > > 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. >> >> 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. Out of curiosity - do you have actual 64bit guests being able to run on PReP? :) Current Linux ditched its support... > > > Alex > >> --- >> >> 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 >> -- Alexey