Another suggestion: would anyone be interested in adding a 'kvm debug' command
that does the kill -3 magic?
Initially it could be something very simple like:
int cmd_debug()
{
system("kill -3 $(pidof kvm)");
}
:-)
as i always have to remember this sequence to debug the guest - while typing
'kvm debug' would be a no-brainer.
(Maybe make it 'kvm debug guest', to keep the 'kvm debug' namespace clean.)
Thanks,
Ingo
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html