On Thu, Mar 10, 2016 at 17:12:22 +0100, Marc-André Lureau wrote:
QEMU (somewhere around 2.0) added a new sub-option to the -name flag
-name debug-threads=on
This causes the naming of individual QEMU threads to be helpful; e.g.
'CPU/KVM 0' or 'migration' these show up in top once the H key is
pressed, and also show up in a core dump, making it easy to figure
out which thread is which.
Yeah, the output of "info threads" gdb command is very nice with
debug-threads turned on.
Jirka