Stefan Weil 8bd6b06d7b console: Fix warning from clang (and potential crash)
ccc-analyzer reports this warning:

console.c:1090:29: warning: Dereference of null pointer
        if (active_console->cursor_timer) {
                            ^

Function console_select allows active_console to be NULL,
but would crash when accessing cursor_timer. Fix this.

Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2012-08-31 10:05:22 -05:00
2012-08-31 15:47:57 +02:00
2012-08-09 18:34:57 +00:00
2012-08-28 20:38:39 +02:00
2012-08-20 11:05:08 -03:00
2012-08-13 16:10:18 -03:00
2012-08-28 20:38:39 +02:00
2012-08-06 19:31:55 -05:00
2012-08-30 16:36:21 -05:00
2012-08-04 15:51:23 +00:00
2012-08-13 13:20:50 -03:00
2012-08-14 19:01:26 +00:00
2012-08-02 18:12:17 +02:00
2012-08-15 15:18:54 +01:00
2012-08-16 13:41:16 -05:00
2012-08-13 14:17:53 -03:00
2012-08-21 15:16:29 -05:00
2012-08-08 13:51:12 +02:00
2012-08-03 18:28:37 -05:00
2012-08-08 13:51:12 +02:00
2012-08-16 13:41:16 -05:00
2012-08-16 13:41:16 -05:00
2012-08-13 14:17:53 -03:00
2012-08-13 14:17:53 -03:00
2012-08-16 13:41:15 -05:00
2012-08-16 13:41:15 -05:00
2012-08-09 18:34:57 +00:00
2012-08-30 07:45:28 -05:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%