From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkEqr-000196-FS for qemu-devel@nongnu.org; Wed, 05 Jun 2013 10:38:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkEqp-0004VM-Ce for qemu-devel@nongnu.org; Wed, 05 Jun 2013 10:38:13 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:56805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkEqp-0004VE-5C for qemu-devel@nongnu.org; Wed, 05 Jun 2013 10:38:11 -0400 Message-ID: <51AF4D51.304@msgid.tls.msk.ru> Date: Wed, 05 Jun 2013 18:38:09 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <51AF12BF.6080600@msgid.tls.msk.ru> <51AF1FA3.2010605@suse.de> In-Reply-To: <51AF1FA3.2010605@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] qemu & openpty List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Paolo Bonzini , Anthony Liguori , qemu-devel 05.06.2013 15:23, Andreas F=C3=A4rber wrote: > Am 05.06.2013 12:28, schrieb Michael Tokarev: [qemu_openpty() wrapper] > I haven't tried yet, but this sounds like something for osdep.c, no nee= d > for a special qemu-openpty.c. This is a bit more tricky. At least on glibc, openpty() is in -lutil, but -lutil isn't linked to, say, qemu-img. Um-ho ;) /mjt