From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: [PATCH] ioemu: improve colordepth negociation
Date: Tue, 4 Mar 2008 11:44:10 +0000 [thread overview]
Message-ID: <20080304114410.GC5038@implementation.uk.xensource.com> (raw)
In-Reply-To: <18381.13508.634642.12390@mariner.uk.xensource.com>
Ian Jackson, le Tue 04 Mar 2008 11:38:44 +0000, a écrit :
> Samuel Thibault writes ("[Xen-devel] [PATCH] ioemu: improve colordepth negociation"):
> > +static vga_draw_line_func *vga_draw_line_table[NB_DEPTHS * VGA_DRAW_LINE_NB] = {
> > + vga_draw_line2_8,
> > + vga_draw_line2_16,
> > + vga_draw_line2_16,
> > + vga_draw_line2_32,
> > + vga_draw_line2_32,
> ...
> > -static vga_draw_line_func *vga_draw_line_table[NB_DEPTHS * VGA_DRAW_LINE_NB] = {
> > - vga_draw_line2_8,
> > - vga_draw_line2_16,
> > - vga_draw_line2_16,
> > - vga_draw_line2_32,
> > - vga_draw_line2_32,
>
> Could I suggest that it would be a good idea to avoid enormous code
> rearrangements like this in ioemu ? That's only going to make the
> ongoing merge situation with qemu worse.
>
> If you were moving this up the file so that you could refer to it
> later, you could provide a forward declaration.
I was wondering about it indeed. I'll provide another patch.
Samuel
next prev parent reply other threads:[~2008-03-04 11:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-03 17:35 [PATCH] ioemu: improve colordepth negociation Samuel Thibault
2008-03-04 11:38 ` Ian Jackson
2008-03-04 11:44 ` Samuel Thibault [this message]
2008-03-04 11:46 ` Ian Jackson
2008-03-04 11:48 ` [PATCH2] " Samuel Thibault
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080304114410.GC5038@implementation.uk.xensource.com \
--to=samuel.thibault@eu.citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.