From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Kenigsberg Subject: Re: [Qemu-devel] [PATCH] Vmchannel PCI device. Date: Mon, 15 Dec 2008 17:43:30 +0200 Message-ID: <20081215154329.GA14965@redhat.com> References: <20081214115027.4028.56164.stgit@dhcp-1-237.tlv.redhat.com> <20081214131247.GS5555@redhat.com> <49455B5E.8080504@codemonkey.ws> <20081214193735.GA7215@redhat.com> <49458E24.5090609@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Gleb Natapov , kvm@vger.kernel.org To: qemu-devel@nongnu.org Return-path: Received: from mx2.redhat.com ([66.187.237.31]:55221 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752742AbYLOPnf (ORCPT ); Mon, 15 Dec 2008 10:43:35 -0500 Content-Disposition: inline In-Reply-To: <49458E24.5090609@codemonkey.ws> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Dec 14, 2008 at 04:52:20PM -0600, Anthony Liguori wrote: > Gleb Natapov wrote: >> On Sun, Dec 14, 2008 at 01:15:42PM -0600, Anthony Liguori wrote: >> I don't know why do you think that we are going to use that for >> closed >> code or something. It will be used by libvirt and it is open source last >> I checked. >> > > For what? > > vmchannel was developed for SPICE, is this not right? That's where my > assumption comes from. If there's another use case, please describe it. Our management system uses vmchannel to communicate with an agent running on the guest. We use this agent to collect information about the guest OS: e.g., installed applications, who's logged in, whether anything's running, or the guest is rebooting. The agent is capable of performing operations on the guest, too. We use this to log a user in (for single sign-on), to log a user out before migrating to file, to renew the guest's dhcp lease if the guest is migrated to another subnet, to name a few uses. Dan.