On 09/21/2011 03:19 AM, Avi Kivity wrote:
Available on
git://github.com/avikivity/qemu.git memory/batch
Please pull.
Pulled. Thanks.
Regards,
Anthony Liguori
Avi Kivity (13):
mips_jazz: convert to memory API
mips_malta: convert to memory API
mips_mipssim: convert to memory API
mips_r4k: convert to memory API
musicpal: convert to memory API
omap1: convert to memory API (part I)
omap1: convert to memory API (part II)
omap1: convert to memory API (part III)
omap1: convert to memory API (part IV)
omap1: convert to memory API (part V)
omap_lcdc: remove imif, emiff from structure
soc_dma: drop soc_dma_port_add_mem_ram()
omap1: convert to memory API (part VI)
hw/mips_jazz.c | 90 +++---
hw/mips_malta.c | 53 ++--
hw/mips_mipssim.c | 15 +-
hw/mips_r4k.c | 39 +--
hw/musicpal.c | 243 ++++++---------
hw/omap.h | 32 ++-
hw/omap1.c | 859 +++++++++++++++++++++++++++++------------------------
hw/omap2.c | 6 +-
hw/omap_lcdc.c | 7 +-
hw/omap_sx1.c | 4 +-
hw/palm.c | 4 +-
hw/soc_dma.h | 8 +-
12 files changed, 705 insertions(+), 655 deletions(-)