QEMU optional HMP, RP2040 machine, TCG lea
QEMU development activity centered on three substantial patch series covering monitor configuration, embedded machine models, and TCG intermediate representation. Contributors advanced build-time flexibility, Raspberry Pi Pico emulation, and a new address-calculation primitive.
HMP made optional via build flag
A QEMU maintainer posted a 50-patch series that makes the legacy Human Monitor Protocol optional through a CONFIG_HMP build flag. The work lets configurations omit HMP support entirely, trimming the monitor footprint for users who no longer require the older interface. Builders and packagers tracking QEMU should watch the series for its effect on default and minimal builds.
RP2040 and Raspberry Pi Pico machine model
The QEMU list received a 30-patch RFC version 2 that adds a functional RP2040 and Raspberry Pi Pico machine model. The series covers DMA, XIP, boot ROM support, and accompanying tests. Embedded developers targeting the RP2040 family gain a more complete emulation path once the RFC matures.
TCG introduces INDEX_op_lea
A 16-patch series for QEMU TCG adds the INDEX_op_lea primitive together with backend support already exercised on several targets. The new operation supplies a dedicated load-effective-address step that can simplify address arithmetic inside translated code. Target maintainers and TCG contributors benefit from the clearer intermediate representation this change provides.