From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fL3Wz-0001WQ-E2 for qemu-devel@nongnu.org; Tue, 22 May 2018 05:24:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fL3Wu-00009n-FA for qemu-devel@nongnu.org; Tue, 22 May 2018 05:24:33 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:42830 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fL3Wu-00009M-Ap for qemu-devel@nongnu.org; Tue, 22 May 2018 05:24:28 -0400 Date: Tue, 22 May 2018 11:24:26 +0200 From: Gerd Hoffmann Message-ID: <20180522092425.va3aobj53adkv3i5@sirius.home.kraxel.org> References: <20180517092513.735-1-kraxel@redhat.com> <20180517092513.735-2-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 1/4] vga: move bochs vbe defines to header file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau Cc: QEMU > > --- /dev/null > > +++ b/include/hw/display/bochs-vbe.h > > @@ -0,0 +1,64 @@ > > No header guards & copyright notice? Header guards ok. Copyright? I don't think interface #defines like this are copyrightable ... cheers, Gerd