From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH v2 3/8] kvm tools: Allow pausing guests Date: Mon, 30 May 2011 10:39:39 +0200 Message-ID: <20110530083939.GF30513@elte.hu> References: <1306744247-26051-1-git-send-email-levinsasha928@gmail.com> <1306744247-26051-3-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 mx2.mail.elte.hu ([157.181.151.9]:53647 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751283Ab1E3Ijo (ORCPT ); Mon, 30 May 2011 04:39:44 -0400 Content-Disposition: inline In-Reply-To: <1306744247-26051-3-git-send-email-levinsasha928@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: * Sasha Levin wrote: > Allow pausing and unpausing guests running on the host. > Pausing a guest means that none of the VCPU threads are running > KVM_RUN until they are unpaused. When adding new APIs please mention them in the changelog. Just listing them is enough: void kvm__pause(void); void kvm__continue(void); void kvm__notify_paused(void); Also, standardizing on the 'Add APIs to ...' prefix for API additions would make the shortlog more obvious as well. Thanks, Ingo