commit | 64840c66b702cc4c809c72d8ad5d26861dd7fd8d | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Mar 07 17:08:29 2013 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Apr 16 09:03:47 2013 +0200 |
tree | f566c08b0f58ef7f9ad5a4d78d17b1499388a0be | |
parent | 437fe1061be3da49b0b05ed2f0c9c50e2255c3fe [diff] |
console: displaystate init revamp We have only one DisplayState, so there is no need for the "next" linking, rip it. Also consolidate all displaystate initialization into init_displaystate(). This function is called by vl.c after creating the devices (and thus all QemuConsoles) and before initializing DisplayChangeListensers (aka gtk/sdl/vnc/spice ui). Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>