[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 03/23] exec: Use uintptr_t for guest_base
From: |
Peter Maydell |
Subject: |
Re: [PATCH v4 03/23] exec: Use uintptr_t for guest_base |
Date: |
Tue, 2 Feb 2021 14:31:23 +0000 |
On Thu, 28 Jan 2021 at 22:41, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> This is more descriptive than 'unsigned long'.
> No functional change, since these match on all linux+bsd hosts.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
v3->v4 change: also make the places where we print it
use %p and (void*)guest_base rather than 0x%lx.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH v4 03/23] exec: Use uintptr_t for guest_base,
Peter Maydell <=