qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 0/2] omap_intc: convert to MemoryRegion, qdev
Date: Fri, 16 Sep 2011 08:05:36 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

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<address@hidden>  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 for review and is dropped in the qdevification
patch.

The bulk of the qdevifying patch is a fairly mechanical replacement
of direct access to an irq[] array with qdev_get_gpio_in().

My actual purpose in doing all this was to be able to specify the
revision register of the interrupt controller, since it's different
on OMAP3...

Peter Maydell (2):
  omap_intc: Use MemoryRegion API
  omap_intc: Qdevify

  hw/nseries.c   |    4 +-
  hw/omap.h      |   19 +------
  hw/omap1.c     |  127 ++++++++++++++++++++++++++---------------
  hw/omap2.c     |   92 +++++++++++++++++------------
  hw/omap_intc.c |  175 +++++++++++++++++++++++++++++++------------------------
  5 files changed, 238 insertions(+), 179 deletions(-)







reply via email to

[Prev in Thread] Current Thread [Next in Thread]