qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 01/10] softmmu: Introduce qemu_target_page_mask() helper


From: Richard Henderson
Subject: Re: [PATCH v2 01/10] softmmu: Introduce qemu_target_page_mask() helper
Date: Wed, 24 May 2023 07:52:24 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 5/24/23 02:37, Philippe Mathieu-Daudé wrote:
Since TARGET_PAGE_MASK is poisoned in target-agnostic code,
introduce the qemu_target_page_mask() helper to get this
value from target-agnostic code at runtime.

Reviewed-by: Thomas Huth<thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  include/exec/target_page.h | 1 +
  softmmu/physmem.c          | 5 +++++
  2 files changed, 6 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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