Please pull from: git://github.com/avikivity/qemu.git memory/batch
etrax, milkymist, serial conversions. All have already been posted on the list. 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 Fabien Chouteau (1): openpic: Memory API conversion for mpic Michael Walle (9): milkymist-ac97: convert to memory API milkymist-hpdmc: convert to memory API milkymist-memcard: convert to memory API milkymist-pfpu: convert to memory API milkymist-sysctl: convert to memory API milkymist-tmu2: convert to memory API milkymist-uart: convert to memory API milkymist-vgafb: convert to memory API milkymist-{minimac2,softusb}: rename memory names Peter Maydell (1): hw/smc91c111: Convert to MemoryRegion Richard Henderson (9): serial: Convert serial_mm_init to MemoryRegion serial: Use enum device_endian in serial_mm_init parameter serial: Remove ioregister parameter from serial_mm_init serial: Add MemoryRegion parameter to serial_mm_init ppc405: Pass in address_space_mem to ppc405{cr, ep}_init ppc440: Pass in address_space_mem to ppc440ep_init pxa: Pass in address_space to pxa{255, 270}_init sm501: Pass address_space_mem to sm501_init sun4u: Pass address_space_mem to sun4uv_init hw/devices.h | 6 +- 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 ++++---- hw/gumstix.c | 7 +- hw/mainstone.c | 2 +- hw/milkymist-ac97.c | 32 ++++---- hw/milkymist-hpdmc.c | 32 ++++---- hw/milkymist-memcard.c | 32 ++++---- hw/milkymist-minimac2.c | 4 +- hw/milkymist-pfpu.c | 33 ++++---- hw/milkymist-softusb.c | 4 +- hw/milkymist-sysctl.c | 32 ++++---- hw/milkymist-tmu2.c | 32 ++++---- hw/milkymist-uart.c | 33 ++++---- hw/milkymist-vgafb.c | 33 ++++---- hw/mips_jazz.c | 14 +-- hw/mips_malta.c | 7 +- hw/musicpal.c | 18 +--- hw/omap_uart.c | 27 ++---- hw/openpic.c | 207 +++++++++++++++++++++++++--------------------- hw/openpic.h | 4 +- hw/pc.h | 8 +- hw/petalogix_ml605_mmu.c | 6 +- hw/ppc405.h | 22 +++-- hw/ppc405_boards.c | 8 +- hw/ppc405_uc.c | 42 ++++++---- hw/ppc440.c | 16 ++-- hw/ppc440.h | 6 +- hw/ppc440_bamboo.c | 5 +- hw/ppce500_mpc8544ds.c | 12 ++- hw/pxa.h | 7 +- hw/pxa2xx.c | 42 ++++------ hw/r2d.c | 5 +- hw/serial.c | 153 +++++++-------------------------- hw/sm501.c | 15 +-- hw/smc91c111.c | 29 +++---- hw/spitz.c | 4 +- hw/sun4u.c | 14 ++-- hw/tosa.c | 4 +- hw/virtex_ml507.c | 5 +- hw/z2.c | 4 +- 44 files changed, 537 insertions(+), 596 deletions(-) -- 1.7.6.3