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ärber wrote:
> > Am 17.01.2013 21:59, schrieb Eduardo Habkost:
> > > Signed-off-by: Eduardo Habkost <[email protected]>
> > > ---
> > > Cc: [email protected]
> > > Cc: Michael S. Tsirkin <[email protected]>
> > > Cc: Gleb Natapov <[email protected]>
> > > Cc: Marcelo Tosatti <[email protected]>
> >
> > It appears as if Cc: below --- gets ignored? Please check and ping those
> > people if necessary.
>
> 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.
>
> >
> > Personally, I adopted the convention of having to-be-persisted CCs above
> > Sob and stripping trailing CCs when applying.
>
> I considered the CC lines not part of the commit message (just like the
> changelog isn't), so I decided to put them after "---".
>
This may be the reason git-send-email ignored it.
> >
> > Andreas
> >
> > > ---
> > > include/sysemu/kvm.h | 1 +
> > > 1 file changed, 1 insertion(+)
> > >
> > > 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
> > >
> > > extern int kvm_allowed;
> >
> > --
> > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
> > GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
>
> --
> Eduardo
--
Gleb.