console: vga_hw_screen_dump_ptr: take Error argument
commitd7098135d4baac8141b2e76f2daa8a7f61599c72
authorLuiz Capitulino <lcapitulino@redhat.com>
Mon, 21 May 2012 19:41:37 +0000 (21 16:41 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Wed, 5 Sep 2012 18:48:57 +0000 (5 15:48 -0300)
tree8f9c1434a55b3f7305f7d440b080ce50e716df1f
parent75d789f8d38be693bbee3e77b558e59012e33997
console: vga_hw_screen_dump_ptr: take Error argument

All devices that register a screen dump callback via
graphic_console_init() are updated.

The new argument is not used in this commit. Error handling will
be added to each device individually later.

This change is a preparation to convert the screendump command
to the QAPI.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
console.c
console.h
hw/blizzard.c
hw/g364fb.c
hw/omap_lcdc.c
hw/qxl.c
hw/tcx.c
hw/vga.c
hw/vmware_vga.c