All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] etrax: Convert devices to MemoryRegion
@ 2011-08-11 10:25 Edgar E. Iglesias
  2011-08-11 11:32 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Edgar E. Iglesias @ 2011-08-11 10:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: Edgar E. Iglesias, Avi Kivity, edgar

From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>

Mechanical conversion of ETRAX devices to use MemoryRegions.

I've tested it lightly with the axis-dev88 board, seems to work fine.

Note that eth and dma models predate CodingStyle and use tabs,
I plan to change that with separate commits at some point.

Edgar E. Iglesias (5):
  etrax-pic: Convert to MemoryRegion
  etrax-ser: Convert to MemoryRegion
  etrax-timer: Convert to MemoryRegion
  etrax-dma: Convert to MemoryRegion
  etrax-eth: Convert to MemoryRegion

 hw/etraxfs_dma.c   |   43 +++++++++++++++++++++++++++----------------
 hw/etraxfs_eth.c   |   30 ++++++++++++++++--------------
 hw/etraxfs_pic.c   |   30 +++++++++++++++---------------
 hw/etraxfs_ser.c   |   33 ++++++++++++++++++---------------
 hw/etraxfs_timer.c |   31 ++++++++++++++++---------------
 5 files changed, 92 insertions(+), 75 deletions(-)

-- 
1.7.5.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH 0/5] etrax: Convert devices to MemoryRegion
  2011-08-11 10:25 [Qemu-devel] [PATCH 0/5] etrax: Convert devices to MemoryRegion Edgar E. Iglesias
@ 2011-08-11 11:32 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2011-08-11 11:32 UTC (permalink / raw)
  To: Edgar E. Iglesias; +Cc: edgar, qemu-devel

On 08/11/2011 01:25 PM, Edgar E. Iglesias wrote:
> From: "Edgar E. Iglesias"<edgar.iglesias@gmail.com>
>
> Mechanical conversion of ETRAX devices to use MemoryRegions.
>
> I've tested it lightly with the axis-dev88 board, seems to work fine.
>
> Note that eth and dma models predate CodingStyle and use tabs,
> I plan to change that with separate commits at some point.
>
> Edgar E. Iglesias (5):
>    etrax-pic: Convert to MemoryRegion
>    etrax-ser: Convert to MemoryRegion
>    etrax-timer: Convert to MemoryRegion
>    etrax-dma: Convert to MemoryRegion
>    etrax-eth: Convert to MemoryRegion
>
>

Only 0/5 made it to the list.

-- 
error compiling committee.c: too many arguments to function

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-11 11:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-11 10:25 [Qemu-devel] [PATCH 0/5] etrax: Convert devices to MemoryRegion Edgar E. Iglesias
2011-08-11 11:32 ` Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.