report that QEMU process was killed by a signal
authorGleb Natapov <gleb@redhat.com>
Tue, 15 Mar 2011 11:56:04 +0000 (13:56 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 26 Mar 2011 12:54:42 +0000 (12:54 +0000)
commit808c2a6c6657230ddb3ce21842a76f2821ac7047
tree20912e758f2b1a3be545af99215ef8a7276ac466
parent23316fa16351306086d3b8714b9d73331498ec4b
report that QEMU process was killed by a signal

Currently when rogue script kills QEMU process (using TERM/INT/HUP
signal) it looks indistinguishable from system shutdown. Lets report
that QEMU was killed and leave some clues about the killer identity.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
os-posix.c
sysemu.h
vl.c