Re: [Qemu-devel] [PATCH 1/3] hw/ppc: include fdt helper routine in a common file

2016-07-25 Thread David Gibson
On Mon, Jul 25, 2016 at 04:24:41PM +0200, Cédric Le Goater wrote: > 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 Ugh, I so want to get rid of that ugly macro. It may be a while before I hav

[Qemu-devel] [PATCH 1/3] hw/ppc: include fdt helper routine in a common file

2016-07-25 Thread Cédric Le Goater
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 --- hw/ppc/spapr.c| 11 +-- hw/ppc/spapr_events.c | 11 +-- include/hw/ppc/fdt.h | 23 +++ 3 files changed