Nothing spectacular, more boring conversions for review. Avi Kivity (18): ppc_oldworld: convert to memory API ppc_prep: convert to memory API pxa2xx: convert to memory API (part I) pxa2xx: convert to memory API (part II) pci: simplify memory region registration ppcr500_mpc8544ds: convert to memory API r2d: convert to memory API realview: convert to memory API s390-virtio: convert to memory API sm501: convert to memory API spapr: convert to memory API spitz: convert to memory API strongarm: convert to memory API sun4m: convert to memory API sun4u: convert to memory API syborg: convert to memory API tc63963xb: convert to memory API tcx: convert to memory API
hw/collie.c | 4 +- hw/devices.h | 3 +- hw/pci.c | 13 +-- hw/ppc_oldworld.c | 13 ++- hw/ppc_prep.c | 107 ++++++++------------ hw/ppce500_mpc8544ds.c | 5 +- hw/pxa.h | 6 + hw/pxa2xx.c | 264 ++++++++++++++++++++---------------------------- hw/r2d.c | 35 +++---- hw/realview.c | 54 +++++----- hw/s390-virtio.c | 8 +- hw/sm501.c | 143 +++++++++++++------------- hw/spapr.c | 9 +- hw/spitz.c | 48 ++++------ hw/strongarm.c | 171 ++++++++++++------------------- hw/strongarm.h | 6 +- hw/sun4m.c | 49 ++++++--- hw/sun4u.c | 22 +++-- hw/syborg.c | 8 +- hw/tc6393xb.c | 71 ++++--------- hw/tcx.c | 152 ++++++++++++++++------------ hw/tosa.c | 2 +- 22 files changed, 544 insertions(+), 649 deletions(-) -- 1.7.6.3