From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwAR9-00052I-U3 for qemu-devel@nongnu.org; Fri, 18 Jan 2013 06:48:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwAR8-0002M4-PY for qemu-devel@nongnu.org; Fri, 18 Jan 2013 06:48:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwAR8-0002Lz-GG for qemu-devel@nongnu.org; Fri, 18 Jan 2013 06:48:42 -0500 Date: Fri, 18 Jan 2013 13:48:38 +0200 From: Gleb Natapov Message-ID: <20130118114838.GG10107@redhat.com> References: <1358456378-29248-1-git-send-email-ehabkost@redhat.com> <1358456378-29248-2-git-send-email-ehabkost@redhat.com> <50F92F64.5010809@suse.de> <20130118113633.GS10683@otherpad.lan.raisama.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20130118113633.GS10683@otherpad.lan.raisama.net> Subject: Re: [Qemu-devel] [PATCH for-1.4 01/12] kvm: Add fake KVM_FEATURE_CLOCKSOURCE_STABLE_BIT for builds withou KVM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: kvm@vger.kernel.org, "Michael S. Tsirkin" , Marcelo Tosatti , qemu-devel@nongnu.org, Anthony Liguori , Igor Mammedov , Andreas =?utf-8?Q?F=C3=A4rber?= On Fri, Jan 18, 2013 at 09:36:33AM -0200, Eduardo Habkost wrote: > On Fri, Jan 18, 2013 at 12:17:56PM +0100, Andreas F=C3=A4rber wrote: > > Am 17.01.2013 21:59, schrieb Eduardo Habkost: > > > Signed-off-by: Eduardo Habkost > > > --- > > > Cc: kvm@vger.kernel.org > > > Cc: Michael S. Tsirkin > > > Cc: Gleb Natapov > > > Cc: Marcelo Tosatti > >=20 > > It appears as if Cc: below --- gets ignored? Please check and ping those > > people if necessary. >=20 > I believe it depends on git-send-email suppress-cc option. At least I > remember this format have worked for me before, I need to check what > changed on my config. >=20 > >=20 > > Personally, I adopted the convention of having to-be-persisted CCs above > > Sob and stripping trailing CCs when applying. >=20 > I considered the CC lines not part of the commit message (just like the > changelog isn't), so I decided to put them after "---". >=20 This may be the reason git-send-email ignored it. > >=20 > > Andreas > >=20 > > > --- > > > include/sysemu/kvm.h | 1 + > > > 1 file changed, 1 insertion(+) > > >=20 > > > diff --git a/include/sysemu/kvm.h b/include/sysemu/kvm.h > > > index 6bdd513..22acf91 100644 > > > --- a/include/sysemu/kvm.h > > > +++ b/include/sysemu/kvm.h > > > @@ -36,6 +36,7 @@ > > > #define KVM_FEATURE_ASYNC_PF 0 > > > #define KVM_FEATURE_STEAL_TIME 0 > > > #define KVM_FEATURE_PV_EOI 0 > > > +#define KVM_FEATURE_CLOCKSOURCE_STABLE_BIT 0 > > > #endif > > > =20 > > > extern int kvm_allowed; > >=20 > > --=20 > > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=C3=BCrnberg, Germany > > GF: Jeff Hawn, Jennifer Guild, Felix Imend=C3=B6rffer; HRB 16746 AG N= =C3=BCrnberg >=20 > --=20 > Eduardo -- Gleb.