The point of SIGQUIT is to dump relevant information of a running guest, not to stop it.
Cc: Asias He <[email protected]> Cc: Cyrill Gorcunov <[email protected]> Cc: Ingo Molnar <[email protected]> Signed-off-by: Pekka Enberg <[email protected]> --- tools/kvm/main.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/tools/kvm/main.c b/tools/kvm/main.c index 5bcefde..6aa2534 100644 --- a/tools/kvm/main.c +++ b/tools/kvm/main.c @@ -41,9 +41,6 @@ static void handle_sigquit(int sig) kvm__show_registers(kvm); kvm__show_code(kvm); kvm__show_page_tables(kvm); - kvm__delete(kvm); - - exit(1); } static char real_cmdline[2048]; -- 1.7.0.4 -- 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
