qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] Clean up the ppc configs
@ 2018-01-16 12:15 Thomas Huth
  2018-01-16 12:15 ` [Qemu-devel] [PATCH v2 1/4] default-configs/ppc64-softmmu: Include 32-bit configs instead of copying them Thomas Huth
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Thomas Huth @ 2018-01-16 12:15 UTC (permalink / raw)
  To: David Gibson, qemu-ppc, qemu-devel; +Cc: Alexander Graf, BALATON Zoltan

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-01-17  3:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-16 12:15 [Qemu-devel] [PATCH v2 0/4] Clean up the ppc configs Thomas Huth
2018-01-16 12:15 ` [Qemu-devel] [PATCH v2 1/4] default-configs/ppc64-softmmu: Include 32-bit configs instead of copying them Thomas Huth
2018-01-16 12:15 ` [Qemu-devel] [PATCH v2 2/4] default-configs/ppc-softmmu: Restructure the switches according to the machines Thomas Huth
2018-01-16 12:15 ` [Qemu-devel] [PATCH 3/4] hw/ppc/Makefile: Add a way to disable the PPC4xx boards Thomas Huth
2018-01-16 12:15 ` [Qemu-devel] [PATCH 4/4] ppc: Deprecate qemu-system-ppcemb Thomas Huth
2018-01-17  3:13 ` [Qemu-devel] [PATCH v2 0/4] Clean up the ppc configs David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).