[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 0/3] ppc64-softmmu: default config cleanups
From: |
Alexander Graf |
Subject: |
Re: [Qemu-ppc] [PATCH 0/3] ppc64-softmmu: default config cleanups |
Date: |
Mon, 02 Mar 2015 14:33:10 +0100 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 |
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 <address@hidden>
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 <address@hidden>
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
- Re: [Qemu-ppc] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config, (continued)
- Re: [Qemu-ppc] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config, David Gibson, 2015/03/02
- Re: [Qemu-ppc] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config, Alexander Graf, 2015/03/09
- Re: [Qemu-ppc] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config, Alexey Kardashevskiy, 2015/03/09
- Re: [Qemu-ppc] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config, Alexey Kardashevskiy, 2015/03/09
- Re: [Qemu-ppc] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config, David Gibson, 2015/03/09
- Re: [Qemu-ppc] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config, Alexey Kardashevskiy, 2015/03/10
- Re: [Qemu-ppc] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config, Alexander Graf, 2015/03/10
- Re: [Qemu-ppc] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config, Alexey Kardashevskiy, 2015/03/10
- Re: [Qemu-ppc] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config, Alexander Graf, 2015/03/11
- Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config, Maciej W. Rozycki, 2015/03/23
Re: [Qemu-ppc] [PATCH 0/3] ppc64-softmmu: default config cleanups,
Alexander Graf <=