From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBqDJ-0001J9-K3 for qemu-devel@nongnu.org; Wed, 12 Sep 2012 12:55:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBqDD-0007Fj-FM for qemu-devel@nongnu.org; Wed, 12 Sep 2012 12:54:57 -0400 Received: from mail-qc0-f173.google.com ([209.85.216.173]:65466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBqDD-0007Fd-Ah for qemu-devel@nongnu.org; Wed, 12 Sep 2012 12:54:51 -0400 Received: by qcab12 with SMTP id b12so1309096qca.4 for ; Wed, 12 Sep 2012 09:54:49 -0700 (PDT) Sender: Richard Henderson Message-ID: <5050BE56.3090104@twiddle.net> Date: Wed, 12 Sep 2012 09:54:46 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1347390642-17434-1-git-send-email-aurelien@aurel32.net> <1347390642-17434-2-git-send-email-aurelien@aurel32.net> In-Reply-To: <1347390642-17434-2-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 01/17] vga: rename pci_vga_init() into pci_std_vga_init() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: Anthony Liguori , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu-devel@nongnu.org, David Gibson , Alexander Graf On 09/11/2012 12:10 PM, Aurelien Jarno wrote: > This better explains what is this function about. Adjust all callers. > > Cc: Richard Henderson > Cc: Alexander Graf > Cc: Andreas Färber > Cc: David Gibson > Cc: Anthony Liguori > Acked-by: Blue Swirl > Acked-by: Andreas Färber > Signed-off-by: Aurelien Jarno Acked-by: Richard Henderson r~