QEMU Support for STM32G4

2025-02-27 Thread Shrijith Narayan Sharma
Hi , I was exploring options for STM32G4 emulator and found that QEMU supports STM32 I could not find support for STM32G4 though. Could you share the support package if available for STM32G4 and necessary documentation towards using the emulator for my development? Regards Shrijith N Sharma ::D

Re: semihosting option

2025-02-27 Thread Yanfeng Liu
On Thu, 2025-02-27 at 09:55 +, Peter Maydell wrote: > On Thu, 27 Feb 2025 at 05:44, Yanfeng Liu wrote: > > I am wondering QEMU semihosting for ARM or RISCV targets allows user to > > control > > the set of functions available in semihosting? for example, I want give > > read- > > only host fol

QEMU arm boot all CPUs

2025-02-27 Thread Yanfeng Liu
Dear experts, With `qemu-system-arm -M virt -smp 2`, it seems that secondary core is halted upon boot and needs be brought up via PSCI later. I am wondering if there is a way to tell QEMU to boot all cores upon boot without having to use PSCI? I couldn't find an option in the manual yet. Regards

Re: semihosting option

2025-02-27 Thread Liviu Ionescu
> On 27 Feb 2025, at 07:43, Yanfeng Liu wrote: > > Dear experts, > > I am wondering QEMU semihosting for ARM or RISCV targets allows user to > control > the set of functions available in semihosting? When it was done, a few years ago, the implementation of QEMU semihosting for ARM or RISCV

Re: semihosting option

2025-02-27 Thread Peter Maydell
On Thu, 27 Feb 2025 at 05:44, Yanfeng Liu wrote: > I am wondering QEMU semihosting for ARM or RISCV targets allows user to > control > the set of functions available in semihosting? for example, I want give read- > only host folder share and poweroff functions to a guest. Is this possible? No, t