mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
virtio-serial-bus: Add ability to hot-unplug ports
Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
160600fd13
commit
f146ec9a6d
2 changed files with 3 additions and 0 deletions
|
@ -520,6 +520,8 @@ static int virtser_port_qdev_exit(DeviceState *qdev)
|
|||
VirtIOSerialPort *port = DO_UPCAST(VirtIOSerialPort, dev, &dev->qdev);
|
||||
VirtIOSerial *vser = port->vser;
|
||||
|
||||
send_control_event(port, VIRTIO_CONSOLE_PORT_REMOVE, 1);
|
||||
|
||||
/*
|
||||
* Don't decrement nr_ports here; thus we keep a linearly
|
||||
* increasing port id. Not utilising an id again saves us a couple
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue