]> git.proxmox.com Git - mirror_qemu.git/commit
PPC: e500: correct params->ram_size with ram_size
authorTiejun Chen <tiejun.chen@windriver.com>
Wed, 1 May 2013 15:22:59 +0000 (15:22 +0000)
committerAlexander Graf <agraf@suse.de>
Mon, 6 May 2013 15:22:48 +0000 (17:22 +0200)
commit43d03f299a017186e00f47c5b10f732492d496a6
treef982b52f30a52091b8712510ccbbc956c408da00
parent04559d5210860ea5853db09c75ea8ff2f8843e16
PPC: e500: correct params->ram_size with ram_size

We should sync params->ram_size after we fixup memory size on
a alignment boundary. Otherwise Guest would exceed the actual
memory region.

Signed-off-by: Tiejun Chen <tiejun.chen@windriver.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/e500.c