]> git.proxmox.com Git - mirror_qemu.git/commit - hw/ppc/spapr.c
hw/ppc: include fdt helper routine in a common file
authorCédric Le Goater <clg@kaod.org>
Mon, 25 Jul 2016 14:24:41 +0000 (16:24 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 6 Sep 2016 23:52:14 +0000 (09:52 +1000)
commit7804c353a9f93c3eeb3eb744ee4c962fd34bc760
treedc102592eeb9fe223a8e6c889a57b78b5e02168e
parent1b1746a4368c960652ca7e4a36aea8a65fa9f319
hw/ppc: include fdt helper routine in a common file

spapr_pci would also be a good candidate but the macro _FDT is
slightly different. It returns and does not exit.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr.c
hw/ppc/spapr_events.c
include/hw/ppc/fdt.h [new file with mode: 0644]