Re: [Qemu-devel] [PATCH] Make "platform-bus" enabled only on E500 by default

2015-02-17 Thread Paolo Bonzini
On 18/02/2015 06:28, David Gibson wrote: > Despite the name, "platform-bus" is used only by PPC E500 targets. This > patch alters the default config to include it in the build only when E500 > is enabled. > > Signed-off-by: David Gibson > --- > hw/core/Makefile.objs | 2 +- > 1 file changed,

Re: [Qemu-devel] [PATCH] Make "platform-bus" enabled only on E500 by default

2015-02-17 Thread Alexander Graf
> Am 18.02.2015 um 06:28 schrieb David Gibson : > > Despite the name, "platform-bus" is used only by PPC E500 targets. This > patch alters the default config to include it in the build only when E500 > is enabled. > > Signed-off-by: David Gibson It's not e500 specific though. I'm hoping to

[Qemu-devel] [PATCH] Make "platform-bus" enabled only on E500 by default

2015-02-17 Thread David Gibson
Despite the name, "platform-bus" is used only by PPC E500 targets. This patch alters the default config to include it in the build only when E500 is enabled. Signed-off-by: David Gibson --- hw/core/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/core/Makefil