From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TleOW-0002Uu-GZ for qemu-devel@nongnu.org; Thu, 20 Dec 2012 06:34:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TleOU-0005YP-On for qemu-devel@nongnu.org; Thu, 20 Dec 2012 06:34:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tle1h-0008Hb-BQ for qemu-devel@nongnu.org; Thu, 20 Dec 2012 06:10:57 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qBKBAtCt005894 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 20 Dec 2012 06:10:56 -0500 Message-ID: <50D2F23D.9000908@redhat.com> Date: Thu, 20 Dec 2012 12:10:53 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1355932747-1755-1-git-send-email-kraxel@redhat.com> <50D2ED39.6010608@redhat.com> <20121220105643.GK25577@redhat.com> In-Reply-To: <20121220105643.GK25577@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RfC 0/9] chardev hotplug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Michal Privoznik , Gerd Hoffmann , qemu-devel@nongnu.org Il 20/12/2012 11:56, Daniel P. Berrange ha scritto: > On Thu, Dec 20, 2012 at 11:49:29AM +0100, Michal Privoznik wrote: >> On 19.12.2012 16:58, Gerd Hoffmann wrote: >>> Hi, >>> >>> Chardev hotplug patch series reloaded. Not finished yet, commit >>> messages not finalized yet, totally untested other than building on >>> linux+windows. >>> >>> I doubt I manage to finish (and test!) it before xmas. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >> Okay, the QMP interface seems sane to me (from libvirt POV). However, >> what about other chardev types like pipe and vc? And I guess pty can be >> covered by tty, right? I think that is the missing part. Paolo > No, QEMU's pty & tty types are different - the latter is about accessing > host serial devices > > From libvirt's POV, I think the most important chardev types are pty, > unix and tcp. The other types are pretty rarely used AFAICT. > > > Daniel >