Re: [Qemu-devel] [PATCH 10/17] e500: move uarts CCSR

2017-12-05 Thread David Gibson
On Sun, Nov 26, 2017 at 03:59:08PM -0600, Michael Davidsaver wrote: > Signed-off-by: Michael Davidsaver > --- > hw/ppc/e500.c | 13 - > hw/ppc/e500_ccsr.c | 18 ++ > 2 files changed, 18 insertions(+), 13 deletions(-) > > diff --git a/hw/ppc/e500.c b/hw/ppc/e500.c

[Qemu-devel] [PATCH 10/17] e500: move uarts CCSR

2017-11-26 Thread Michael Davidsaver
Signed-off-by: Michael Davidsaver --- hw/ppc/e500.c | 13 - hw/ppc/e500_ccsr.c | 18 ++ 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/hw/ppc/e500.c b/hw/ppc/e500.c index 1872bb8eaa..2d87d91582 100644 --- a/hw/ppc/e500.c +++ b/hw/ppc/e500.c @@ -2