[PATCH v5 0/2] target/xtensa: semihosting cleanup

Richard Henderson posted 2 patches 1 year, 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220628114307.697943-1-richard.henderson@linaro.org
Maintainers: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/cpu.h         |   3 +-
target/xtensa/helper.h      |   3 -
hw/xtensa/sim.c             |   3 -
target/xtensa/exc_helper.c  |   4 +
target/xtensa/translate.c   |   3 +-
target/xtensa/xtensa-semi.c | 229 ++++++++----------------------------
6 files changed, 59 insertions(+), 186 deletions(-)
[PATCH v5 0/2] target/xtensa: semihosting cleanup
Posted by Richard Henderson 1 year, 12 months ago
Changes for v5:
  * Rebase on master.

r~


Richard Henderson (2):
  target/xtensa: Use an exception for semihosting
  target/xtensa: Use semihosting/syscalls.h

 target/xtensa/cpu.h         |   3 +-
 target/xtensa/helper.h      |   3 -
 hw/xtensa/sim.c             |   3 -
 target/xtensa/exc_helper.c  |   4 +
 target/xtensa/translate.c   |   3 +-
 target/xtensa/xtensa-semi.c | 229 ++++++++----------------------------
 6 files changed, 59 insertions(+), 186 deletions(-)

-- 
2.34.1
Re: [PATCH v5 0/2] target/xtensa: semihosting cleanup
Posted by Max Filippov 1 year, 12 months ago
On Tue, Jun 28, 2022 at 4:43 AM Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Changes for v5:
>   * Rebase on master.
>
> r~
>
>
> Richard Henderson (2):
>   target/xtensa: Use an exception for semihosting
>   target/xtensa: Use semihosting/syscalls.h
>
>  target/xtensa/cpu.h         |   3 +-
>  target/xtensa/helper.h      |   3 -
>  hw/xtensa/sim.c             |   3 -
>  target/xtensa/exc_helper.c  |   4 +
>  target/xtensa/translate.c   |   3 +-
>  target/xtensa/xtensa-semi.c | 229 ++++++++----------------------------
>  6 files changed, 59 insertions(+), 186 deletions(-)

Tested-by: Max Filippov <jcmvbkbc@gmail.com>

-- 
Thanks.
-- Max