From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azfvZ-0005qJ-C9 for qemu-devel@nongnu.org; Mon, 09 May 2016 03:48:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azfvT-0002bk-OR for qemu-devel@nongnu.org; Mon, 09 May 2016 03:48:29 -0400 Message-ID: <1462780092.22096.16.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 09 May 2016 09:48:12 +0200 In-Reply-To: <1462371352-21498-1-git-send-email-peter.maydell@linaro.org> References: <1462371352-21498-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/2] hw/display/blizzard: remove blizzard_template.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-arm@nongnu.org, qemu-devel@nongnu.org, patches@linaro.org, Pooja Dhannawat , Eric Blake On Mi, 2016-05-04 at 15:15 +0100, Peter Maydell wrote: > Now that we can rely on the display surface being 32 bits, > the whole machinery of blizzard_template.h being included once > per supported depth is unnecessary. >=20 > This series expands out the DEPTH-dependent macros, and then > moves the remaining code into blizzard.c and removes the header file. >=20 > It applies on top of Pooja Dhannawat's patch > "blizzard: Remove support for DEPTH !=3D 32" (which you can > also find in my target-arm.next branch: > https://git.linaro.org/people/peter.maydell/qemu-arm.git target-arm.next) So you take those two through the arm queue too I guess? Reviewed-by: Gerd Hoffmann cheers, Gerd