OSDN Git Service

ui: Make qemu_default_pixman_format() return 0 on unsupported formats
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 7 Jul 2014 06:37:26 +0000 (16:37 +1000)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 19 Jan 2015 12:33:26 +0000 (13:33 +0100)
commitaca7aaf6287b6a9f688c1b115a76fdc056565a7e
tree2049d099ca6a80d0472188f088e0300e2fe90cb9
parent1e42c353469cb58ca4f3b450eea4211af7d0b147
ui: Make qemu_default_pixman_format() return 0 on unsupported formats

In order to remove the logic for detecting supported shared
pixmap formats from device models, make qemu_default_pixman_format()
capable for failing by returning 0 which is not a possible format
value rather than asserting.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
ui/qemu-pixman.c