qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 02/24] exec: Expose 'target_page.h' API to user emulation


From: Richard Henderson
Subject: Re: [PATCH 02/24] exec: Expose 'target_page.h' API to user emulation
Date: Mon, 11 Dec 2023 14:14:50 -0800
User-agent: Mozilla Thunderbird

On 12/11/23 13:19, Philippe Mathieu-Daudé wrote:
User-only objects might benefit from the "exec/target_page.h"
API, which allows to build some objects once for all targets.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  meson.build      |  2 +-
  page-target.c    | 43 +++++++++++++++++++++++++++++++++++++++++++
  system/physmem.c | 35 -----------------------------------
  3 files changed, 44 insertions(+), 36 deletions(-)
  create mode 100644 page-target.c

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


r~



reply via email to

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