]> Git Repo - qemu.git/blobdiff - qemu-char.c
PCI: show also host bridge data in "info pci" output
[qemu.git] / qemu-char.c
index b13f8d4cf7e119564be6c2b017ae8f54db082c7b..800ee6c503b6e7cf4479f4ed7d04ce9008fff567 100644 (file)
@@ -1187,7 +1187,6 @@ static CharDriverState *qemu_chr_open_tty(QemuOpts *opts)
         return NULL;
     }
     chr->chr_ioctl = tty_serial_ioctl;
-    qemu_chr_generic_open(chr);
     return chr;
 }
 #else  /* ! __linux__ && ! __sun__ */
This page took 0.023601 seconds and 4 git commands to generate.