Re: [Qemu-devel] [PATCH 09/10] spapr_pci: Rework device-tree rendering

2015-02-23 Thread David Gibson
On Mon, Feb 23, 2015 at 07:33:59PM +1100, Alexey Kardashevskiy wrote: > This replaces object_child_foreach() and callback with existing > SPAPR_PCI_LIOBN() and spapr_tce_find_by_liobn() to make the code easier > to read. > > This is a mechanical patch so no behaviour change is expected. > > Signe

[Qemu-devel] [PATCH 09/10] spapr_pci: Rework device-tree rendering

2015-02-23 Thread Alexey Kardashevskiy
This replaces object_child_foreach() and callback with existing SPAPR_PCI_LIOBN() and spapr_tce_find_by_liobn() to make the code easier to read. This is a mechanical patch so no behaviour change is expected. Signed-off-by: Alexey Kardashevskiy --- hw/ppc/spapr_pci.c | 30 +--