From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LC1Wx-0003GG-8m for qemu-devel@nongnu.org; Sun, 14 Dec 2008 19:41:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LC1Wv-0003FX-NM for qemu-devel@nongnu.org; Sun, 14 Dec 2008 19:41:50 -0500 Received: from [199.232.76.173] (port=58621 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LC1Wv-0003FR-Ie for qemu-devel@nongnu.org; Sun, 14 Dec 2008 19:41:49 -0500 Received: from mx20.gnu.org ([199.232.41.8]:29646) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LC1Wv-0000nc-7F for qemu-devel@nongnu.org; Sun, 14 Dec 2008 19:41:49 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LC1Wt-0008Mf-Dt for qemu-devel@nongnu.org; Sun, 14 Dec 2008 19:41:47 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Vmchannel PCI device. Date: Mon, 15 Dec 2008 00:41:42 +0000 References: <20081214115027.4028.56164.stgit@dhcp-1-237.tlv.redhat.com> In-Reply-To: <20081214115027.4028.56164.stgit@dhcp-1-237.tlv.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812150041.43298.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kvm@vger.kernel.org, Gleb Natapov On Sunday 14 December 2008, Gleb Natapov wrote: > There is a need for communication channel between host and various > agents that are running inside a VM guest. The channel will be used > for statistic gathering, logging, cut & paste, host screen resolution > changes notification, guest configuration etc. I thin the description you're looking for is "serial port" :-) > The patch implements separate PCI device for this type of communication. > To create a channel "-vmchannel channel:dev" option should be specified > on qemu commmand line during VM launch. Needs documentation. Paul