• A
    virtio-console: Keep chardev open for other users after hot-unplug · f9a90f18
    Amit Shah 提交于
    After a hot-unplug operation, the previous behaviour was to close the
    chardev.  That meant the chardev couldn't be re-used.  Also, since
    chardev hot-plug isn't possible so far, this means virtio-console
    hot-plug isn't feasible as well.
    
    With this change, the chardev is kept around.  A new virtio-console
    channel can then be hot-plugged with the same chardev and things will
    continue to work.
    Signed-off-by: NAmit Shah <amit.shah@redhat.com>
    f9a90f18
virtio-console.c 3.9 KB