qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC 01/14] vga: Create direct sufaces for depth 24 too


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [RFC 01/14] vga: Create direct sufaces for depth 24 too
Date: Tue, 01 Jul 2014 09:09:56 +0200

  Hi,

> -        if (depth == 32 || ((depth == 16 || depth == 15) && !byteswap)) {
> +     if (depth == 32 || depth == 24 ||
> +           ((depth == 16 || depth == 15) && !byteswap)) {

Doesn't apply.  depth == 15 isn't upstream.  Guess you have some more
local changes?  Also the whitespace looks fishy (tabs vs. spaces?).
Note that the qemu whitespace codestyle (spaces only) differs from linux
kernel ...

cheers,
  Gerd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]