Re: [PATCH 00/43] semihosting cleanup

2022-05-01 Thread Richard Henderson
On 4/30/22 06:28, Richard Henderson wrote: target/m68k: Do semihosting call as a normal helper target/nios2: Do semihosting call as a normal helper There's a reason not to do this: locking of the iothread mutex, and being back in the main loop, where the vm will be stopped while we may w

[PATCH 00/43] semihosting cleanup

2022-04-30 Thread Richard Henderson
I had whipped up an rx-elf cross toolchain to test something recently, and since I had built it, thought it would be easy to use libgloss to run the multiarch hello and memory tests. But we haven't implemented libgloss-style semihosting for rx. I had forgotten how much boilerplate there is current