From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAeoL-0004IC-EF for qemu-devel@nongnu.org; Mon, 12 Jan 2015 08:13:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAeoG-0000AE-ED for qemu-devel@nongnu.org; Mon, 12 Jan 2015 08:13:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAeoG-0000AA-6p for qemu-devel@nongnu.org; Mon, 12 Jan 2015 08:13:32 -0500 Message-ID: <1421068407.8695.33.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 12 Jan 2015 14:13:27 +0100 In-Reply-To: <54B3C649.3040701@redhat.com> References: <1421066126-25737-1-git-send-email-kraxel@redhat.com> <1421066126-25737-3-git-send-email-kraxel@redhat.com> <54B3C649.3040701@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/4] console: add opengl rendering helper functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, Anthony Liguori On Mo, 2015-01-12 at 14:04 +0100, Paolo Bonzini wrote: > > On 12/01/2015 13:35, Gerd Hoffmann wrote: > > +/* > > + * QEMU graphical console -- opengl helper bits > > + * > > + * Copyright (c) 2004 Fabrice Bellard > > + * > > Copyright Red Hat / Author you? Ahem, yes. Just carelessly moved over the comment from console.c, which doesn't make much sense given this is all new code ... cheers, Gerd