]> git.proxmox.com Git - mirror_qemu.git/commit
MPC8544DS: Generate CPU nodes on init
authorAlexander Graf <agraf@suse.de>
Sat, 23 Jul 2011 08:56:40 +0000 (10:56 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Oct 2011 07:48:02 +0000 (09:48 +0200)
commit1e3debf098acfc222344b6afcc45d04f1c7c4185
treed5ad9d1a25f3c6c2ad536cb4b5fd3c5bf1b66fac
parentbe637f74d4991089170ddb89a49400b1fb8feff8
MPC8544DS: Generate CPU nodes on init

With this patch, we generate CPU nodes in the machine initialization, giving
us the freedom to generate as many nodes as we want and as the machine supports,
but only those.

This is a first step towards a much cleaner device tree generation
infrastructure, where we would not require precompiled dtb blobs anymore.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppce500_mpc8544ds.c