[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH v2 0/4] Clean up the ppc configs
From: |
Thomas Huth |
Subject: |
[Qemu-ppc] [PATCH v2 0/4] Clean up the ppc configs |
Date: |
Tue, 16 Jan 2018 13:15:54 +0100 |
ppc64-softmmu is a superset of ppc-softmmu which in turn is a superset
of ppcemb-softmmu. But since the config files are currently independent
from each other, we missed to define some CONFIG switches in the super-
sets: CONFIG_SUNGEM is missing from the ppc64-softmmu config, and the
CONFIG_IDE_SII3112 switch is only defined in ppcemb-softmmu.
This patch series fixes these problems, together with cleaning up
the config- and make-files for better usability. qemu-system-ppcemb
is finally marked as deprecated since there is hardly any use case
for this separate build nowadays anymore (and if somebody really
still needs page sizes < 4k, we should likely rather use the dynamic
approach that is already done on the ARM boards instead).
v2:
- Added patch to disable the PPC4xx boards in the hw/ppc/Makefile
- Added patch to deprecate qemu-system-ppcemb
Thomas Huth (4):
default-configs/ppc64-softmmu: Include 32-bit configs instead of
copying them
default-configs/ppc-softmmu: Restructure the switches according to the
machines
hw/ppc/Makefile: Add a way to disable the PPC4xx boards
ppc: Deprecate qemu-system-ppcemb
default-configs/ppc-softmmu.mak | 59 ++++++++++++++++++++-----------------
default-configs/ppc64-softmmu.mak | 61 +++++----------------------------------
hw/ppc/Makefile.objs | 4 +--
qemu-doc.texi | 6 ++++
target/ppc/translate_init.c | 5 ++++
5 files changed, 53 insertions(+), 82 deletions(-)
--
1.8.3.1
- [Qemu-ppc] [PATCH v2 0/4] Clean up the ppc configs,
Thomas Huth <=
- [Qemu-ppc] [PATCH v2 2/4] default-configs/ppc-softmmu: Restructure the switches according to the machines, Thomas Huth, 2018/01/16
- [Qemu-ppc] [PATCH v2 1/4] default-configs/ppc64-softmmu: Include 32-bit configs instead of copying them, Thomas Huth, 2018/01/16
- [Qemu-ppc] [PATCH 3/4] hw/ppc/Makefile: Add a way to disable the PPC4xx boards, Thomas Huth, 2018/01/16
- [Qemu-ppc] [PATCH 4/4] ppc: Deprecate qemu-system-ppcemb, Thomas Huth, 2018/01/16
- Re: [Qemu-ppc] [PATCH v2 0/4] Clean up the ppc configs, David Gibson, 2018/01/16