]> git.proxmox.com Git - qemu.git/commit - device_tree.c
dt: Add global option to set phandle start offset
authorAlexander Graf <agraf@suse.de>
Tue, 5 Jun 2012 23:01:23 +0000 (01:01 +0200)
committerAlexander Graf <agraf@suse.de>
Sat, 23 Jun 2012 23:04:50 +0000 (01:04 +0200)
commit4b1b1c896fb38d435f3d350c44b1bdc8b56600a4
treee928cf90e18fdb147900ab1db15f3fc2a0ff4ec6
parent3627757e32e2c9fcee84e218746639aa2bfb1723
dt: Add global option to set phandle start offset

If anyone outside of QEMU wants to mess with a QEMU generated device tree,
he needs to know which range phandles are valid in. So let's expose a
machine option that an external program can use to set the start allocate
id for phandles in QEMU.

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