All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V2 0/9] pxa2xx: memory API conversions
@ 2011-10-30 13:50 Benoît Canet
  2011-10-30 13:50 ` [Qemu-devel] [PATCH 1/9] pxa2xx_gpio: convert to memory API Benoît Canet
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Benoît Canet @ 2011-10-30 13:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Benoît Canet, avi

Convert most of pxa2xx peripheral to memory API.

pxa2xx_dma.c was left intact because it use
cpu_physical_memory_read/write internally and seems special.

In this version :
Remove abusive usage of get_system_memory()
Fix MemoryRegion names 

Benoît Canet (9):
  pxa2xx_gpio: convert to memory API
  pxa2xx_pcmcia.c: convert common memory space to memory API
  pxa2xx_pcmcia.c: convert attribute memory space to memory API
  pxa2xx_pcmcia.c: convert io memory space to memory API
  pxa2xx_keypad: convert to memory API
  pxa2xx_timer: convert to memory API
  pxa2xx_pic: convert to memory API
  pxa2xx_mmci: convert to memory API.
  pxa2xx_lcd: convert to memory API

 hw/pxa.h           |   15 +++++---
 hw/pxa2xx.c        |   18 +++++-----
 hw/pxa2xx_gpio.c   |   29 ++++++----------
 hw/pxa2xx_keypad.c |   34 ++++++++----------
 hw/pxa2xx_lcd.c    |   32 ++++++++----------
 hw/pxa2xx_mmci.c   |   31 +++++++++--------
 hw/pxa2xx_pcmcia.c |   95 +++++++++++++++++++++++-----------------------------
 hw/pxa2xx_pic.c    |   31 +++++++----------
 hw/pxa2xx_timer.c  |   27 ++++++---------
 9 files changed, 140 insertions(+), 172 deletions(-)

-- 
1.7.5.4

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

end of thread, other threads:[~2011-10-30 14:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-30 13:50 [Qemu-devel] [PATCH V2 0/9] pxa2xx: memory API conversions Benoît Canet
2011-10-30 13:50 ` [Qemu-devel] [PATCH 1/9] pxa2xx_gpio: convert to memory API Benoît Canet
2011-10-30 13:50 ` [Qemu-devel] [PATCH 2/9] pxa2xx_pcmcia.c: convert common memory space " Benoît Canet
2011-10-30 13:50 ` [Qemu-devel] [PATCH 3/9] pxa2xx_pcmcia.c: convert attribute " Benoît Canet
2011-10-30 13:50 ` [Qemu-devel] [PATCH 4/9] pxa2xx_pcmcia.c: convert io " Benoît Canet
2011-10-30 13:50 ` [Qemu-devel] [PATCH 5/9] pxa2xx_keypad: convert " Benoît Canet
2011-10-30 13:50 ` [Qemu-devel] [PATCH 6/9] pxa2xx_timer: " Benoît Canet
2011-10-30 13:50 ` [Qemu-devel] [PATCH 7/9] pxa2xx_pic: " Benoît Canet
2011-10-30 13:50 ` [Qemu-devel] [PATCH 8/9] pxa2xx_mmci: " Benoît Canet
2011-10-30 13:50 ` [Qemu-devel] [PATCH 9/9] pxa2xx_lcd: " Benoît Canet
2011-10-30 14:09 ` [Qemu-devel] [PATCH V2 0/9] pxa2xx: memory API conversions 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.