diff options
author | Amit Shah <amit.shah@redhat.com> | 2010-01-20 00:36:55 +0530 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-01-20 08:25:23 -0600 |
commit | f146ec9a6dccc28b826f08f9dbb341218355d8bb (patch) | |
tree | c4707b6b3d6f9d5f4737eccd2909f29084a8121d /hw/virtio-serial.h | |
parent | 160600fd137a3a6f0d6a09579cf2282152f842ab (diff) |
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>
Diffstat (limited to 'hw/virtio-serial.h')
-rw-r--r-- | hw/virtio-serial.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 == */ |