diff options
author | Thomas Huth | 2018-08-21 13:27:48 +0200 |
---|---|---|
committer | David Gibson | 2018-08-28 03:31:23 +0200 |
commit | a69dc537cc1a6d3c3cb35d30197ed45914a150c3 (patch) | |
tree | cae8ed879c9c3edaa5e71b35969f9722166931d9 /hw/ppc/virtex_ml507.c | |
parent | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' i... (diff) | |
download | qemu-a69dc537cc1a6d3c3cb35d30197ed45914a150c3.tar.gz qemu-a69dc537cc1a6d3c3cb35d30197ed45914a150c3.tar.xz qemu-a69dc537cc1a6d3c3cb35d30197ed45914a150c3.zip |
ppc: Remove deprecated ppcemb target
There is no known available OS for ppc around anymore that uses page
sizes below 4k, so it does not make much sense that we keep wasting
our time on building and testing the ppcemb-softmmu target. It has
been deprecated since two releases, and nobody complained, so let's
remove this now.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/ppc/virtex_ml507.c')
-rw-r--r-- | hw/ppc/virtex_ml507.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hw/ppc/virtex_ml507.c b/hw/ppc/virtex_ml507.c index 7891464cd9..ee9b4b4490 100644 --- a/hw/ppc/virtex_ml507.c +++ b/hw/ppc/virtex_ml507.c @@ -211,13 +211,6 @@ static void virtex_init(MachineState *machine) int kernel_size; int i; -#ifdef TARGET_PPCEMB - if (!qtest_enabled()) { - warn_report("qemu-system-ppcemb is deprecated, " - "please use qemu-system-ppc instead."); - } -#endif - /* init CPUs */ cpu = ppc440_init_xilinx(&ram_size, 1, machine->cpu_type, 400000000); env = &cpu->env; |