Re: [Qemu-devel] [PATCH 14/17] e500: split mpc8544ds specific initialization

2017-12-18 Thread David Gibson
On Sun, Nov 26, 2017 at 03:59:12PM -0600, Michael Davidsaver wrote: > split off the remaining board specific parts > of e500_init() as mpc85xx_init() which > will be used by the existing > mpc8544ds and generic e500 boards. > > Signed-off-by: Michael Davidsaver Looks good, but will need a rebase

[Qemu-devel] [PATCH 14/17] e500: split mpc8544ds specific initialization

2017-11-26 Thread Michael Davidsaver
split off the remaining board specific parts of e500_init() as mpc85xx_init() which will be used by the existing mpc8544ds and generic e500 boards. Signed-off-by: Michael Davidsaver --- hw/ppc/e500.c | 49 - hw/ppc/e500.h | 3 ++- hw/ppc