commit | 128939a954194e37bbe67d1b94abcba599d30d10 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Dec 19 12:01:58 2011 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Wed Jan 04 10:32:16 2012 +0000 |
tree | 11b5f90232ec83b88deec1ac549f92237510bdee | |
parent | 624923be11846c3056639986993e0177f931dd44 [diff] |
hw/pl110.c: Add post-load hook to invalidate display Add a post-load hook which invalidates the display. In particular, if we don't do this and the display size we've just reloaded is larger than the default then we will segfault trying to read off the end of the buffer. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>