]> Git Repo - qemu.git/commit
Create specific config option for "platform-bus"
authorDavid Gibson <[email protected]>
Fri, 27 Feb 2015 06:04:36 +0000 (17:04 +1100)
committerPaolo Bonzini <[email protected]>
Fri, 27 Feb 2015 14:17:42 +0000 (15:17 +0100)
commit2296594257d11a253d12f0219eef3f1a0201c2d9
tree2e5723f9d39e15e5312b64a14c6dd8a57c2ac4bd
parent4681867544f04f752bd98f39c3055493c80ea316
Create specific config option for "platform-bus"

Currently the "platform-bus" device is included for all softmmu builds.
This bridge is intended for use on any platforms that require dynamic
creation of sysbus devices.  However, at present it is used only for the
PPC E500 target, with plans for the ARM "virt" target in the immediate
future.

To avoid a not-very-useful entry appearing in "qemu -device ?" output on
other targets, this patch makes a specific config option for platform-bus
and enables it (for now) only on ppc configurations which include E500
and on ARM (which always includes the "virt" target).

Signed-off-by: David Gibson <[email protected]>
Message-Id: <1425017077[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
default-configs/arm-softmmu.mak
default-configs/ppc-softmmu.mak
default-configs/ppc64-softmmu.mak
hw/core/Makefile.objs
This page took 0.025573 seconds and 4 git commands to generate.