On Fri, May 27, 2016 at 23:53:01 +0300, Sergey Fedorov wrote: > On 25/05/16 04:13, Emilio G. Cota wrote: > > Taken from the linux kernel. > > > > Reviewed-by: Richard Henderson <r...@twiddle.net> > > Reviewed-by: Alex Bennée <alex.ben...@linaro.org> > > Signed-off-by: Emilio G. Cota <c...@braap.org> > > --- > > include/qemu/processor.h | 30 ++++++++++++++++++++++++++++++ > > 1 file changed, 30 insertions(+) > > create mode 100644 include/qemu/processor.h > > > > diff --git a/include/qemu/processor.h b/include/qemu/processor.h > > new file mode 100644 > > index 0000000..42bcc99 > > --- /dev/null > > +++ b/include/qemu/processor.h > > @@ -0,0 +1,30 @@ > > +/* > > + * Copyright (C) 2016, Emilio G. Cota <c...@braap.org> > > + * > > If it's taken from the Linux kernel shouldn't it be attributed here?
It's "taken" as in "we do like the kernel does", not as in "we're just copying this code". Emilio