Re: [Qemu-devel] [PATCH] [TRIVIAL] Removed unused pl080_init().

2012-02-17 Thread Stefan Hajnoczi
On Thu, Feb 16, 2012 at 6:11 PM, Peter Maydell wrote: > On 16 February 2012 17:36, Alexander Barabash > wrote: >> >>    Removed unused pl080_init(). > > I posted the equivalent of this patch recently and it is in > arm-devs.next -- please don't commit to qemu-trivial. Okay. Stefan

[Qemu-devel] [PATCH] [TRIVIAL] Removed unused pl080_init().

2012-02-16 Thread Alexander Barabash
Removed unused pl080_init(). Signed-off-by: Alexander Barabash diff --git a/hw/primecell.h b/hw/primecell.h index de7d6f2..ded0446 100644 --- a/hw/primecell.h +++ b/hw/primecell.h @@ -5,9 +5,6 @@ /* Also includes some devices that are currently only used by the ARM boards. */ -/

Re: [Qemu-devel] [PATCH] [TRIVIAL] Removed unused pl080_init().

2012-02-16 Thread Peter Maydell
On 16 February 2012 17:36, Alexander Barabash wrote: > >    Removed unused pl080_init(). I posted the equivalent of this patch recently and it is in arm-devs.next -- please don't commit to qemu-trivial. Thanks -- PMM