Commit 9c1de6125e49460aa1e508a837159a2087762d18

Authored by ths
1 parent 3594c774

Increase the number of multiplexed monitor devices.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2445 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -1232,7 +1232,7 @@ static CharDriverState *qemu_chr_open_null(void)
1232 1232 /* MUX driver for serial I/O splitting */
1233 1233 static int term_timestamps;
1234 1234 static int64_t term_timestamps_start;
1235   -#define MAX_MUX 2
  1235 +#define MAX_MUX 4
1236 1236 typedef struct {
1237 1237 IOCanRWHandler *chr_can_read[MAX_MUX];
1238 1238 IOReadHandler *chr_read[MAX_MUX];
... ...