qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH] stubs: split semihosting_get_target from system only stu


From: Richard Henderson
Subject: Re: [RFC PATCH] stubs: split semihosting_get_target from system only stubs
Date: Tue, 7 Mar 2023 09:06:15 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

On 3/7/23 09:04, Alex Bennée wrote:
As we are about to have a common syscalls.c for gdbstub we need to
stub out one semihosting helper function for all targets.

Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
Cc: Richard Henderson<richard.henderson@linaro.org>
---
  stubs/semihost-all.c | 17 +++++++++++++++++
  stubs/semihost.c     |  5 -----
  stubs/meson.build    |  1 +
  3 files changed, 18 insertions(+), 5 deletions(-)
  create mode 100644 stubs/semihost-all.c

We could name the file after the function that it implements, rather than "all". But either way,

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


r~



reply via email to

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