Re: [Qemu-devel] [PATCH v3 1/3] qemu-io: Add sigraise command

2014-12-08 Thread Fam Zheng
On Mon, 12/08 10:48, Max Reitz wrote: > abort() has the sometimes undesirable side-effect of generating a core > dump. If that is not needed, SIGKILL has the same effect of abruptly > crash qemu; without a core dump. > > Thus, -c abort is not always useful to simulate a qemu-io crash; > therefore,

[Qemu-devel] [PATCH v3 1/3] qemu-io: Add sigraise command

2014-12-08 Thread Max Reitz
abort() has the sometimes undesirable side-effect of generating a core dump. If that is not needed, SIGKILL has the same effect of abruptly crash qemu; without a core dump. Thus, -c abort is not always useful to simulate a qemu-io crash; therefore, this patch adds a new sigraise command which allo