Remove uses of ram.last_offset (aka last_ram_offset)
authorAlex Williamson <alex.williamson@redhat.com>
Fri, 25 Jun 2010 17:08:38 +0000 (11:08 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Jul 2010 15:36:27 +0000 (10:36 -0500)
commitf18dc7a2d16c507cbd26124a097ff9a1ef46f876
tree23d324b4fd378a8fd2e1f285758a76a11ce19459
parent291bb8e172c2765096c2f405e20e06a92d57edef
Remove uses of ram.last_offset (aka last_ram_offset)

We currently need this either to allocate the next ram_addr_t for a
new block, or for total memory to be migrated.  Both of which we can
calculate without need of this to keep us in a contiguous address space.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
arch_init.c
cpu-all.h
exec.c