Re: [Qemu-devel] [PATCH 0/2] omap_intc: convert to MemoryRegion, qdev

2011-09-16 Thread Anthony Liguori
On 09/16/2011 06:19 PM, Edgar E. Iglesias wrote: On Fri, Sep 16, 2011 at 08:05:36AM -0500, Anthony Liguori wrote: On 09/09/2011 11:48 AM, Peter Maydell wrote: Ping? Is anyone actively maintaining the omap device model? Yep, Maydell. So IMO we should just apply he's patches. Or better, just

Re: [Qemu-devel] [PATCH 0/2] omap_intc: convert to MemoryRegion, qdev

2011-09-16 Thread andrzej zaborowski
On 16 September 2011 16:32, Peter Maydell wrote: > On 16 September 2011 14:05, Anthony Liguori wrote: >> On 09/09/2011 11:48 AM, Peter Maydell wrote: >>> Ping? >> >> Is anyone actively maintaining the omap device model? > > Whoops, Andrzej's email got dropped from the cc (some odd interaction > b

Re: [Qemu-devel] [PATCH 0/2] omap_intc: convert to MemoryRegion, qdev

2011-09-16 Thread Edgar E. Iglesias
On Fri, Sep 16, 2011 at 08:05:36AM -0500, Anthony Liguori wrote: > On 09/09/2011 11:48 AM, Peter Maydell wrote: > >Ping? > > Is anyone actively maintaining the omap device model? Yep, Maydell. So IMO we should just apply he's patches. Or better, just give him commit rights for any ARM patches. C

Re: [Qemu-devel] [PATCH 0/2] omap_intc: convert to MemoryRegion, qdev

2011-09-16 Thread Peter Maydell
On 16 September 2011 14:05, Anthony Liguori wrote: > On 09/09/2011 11:48 AM, Peter Maydell wrote: >> Ping? > > Is anyone actively maintaining the omap device model? Whoops, Andrzej's email got dropped from the cc (some odd interaction between my mail server and the listserver as far as I can tell

Re: [Qemu-devel] [PATCH 0/2] omap_intc: convert to MemoryRegion, qdev

2011-09-16 Thread Anthony Liguori
On 09/09/2011 11:48 AM, Peter Maydell wrote: Ping? Is anyone actively maintaining the omap device model? Regards, Anthony Liguori -- PMM On 31 August 2011 16:55, Peter Maydell wrote: This patchset converts the omap_intc device to MemoryRegion and qdev. The MemoryRegion conversion is fa

Re: [Qemu-devel] [PATCH 0/2] omap_intc: convert to MemoryRegion, qdev

2011-09-09 Thread Peter Maydell
Ping? -- PMM On 31 August 2011 16:55, Peter Maydell wrote: > This patchset converts the omap_intc device to MemoryRegion and qdev. > > The MemoryRegion conversion is fairly straightforward; the slight > ugliness of using get_system_memory() is just so it can be pulled > out as a separate patch f

[Qemu-devel] [PATCH 0/2] omap_intc: convert to MemoryRegion, qdev

2011-08-31 Thread Peter Maydell
This patchset converts the omap_intc device to MemoryRegion and qdev. The MemoryRegion conversion is fairly straightforward; the slight ugliness of using get_system_memory() is just so it can be pulled out as a separate patch for review and is dropped in the qdevification patch. The bulk of the q