From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asvjZ-0006Hn-KM for qemu-devel@nongnu.org; Wed, 20 Apr 2016 13:16:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asvjU-0006ad-Nr for qemu-devel@nongnu.org; Wed, 20 Apr 2016 13:16:13 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:44288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asvjU-0006aP-Ii for qemu-devel@nongnu.org; Wed, 20 Apr 2016 13:16:08 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 4EBEA20E28 for ; Wed, 20 Apr 2016 13:16:08 -0400 (EDT) Date: Wed, 20 Apr 2016 13:16:07 -0400 From: "Emilio G. Cota" Message-ID: <20160420171607.GA15129@flamenco> References: <1461107270-19234-1-git-send-email-cota@braap.org> <1461107270-19234-5-git-send-email-cota@braap.org> <571772ED.7080607@greensocs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <571772ED.7080607@greensocs.com> Subject: Re: [Qemu-devel] [PATCH v3 04/11] include/processor.h: define cpu_relax() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: KONRAD Frederic Cc: QEMU Developers , MTTCG Devel , Alex =?iso-8859-1?Q?Benn=E9e?= , Paolo Bonzini , Peter Crosthwaite , Richard Henderson , Peter Maydell , Sergey Fedorov On Wed, Apr 20, 2016 at 14:15:41 +0200, KONRAD Frederic wrote: > Le 20/04/2016 01:07, Emilio G. Cota a écrit : > >Taken from the linux kernel. > > > >Reviewed-by: Richard Henderson > >Signed-off-by: Emilio G. Cota > >--- > > include/qemu/processor.h | 28 ++++++++++++++++++++++++++++ > > 1 file changed, 28 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..675a00a > >--- /dev/null > >+++ b/include/qemu/processor.h > >@@ -0,0 +1,28 @@ > > Hi, > > Does this file need a license? I figured GPLv2 would apply to it by default. However, IANAL so I'd be happy to add a line to the patch stating the file is covered under GPLv2. Thanks, Emilio