[PATCH 0/4] Some tweaks for semihosting-tests

Alex Bennée posted 4 patches 1 year, 3 months ago
Failed in applying to current master (apply log)
Makefile | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
[PATCH 0/4] Some tweaks for semihosting-tests
Posted by Alex Bennée 1 year, 3 months ago
Hi Peter,

I discovered that semihosting syscall support got broken and while
preparing to bisect I ran into a few warts.

 Alex Bennée (4):
       semihosting-tests: add timeout support
       Makefile: drop microbit.lds from the sources
       Makefile: simplify path to QEMU binaries
       Makefile: explicitly disable -net for our -M virt runs

Alex Bennée (4):
  semihosting-tests: add timeout support
  Makefile: drop microbit.lds from the sources
  Makefile: simplify path to QEMU binaries
  Makefile: explicitly disable -net for our -M virt runs

 Makefile | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

-- 
2.34.1


Re: [PATCH 0/4] Some tweaks for semihosting-tests
Posted by Peter Maydell 1 year, 3 months ago
On Thu, 5 Jan 2023 at 11:00, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> Hi Peter,
>
> I discovered that semihosting syscall support got broken and while
> preparing to bisect I ran into a few warts.
>
>  Alex Bennée (4):
>        semihosting-tests: add timeout support
>        Makefile: drop microbit.lds from the sources
>        Makefile: simplify path to QEMU binaries
>        Makefile: explicitly disable -net for our -M virt runs
>
> Alex Bennée (4):
>   semihosting-tests: add timeout support
>   Makefile: drop microbit.lds from the sources
>   Makefile: simplify path to QEMU binaries
>   Makefile: explicitly disable -net for our -M virt runs

Thanks, applied to the semihosting-tests repo. I also threw in
a patch adding a "make clean" target, since we turned out to be
missing one.

-- PMM