On 06/21/2016 10:09 AM, Peter Maydell wrote:
From: Vijaya Kumar K <[email protected]>
Allocate sub_section dynamically. Remove dependency
on TARGET_PAGE_SIZE to make run-time page size detection
for arm platforms.
Signed-off-by: Vijaya Kumar K <[email protected]>
Message-id: [email protected]
[PMM: use flexible array member rather than separate malloc
so we don't need an extra pointer deref when using it]
Signed-off-by: Peter Maydell <[email protected]>
---
exec.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~