From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxRDr-0001Kl-R7 for qemu-devel@nongnu.org; Sun, 10 Jun 2007 13:29:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxRDq-0001Ju-H1 for qemu-devel@nongnu.org; Sun, 10 Jun 2007 13:29:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxRDq-0001Jk-2l for qemu-devel@nongnu.org; Sun, 10 Jun 2007 13:29:02 -0400 Received: from mtaout02-winn.ispmail.ntl.com ([81.103.221.48]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HxRDp-0001US-S1 for qemu-devel@nongnu.org; Sun, 10 Jun 2007 13:29:02 -0400 Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com with ESMTP id <20070610172852.UWFF4.mtaout02-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com> for ; Sun, 10 Jun 2007 18:28:52 +0100 Received: from miranda.arrow ([213.107.21.212]) by aamtaout02-winn.ispmail.ntl.com with ESMTP id <20070610172852.BKDB17393.aamtaout02-winn.ispmail.ntl.com@miranda.arrow> for ; Sun, 10 Jun 2007 18:28:52 +0100 Received: from sdb by miranda.arrow with local (Exim 4.50) id 1HxRDe-000218-66 for qemu-devel@nongnu.org; Sun, 10 Jun 2007 18:28:50 +0100 Date: Sun, 10 Jun 2007 18:28:50 +0100 From: Stuart Brady Subject: Re: [Qemu-devel] qemu/hw pixel_ops.h Message-ID: <20070610172849.GA7726@miranda.arrow> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Sun, Jun 10, 2007 at 04:35:21PM +0000, Blue Swirl wrote: > Log message: > Add hw/pixel_ops.h Are there any thoughts on moving vga_draw_line_glyph* out of vga_template.h? While I'm not *entirely* certain that my ZX Spectrum emulation patch[1] would be accepted :-), it seems conceivable that moving these functions out of vga_template.h would be useful to others at some point, so I'd be happy to submit a patch for this. (It would have to be #includable from vga.c or vga_template.h, so obviously this can't go in pixel_ops.h.) -- Stuart Brady [1] That's one d*mn fast Speccy, btw. :-)