From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH v2 1/8] kvm tools: Use correct value for user signal base Date: Mon, 30 May 2011 10:35:23 +0200 Message-ID: <20110530083523.GD30513@elte.hu> References: <1306744247-26051-1-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]:52407 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750812Ab1E3Ifc (ORCPT ); Mon, 30 May 2011 04:35:32 -0400 Content-Disposition: inline In-Reply-To: <1306744247-26051-1-git-send-email-levinsasha928@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: * Sasha Levin wrote: > Signed-off-by: Sasha Levin > --- > tools/kvm/include/kvm/kvm.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/tools/kvm/include/kvm/kvm.h b/tools/kvm/include/kvm/kvm.h > index f951f2d..6a17362 100644 > --- a/tools/kvm/include/kvm/kvm.h > +++ b/tools/kvm/include/kvm/kvm.h > @@ -11,7 +11,7 @@ > #define KVM_32BIT_GAP_SIZE (512 << 20) > #define KVM_32BIT_GAP_START ((1ULL << 32) - KVM_32BIT_GAP_SIZE) > > -#define SIGKVMEXIT (SIGUSR1 + 2) > +#define SIGKVMEXIT (SIGRTMIN + 0) I think the changelog is missing essential information like what the effects of this bug were in practice. ('none' is a good answer as well.) Thanks, Ingo