logoalt Hacker News

general1465today at 12:35 AM0 repliesview on HN

You could have HTTP API to GDB bridge and achieve same control with QEMU

Same for UART bridge - Have a look on STM32L403 implementation in QEMU which I believe does implement UART as well. And ADC and other peripherals.

And regarding autosnapshot, that's can be done via GDB as well - save RAM + registers and then load them back.