Revision 2724b180 qemu-char.h

b/qemu-char.h
6 6

  
7 7
/* character device */
8 8

  
9
#define CHR_EVENT_BREAK 0 /* serial break char */
10
#define CHR_EVENT_FOCUS 1 /* focus to this terminal (modal input needed) */
11
#define CHR_EVENT_RESET 2 /* new connection established */
9
#define CHR_EVENT_BREAK   0 /* serial break char */
10
#define CHR_EVENT_FOCUS   1 /* focus to this terminal (modal input needed) */
11
#define CHR_EVENT_RESET   2 /* new connection established */
12
#define CHR_EVENT_MUX_IN  3 /* mux-focus was set to this terminal */
13
#define CHR_EVENT_MUX_OUT 4 /* mux-focus will move on */
12 14

  
13 15

  
14 16
#define CHR_IOCTL_SERIAL_SET_PARAMS   1

Also available in: Unified diff