From: Alexander Graf <agraf@suse.de>
To: Alexey Kardashevskiy <aik@ozlabs.ru>, qemu-devel@nongnu.org
Cc: qemu-ppc@nongnu.org, David Gibson <david@gibson.dropbear.id.au>
Subject: Re: [Qemu-devel] [PATCH 0/3] ppc64-softmmu: default config cleanups
Date: Mon, 02 Mar 2015 14:33:10 +0100 [thread overview]
Message-ID: <54F46696.7000101@suse.de> (raw)
In-Reply-To: <1425278787-10079-1-git-send-email-aik@ozlabs.ru>
On 02.03.15 07:46, Alexey Kardashevskiy wrote:
> Originally I just wanted to remove FDC but as we are here, let's do some more
> cleaning.
>
> Please comment. Thanks.
Thanks, applied all to ppc-next and also put the patch below on top.
Alex
commit 8c72f737d383f169a3d679979183c513c54e22a3
Author: Alexander Graf <agraf@suse.de>
Date: Mon Mar 2 14:31:58 2015 +0100
PPC: Remove duplicate OPENPIC defines in default-configs
The CONFIG_OPENPIC variable was declared multiple times. We only
need it once.
Signed-off-by: Alexander Graf <agraf@suse.de>
diff --git a/default-configs/ppc-softmmu.mak
b/default-configs/ppc-softmmu.mak
index aebfab9..02c9ead 100644
--- a/default-configs/ppc-softmmu.mak
+++ b/default-configs/ppc-softmmu.mak
@@ -38,7 +38,6 @@ CONFIG_PTIMER=y
CONFIG_I8259=y
CONFIG_XILINX=y
CONFIG_XILINX_ETHLITE=y
-CONFIG_OPENPIC=y
CONFIG_PREP=y
CONFIG_MAC=y
CONFIG_E500=y
diff --git a/default-configs/ppcemb-softmmu.mak
b/default-configs/ppcemb-softmmu.mak
index a1b3d5f..54acc4d 100644
--- a/default-configs/ppcemb-softmmu.mak
+++ b/default-configs/ppcemb-softmmu.mak
@@ -13,5 +13,4 @@ CONFIG_PTIMER=y
CONFIG_I8259=y
CONFIG_XILINX=y
CONFIG_XILINX_ETHLITE=y
-CONFIG_OPENPIC=y
CONFIG_LIBDECNUMBER=y
prev parent reply other threads:[~2015-03-02 13:33 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 ` [Qemu-devel] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config Alexey Kardashevskiy
2015-03-02 7:07 ` 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 ` Alexander Graf [this message]
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=54F46696.7000101@suse.de \
--to=agraf@suse.de \
--cc=aik@ozlabs.ru \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.