Skip to content
  • Gerd Hoffmann's avatar
    console: displaystate init revamp · 64840c66
    Gerd Hoffmann authored
    
    
    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: default avatarGerd Hoffmann <kraxel@redhat.com>
    64840c66