From: Alexey Kardashevskiy <aik@ozlabs.ru>
To: qemu-devel@nongnu.org
Cc: Alexey Kardashevskiy <aik@ozlabs.ru>,
qemu-ppc@nongnu.org, Alexander Graf <agraf@suse.de>,
David Gibson <david@gibson.dropbear.id.au>
Subject: [Qemu-devel] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config
Date: Mon, 2 Mar 2015 17:46:26 +1100 [thread overview]
Message-ID: <1425278787-10079-3-git-send-email-aik@ozlabs.ru> (raw)
In-Reply-To: <1425278787-10079-1-git-send-email-aik@ozlabs.ru>
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 <aik@ozlabs.ru>
---
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
next prev parent reply other threads:[~2015-03-02 6:56 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-02 6:46 [Qemu-devel] [PATCH 0/3] ppc64-softmmu: default config cleanups Alexey Kardashevskiy
2015-03-02 6:46 ` [Qemu-devel] [PATCH 1/3] Revert "default-configs/ppc64: add all components of i82378 SuperIO chip used by prep" Alexey Kardashevskiy
2015-03-02 7:06 ` David Gibson
2015-03-02 6:46 ` Alexey Kardashevskiy [this message]
2015-03-02 7:07 ` [Qemu-devel] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config David Gibson
2015-03-09 12:31 ` Alexander Graf
2015-03-09 14:39 ` Alexey Kardashevskiy
2015-03-10 3:52 ` Alexey Kardashevskiy
2015-03-10 3:58 ` David Gibson
2015-03-10 4:44 ` Alexey Kardashevskiy
2015-03-10 5:38 ` Alexander Graf
2015-03-10 9:20 ` Alexey Kardashevskiy
2015-03-11 11:27 ` Alexander Graf
2015-03-23 19:18 ` Maciej W. Rozycki
2015-03-02 6:46 ` [Qemu-devel] [PATCH 3/3] ppc64-softmmu: Remove duplicated OPENPIC " Alexey Kardashevskiy
2015-03-02 7:07 ` David Gibson
2015-03-02 13:33 ` [Qemu-devel] [PATCH 0/3] ppc64-softmmu: default config cleanups Alexander Graf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1425278787-10079-3-git-send-email-aik@ozlabs.ru \
--to=aik@ozlabs.ru \
--cc=agraf@suse.de \
--cc=david@gibson.dropbear.id.au \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).