From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LC2bk-0003SX-Ud for qemu-devel@nongnu.org; Sun, 14 Dec 2008 20:50:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LC2bh-0003Jw-61 for qemu-devel@nongnu.org; Sun, 14 Dec 2008 20:50:52 -0500 Received: from [199.232.76.173] (port=53847 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LC2bh-0003Jj-1l for qemu-devel@nongnu.org; Sun, 14 Dec 2008 20:50:49 -0500 Received: from yx-out-1718.google.com ([74.125.44.158]:10688) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LC2bg-0007AU-NX for qemu-devel@nongnu.org; Sun, 14 Dec 2008 20:50:48 -0500 Received: by yx-out-1718.google.com with SMTP id 3so1135729yxi.82 for ; Sun, 14 Dec 2008 17:50:48 -0800 (PST) Message-ID: <4945B7F3.1060700@codemonkey.ws> Date: Sun, 14 Dec 2008 19:50:43 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Vmchannel PCI device. References: <20081214115027.4028.56164.stgit@dhcp-1-237.tlv.redhat.com> <200812150041.43298.paul@codesourcery.com> In-Reply-To: <200812150041.43298.paul@codesourcery.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org, Gleb Natapov , kvm@vger.kernel.org Paul Brook wrote: > 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" :-) > Gee, that sounds awfully familiar ;-) Regards, Anthony Liguori >> 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 > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >