qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] patch: make -serial pty not print garbage


From: Johannes Martin
Subject: [Qemu-devel] patch: make -serial pty not print garbage
Date: Fri, 8 Oct 2004 22:39:12 +0200 (CEST)

Hi,

qemu .... -serial pty does not work correctly. When trying to say
        char device redirected to /dev/pts/<n>
it prints garbage instead of /dev/pts/n. This is because it calls slirp's
openpty() function instead of the system's proper openpty(). The attached
patch fixes this (by making slirp's openpty() static).

        Johannes

Attachment: pty.tar.gz
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]