From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH v2 4/8] kvm tools: Pause/resume guest using SIGUSR2 Date: Mon, 30 May 2011 10:41:09 +0200 Message-ID: <20110530084109.GG30513@elte.hu> References: <1306744247-26051-1-git-send-email-levinsasha928@gmail.com> <1306744247-26051-4-git-send-email-levinsasha928@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: penberg@kernel.org, kvm@vger.kernel.org, asias.hejun@gmail.com, gorcunov@gmail.com, prasadjoshi124@gmail.com To: Sasha Levin Return-path: Received: from mx3.mail.elte.hu ([157.181.1.138]:51861 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751807Ab1E3IlO (ORCPT ); Mon, 30 May 2011 04:41:14 -0400 Content-Disposition: inline In-Reply-To: <1306744247-26051-4-git-send-email-levinsasha928@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: * Sasha Levin wrote: > Make SIGUSR2 pause/resume a guest, this allows to easily test > pausing a guest. > Can be tested using cmdline 'kill -USR2 $(pidof kvm)'. Please locking tests to 'make test' as well (as i think Pekka also suggested). Developers will otherwise readily forget how to test locking correctness. Thanks, Ingo