qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 00/11] more memory API conversions
@ 2011-11-22 20:34 Benoît Canet
  2011-11-22 20:34 ` [Qemu-devel] [PATCH v3 01/11] mcf5206: convert to memory API Benoît Canet
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Benoît Canet @ 2011-11-22 20:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Benoît Canet, avi

These patches convert some files to memory API

I am wondering if the bonito ones are corrects as
sysbus_mmio_map() use internally get_system_memory().

v2:
remove unneeded casts in mcf_uart
remove unneeded #include in lm32_uart and lm32_sys

v3:
use valid.accept in lm32_sys

Benoît Canet (11):
  mcf5206: convert to memory API
  mcf_uart: convert to memory API
  mcf_fec: convert to memory API
  mcf_intc: convert to memory API
  lm32_uart: convert to memory API
  lm32_sys: convert to memory API
  bonito: convert north bridge register mapping to memory API
  bonito: convert north bridge pci config to memory API
  bonito: convert south bridge pci config to memory API
  bonito: convert ldma to memory API
  bonito: convert cop to memory API

 hw/an5206.c    |    2 +-
 hw/bonito.c    |  202 +++++++++++++++++++++++++-------------------------------
 hw/lm32_sys.c  |   28 ++++----
 hw/lm32_uart.c |   31 ++++-----
 hw/mcf.h       |   23 +++++--
 hw/mcf5206.c   |   62 ++++++++++--------
 hw/mcf5208.c   |   11 ++--
 hw/mcf_fec.c   |   38 +++++-----
 hw/mcf_intc.c  |   33 ++++-----
 hw/mcf_uart.c  |   34 ++++-----
 10 files changed, 224 insertions(+), 240 deletions(-)

-- 
1.7.7.3

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

end of thread, other threads:[~2011-11-24  8:47 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-22 20:34 [Qemu-devel] [PATCH v3 00/11] more memory API conversions Benoît Canet
2011-11-22 20:34 ` [Qemu-devel] [PATCH v3 01/11] mcf5206: convert to memory API Benoît Canet
2011-11-22 20:34 ` [Qemu-devel] [PATCH v3 02/11] mcf_uart: " Benoît Canet
2011-11-22 20:34 ` [Qemu-devel] [PATCH v3 03/11] mcf_fec: " Benoît Canet
2011-11-22 20:34 ` [Qemu-devel] [PATCH v3 04/11] mcf_intc: " Benoît Canet
2011-11-22 20:34 ` [Qemu-devel] [PATCH v3 05/11] lm32_uart: " Benoît Canet
2011-11-22 20:34 ` [Qemu-devel] [PATCH v3 06/11] lm32_sys: " Benoît Canet
2011-11-22 20:34 ` [Qemu-devel] [PATCH v3 07/11] bonito: convert north bridge register mapping " Benoît Canet
2011-11-22 23:03   ` Peter Maydell
2011-11-23 17:55     ` Benoît Canet
2011-11-23 18:25       ` Peter Maydell
2011-11-24  8:40     ` Avi Kivity
2011-11-24  8:47       ` Benoît Canet
2011-11-22 20:34 ` [Qemu-devel] [PATCH v3 08/11] bonito: convert north bridge pci config " Benoît Canet
2011-11-22 20:35 ` [Qemu-devel] [PATCH v3 09/11] bonito: convert south " Benoît Canet
2011-11-22 20:35 ` [Qemu-devel] [PATCH v3 10/11] bonito: convert ldma " Benoît Canet
2011-11-22 20:35 ` [Qemu-devel] [PATCH v3 11/11] bonito: convert cop " Benoît Canet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).