]> git.proxmox.com Git - mirror_qemu.git/commitdiff
PPC: Fix default config ordering and add eTSEC for ppc64
authorAlexander Graf <agraf@suse.de>
Wed, 2 Jul 2014 17:01:46 +0000 (19:01 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 8 Sep 2014 10:50:54 +0000 (12:50 +0200)
We messed up the ordering in our default configs for PPC. The top entries
are generic entries, then come sections that indicate that features are only
in because of a special feature (such as PReP).

Fix the ordering again and while at it add eTSEC support to the ppc64 target
so that we can spawn eTSEC adapters with qemu-system-ppc64.

Signed-off-by: Alexander Graf <agraf@suse.de>
default-configs/ppc-softmmu.mak
default-configs/ppc64-softmmu.mak

index 33f8d84e6875b44765f0cfc064be82a3790ba6c6..d725b2331273c97c07f6ce7d1d66618cf4510234 100644 (file)
@@ -45,8 +45,8 @@ CONFIG_PREP=y
 CONFIG_MAC=y
 CONFIG_E500=y
 CONFIG_OPENPIC_KVM=$(and $(CONFIG_E500),$(CONFIG_KVM))
+CONFIG_ETSEC=y
+CONFIG_LIBDECNUMBER=y
 # For PReP
 CONFIG_MC146818RTC=y
-CONFIG_ETSEC=y
 CONFIG_ISA_TESTDEV=y
-CONFIG_LIBDECNUMBER=y
index 37a15b7ce2c7e941475ad918aa77b312ee0136d6..bd30d6934747c505dd3d38d60b478c33c1fa91ee 100644 (file)
@@ -46,6 +46,8 @@ CONFIG_PREP=y
 CONFIG_MAC=y
 CONFIG_E500=y
 CONFIG_OPENPIC_KVM=$(and $(CONFIG_E500),$(CONFIG_KVM))
+CONFIG_ETSEC=y
+CONFIG_LIBDECNUMBER=y
 # For pSeries
 CONFIG_XICS=$(CONFIG_PSERIES)
 CONFIG_XICS_KVM=$(and $(CONFIG_PSERIES),$(CONFIG_KVM))
@@ -58,4 +60,3 @@ CONFIG_I82374=y
 CONFIG_I8257=y
 CONFIG_MC146818RTC=y
 CONFIG_ISA_TESTDEV=y
-CONFIG_LIBDECNUMBER=y