On 2024-09-05 06:04:12+0000, Jason A. Donenfeld wrote: > On Thu, Sep 5, 2024 at 5:45 AM maobibo <maob...@loongson.cn> wrote: > > > > Jason, > > > > With the latest qemu 9.1 version, elf format booting is supported. > > Thanks, I just figured this out too, about 4 minutes ago. Excellent. > And the 1G minimum ram limit is gone too. > > Now working on how to trigger resets.
With "reset" do you mean normal (non-panic) system shutdown/poweroff? Since QEMU 9.1 and a recent kernel you can use the pvpanic device for that in a cross-architecture way. Thomas