diff options
Diffstat (limited to 'qemu-char.h')
-rw-r--r-- | qemu-char.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/qemu-char.h b/qemu-char.h index e5ad45ca28..e1aa8dbafa 100644 --- a/qemu-char.h +++ b/qemu-char.h @@ -6,9 +6,11 @@ /* character device */ -#define CHR_EVENT_BREAK 0 /* serial break char */ -#define CHR_EVENT_FOCUS 1 /* focus to this terminal (modal input needed) */ -#define CHR_EVENT_RESET 2 /* new connection established */ +#define CHR_EVENT_BREAK 0 /* serial break char */ +#define CHR_EVENT_FOCUS 1 /* focus to this terminal (modal input needed) */ +#define CHR_EVENT_RESET 2 /* new connection established */ +#define CHR_EVENT_MUX_IN 3 /* mux-focus was set to this terminal */ +#define CHR_EVENT_MUX_OUT 4 /* mux-focus will move on */ #define CHR_IOCTL_SERIAL_SET_PARAMS 1 |