QEMU serial output through Minicom

How to connect minicom to QEMU serial output?

Add the following to QEMU's command line:
-serial unix:/tmp/serial.socket,server
and start minicom via
minicom -D unix:/tmp/serial.socket
to get the output of your QEMU VM to minicom.