Thanks for the hint, I just get exactly the same error starting the machine.
However, looking in the machine config was a good idea (thanks for that!), the redir command is deprecated in new qemu version.
Old config:
args: --redir tcp:11122::22
Chaned to:
-nic user,hostfwd=tcp::11122-:22
seems...