mbox series

[0/4] Some tweaks for semihosting-tests

Message ID 20230105110007.1977399-1-alex.bennee@linaro.org
Headers show
Series Some tweaks for semihosting-tests | expand

Message

Alex Bennée Jan. 5, 2023, 11 a.m. UTC
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(-)

Comments

Peter Maydell Jan. 5, 2023, 5:14 p.m. UTC | #1
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