This drops you in the [QEMU monitor](https://people.redhat.com/pbonzini/qemu-test-doc/_build/html/topics/pcsys_005fmonitor.html) which can do all sorts of
things including adding/removing devices, save/restore the VM state,
pause/resume the VM, do screenshots, etc.
There are many sockets in the `ctrl` directory, including:
*`.serial`: the instance's serial port
*`.monitor`: the QEMU monitor control port
*`.qmp`: the same, but with a JSON interface that I can't figure out