hw/display/blizzard: Expand out macros
commit5c8759087d9cdd12c937a704ea8225f2e4c00ba6
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 12 May 2016 12:22:29 +0000 (12 13:22 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 May 2016 12:22:29 +0000 (12 13:22 +0100)
treeb7836cb7487501357c58bbb00479cb8cf936cf8b
parent3a0f31bcb825d37e145411c62b11c3704279de4e
hw/display/blizzard: Expand out macros

Now that we can assume that only depth 32 is possible, there's no need
for the COPY_PIXEL1 and PIXEL_TYPE macros, and the SKIP_PIXEL, COPY_PIXEL
and SWAP_WORDS macros aren't used at all. Expand out COPY_PIXEL1 and
PIXEL_TYPE where they are used, delete the unused macro definitions, and
expand out the uses of glue(name_prefix, DEPTH).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 1462371352-21498-2-git-send-email-peter.maydell@linaro.org
hw/display/blizzard_template.h