]> git.proxmox.com Git - qemu.git/commit
PPC: e500: allow users to set the /compatible property via -machine
authorAlexander Graf <agraf@suse.de>
Wed, 20 Jun 2012 18:46:22 +0000 (20:46 +0200)
committerAlexander Graf <agraf@suse.de>
Sat, 23 Jun 2012 23:04:51 +0000 (01:04 +0200)
commitcaedc737d27dd697641cb75ef6c5c27562c8044a
tree59202f2fbf419a920b1677989633fec89c951cb5
parent45e9dfb2fdd6ab7b60f823a1ee5ed2f2722beaf6
PPC: e500: allow users to set the /compatible property via -machine

Device trees usually have a node /compatible, which indicate which machine
type we're looking at. For quick prototyping, it can be very useful to change
the contents of that node via the command line.

Thus, introduce a new option to -machine called dt_compatible, which when
set changes the /compatible contents to its value.

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