On Mon, Jun 15, 2026 at 11:48:26 +0000, Siddhi Katage via Devel wrote: > Read-only connections currently cannot use qemu-monitor-command even for > HMP "info" commands, which only query QEMU state. > > Allow HMP commands whose first token is exactly "info" on read-only > connections. Keep QMP commands, file descriptor passing, and all other > HMP commands restricted to read-write connections.
This would give access to peeking into some (randomly picked) guest operations e.g. via 'info registers'. I don't think that's what we want. And I'm sure we don't want to police which commands are "safe". I don't think this is a good idea. Especially you didn't describe your use case in any way.
