Re: [Qemu-devel] [PATCH 1/3] e500: Fix serial initialization

2012-10-08 Thread Alexander Graf
On 08.10.2012, at 18:46, Bharat Bhushan wrote: > it was wrongly using serial_hds[0] instead of serial_hds[1] > > Signed-off-by: Bharat Bhushan Thanks, applied to ppc-next. Alex > --- > hw/ppc/e500.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/hw/ppc/e500.c

Re: [Qemu-devel] [PATCH 1/3] e500: Fix serial initialization

2012-10-08 Thread Andreas Färber
Am 08.10.2012 18:46, schrieb Bharat Bhushan: > it was wrongly using serial_hds[0] instead of serial_hds[1] > > Signed-off-by: Bharat Bhushan Reviewed-by: Andreas Färber Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffe

[Qemu-devel] [PATCH 1/3] e500: Fix serial initialization

2012-10-08 Thread Bharat Bhushan
it was wrongly using serial_hds[0] instead of serial_hds[1] Signed-off-by: Bharat Bhushan --- hw/ppc/e500.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/ppc/e500.c b/hw/ppc/e500.c index d23f9b2..1949c81 100644 --- a/hw/ppc/e500.c +++ b/hw/ppc/e500.c @@ -496,7 +496