qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-arm] [Qemu-devel] [PATCH v2 2/6] exec.c: Remove static allocat


From: Richard Henderson
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH v2 2/6] exec.c: Remove static allocation of sub_section of sub_page
Date: Tue, 21 Jun 2016 18:47:20 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1

On 06/21/2016 10:09 AM, Peter Maydell wrote:
From: Vijaya Kumar K <address@hidden>

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 <address@hidden>
Message-id: address@hidden
[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 <address@hidden>
---
 exec.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]