dump: allow target to set the page size
commit8161befdd15ddc5a8bb9e807ff1ac5907c594688
authorAndrew Jones <drjones@redhat.com>
Mon, 11 Jan 2016 19:56:20 +0000 (11 20:56 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Jan 2016 14:40:25 +0000 (15 14:40 +0000)
treea2357c43d9deded78f16a3a5051918fd345a41f2
parentb09afd58e4cb61a854c34040a12962e5b6f05ca5
dump: allow target to set the page size

This is necessary for targets that don't have TARGET_PAGE_SIZE ==
real-target-page-size. The target should set the page size to the
correct one, if known, or, if not known, to the maximum page size
it supports.

(No functional change.)

Signed-off-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1452542185-10914-4-git-send-email-drjones@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
dump.c
include/sysemu/dump-arch.h
include/sysemu/dump.h