Re: [Qemu-devel] [PATCH] console: Fix qemu_default_pixelformat() for 24 bpp

2011-11-22 Thread Stefano Stabellini
On Tue, 22 Nov 2011, Markus Armbruster wrote: > Falls through to 32 bpp. Harmless, because the only difference is the > alpha component, and we're not using that. Spotted by Coverity. > > Signed-off-by: Markus Armbruster ack > console.c |1 + > 1 files changed, 1 insertions(+), 0 deletio

[Qemu-devel] [PATCH] console: Fix qemu_default_pixelformat() for 24 bpp

2011-11-22 Thread Markus Armbruster
Falls through to 32 bpp. Harmless, because the only difference is the alpha component, and we're not using that. Spotted by Coverity. Signed-off-by: Markus Armbruster --- console.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/console.c b/console.c index ce0429d..223