Revision fee063c0

b/hw/virtio-console.c
82 82
    VirtConsole *vcon = DO_UPCAST(VirtConsole, port, port);
83 83

  
84 84
    if (vcon->chr) {
85
        port->info->have_data = NULL;
86 85
        qemu_chr_close(vcon->chr);
87 86
    }
88 87

  

Also available in: Unified diff