From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Vmchannel PCI device. Date: Mon, 15 Dec 2008 00:41:42 +0000 Message-ID: <200812150041.43298.paul@codesourcery.com> References: <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 Cc: Gleb Natapov , kvm@vger.kernel.org To: qemu-devel@nongnu.org Return-path: Received: from mail.codesourcery.com ([65.74.133.4]:46188 "EHLO mail.codesourcery.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750961AbYLOAlr (ORCPT ); Sun, 14 Dec 2008 19:41:47 -0500 In-Reply-To: <20081214115027.4028.56164.stgit@dhcp-1-237.tlv.redhat.com> Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: 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