Re: [Qemu-devel] [PATCH 8/8] vga: Rename vga_template.h to vga-helpers.h

2014-09-25 Thread David Gibson
On Mon, Sep 22, 2014 at 04:44:56PM +0200, Gerd Hoffmann wrote: > From: Benjamin Herrenschmidt > > It's no longer a template, we only instanciate the file once. > > Keep it a #included file so the functions remain static. > > Signed-off-by: Benjamin Herrenschmidt > Signed-off-by: Gerd Hoffmann

[Qemu-devel] [PATCH 8/8] vga: Rename vga_template.h to vga-helpers.h

2014-09-22 Thread Gerd Hoffmann
From: Benjamin Herrenschmidt It's no longer a template, we only instanciate the file once. Keep it a #included file so the functions remain static. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Gerd Hoffmann --- hw/display/{vga_template.h => vga-helpers.h} | 0 hw/display/vga.c