From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53219 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8yQb-0004Fy-U7 for qemu-devel@nongnu.org; Thu, 21 Oct 2010 12:55:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8yQa-0003s0-57 for qemu-devel@nongnu.org; Thu, 21 Oct 2010 12:55:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8yQZ-0003rj-Um for qemu-devel@nongnu.org; Thu, 21 Oct 2010 12:55:44 -0400 Date: Thu, 21 Oct 2010 09:37:25 -0700 From: Chris Wright Subject: Re: [Qemu-devel] KVM call minutes for Oct 19 Message-ID: <20101021163725.GA6593@x200.localdomain> References: <20101019151441.GA24673@x200.localdomain> <4DE00079-05FA-40DF-9EA5-9573AD745117@suse.de> <4CBEDD97.4010502@redhat.com> <4CC01456.50909@redhat.com> <4CC03B98.9070709@codemonkey.ws> <20101021131815.GJ27578@redhat.com> <4CC040D4.1050204@codemonkey.ws> <4CC05F8E.9010009@redhat.com> <4CC0698E.4030708@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CC0698E.4030708@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Chris Wright , Ted Ross , kvm@vger.kernel.org, Andrew Beekhof , arroy@redhat.com, dlaor@redhat.com, Alexander Graf , qemu-devel@nongnu.org, "Perry N. Myers" , Michael D Roth * Anthony Liguori (anthony@codemonkey.ws) wrote: > So there's no doubt in my mind that if you need a way to inventory > physical and virtual systems, something like Matahari becomes a very > appealing option to do that. > > But that's not the problem space I'm trying to tackle. > > An example of the problem I'm trying to tackle is guest reboot. Matahari already has shutdown and reboot methods. Inventory, reboot, filesystem freeze, cut'n paste, etc.. all are communicating between host and guest. Main point is to consolidate effort to keep from having some sprawl of agents (which agent do I install to do reboot?). thanks, -chris