]> Git Repo - qemu.git/commit
dump: allow target to set the page size
authorAndrew Jones <[email protected]>
Mon, 11 Jan 2016 19:56:20 +0000 (20:56 +0100)
committerPeter Maydell <[email protected]>
Fri, 15 Jan 2016 14:40:25 +0000 (14:40 +0000)
commit8161befdd15ddc5a8bb9e807ff1ac5907c594688
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 <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Message-id: 1452542185[email protected]
Signed-off-by: Peter Maydell <[email protected]>
dump.c
include/sysemu/dump-arch.h
include/sysemu/dump.h
This page took 0.026626 seconds and 4 git commands to generate.