From f146ec9a6dccc28b826f08f9dbb341218355d8bb Mon Sep 17 00:00:00 2001 From: Amit Shah Date: Wed, 20 Jan 2010 00:36:55 +0530 Subject: virtio-serial-bus: Add ability to hot-unplug ports Signed-off-by: Amit Shah Signed-off-by: Anthony Liguori --- hw/virtio-serial.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/virtio-serial.h') diff --git a/hw/virtio-serial.h b/hw/virtio-serial.h index 28ea7da8b7..f297b00689 100644 --- a/hw/virtio-serial.h +++ b/hw/virtio-serial.h @@ -51,6 +51,7 @@ struct virtio_console_control { #define VIRTIO_CONSOLE_RESIZE 2 #define VIRTIO_CONSOLE_PORT_OPEN 3 #define VIRTIO_CONSOLE_PORT_NAME 4 +#define VIRTIO_CONSOLE_PORT_REMOVE 5 /* == In-qemu interface == */ -- cgit v1.2.1