/[qemu]/qemu/vl.c
ViewVC logotype

Diff of /qemu/vl.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.150 by bellard, Sat Nov 26 20:10:07 2005 UTC revision 1.151 by bellard, Sun Nov 27 19:10:42 2005 UTC
# Line 1613  CharDriverState *qemu_chr_open(const cha Line 1613  CharDriverState *qemu_chr_open(const cha
1613          return text_console_init(&display_state);          return text_console_init(&display_state);
1614      } else if (!strcmp(filename, "null")) {      } else if (!strcmp(filename, "null")) {
1615          return qemu_chr_open_null();          return qemu_chr_open_null();
1616      } else if (strstart(filename, "file:", &p)) {      } else
1617    #ifndef _WIN32
1618        if (strstart(filename, "file:", &p)) {
1619          return qemu_chr_open_file_out(p);          return qemu_chr_open_file_out(p);
1620      } else if (strstart(filename, "pipe:", &p)) {      } else if (strstart(filename, "pipe:", &p)) {
1621          return qemu_chr_open_pipe(p);          return qemu_chr_open_pipe(p);
1622      } else      } else if (!strcmp(filename, "pty")) {
 #ifndef _WIN32  
     if (!strcmp(filename, "pty")) {  
1623          return qemu_chr_open_pty();          return qemu_chr_open_pty();
1624      } else if (!strcmp(filename, "stdio")) {      } else if (!strcmp(filename, "stdio")) {
1625          return qemu_chr_open_stdio();          return qemu_chr_open_stdio();

Legend:
Removed from v.1.150  
changed lines
  Added in v.1.151

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26