From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrCBq-0007DH-Oy for qemu-devel@nongnu.org; Mon, 15 Mar 2010 11:26:46 -0400 Received: from [199.232.76.173] (port=59315 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrCBq-0007D6-EU for qemu-devel@nongnu.org; Mon, 15 Mar 2010 11:26:46 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NrCBp-0006GC-Kr for qemu-devel@nongnu.org; Mon, 15 Mar 2010 11:26:46 -0400 Received: from mx20.gnu.org ([199.232.41.8]:36455) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NrCBp-0006Fw-Cq for qemu-devel@nongnu.org; Mon, 15 Mar 2010 11:26:45 -0400 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NrCBm-0003Yq-Ff for qemu-devel@nongnu.org; Mon, 15 Mar 2010 11:26:42 -0400 From: Paul Brook Subject: Re: [Qemu-devel] wake-on-lan & IPMI implementation; real power-off and -no-shutdown Date: Mon, 15 Mar 2010 15:26:24 +0000 References: <2378452091-BeMail@laptop> In-Reply-To: <2378452091-BeMail@laptop> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201003151526.24615.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?utf-8?q?Fran=C3=A7ois?= Revol > Ideally this would evolve into supporting IPMI, which would allow > managing VMs exactly like physical servers without concern, appart > launching the actual process first. > cf. > http://en.wikipedia.org/wiki/Intelligent_Platform_Management_Interface > http://openipmi.sourceforge.net/ > > Anyone interested in this ? > Anyone tried already ? TBH I don't really see the point. This definitely seems like something that should be handled by your your mangement app (via libvirt, or whatever). i.e. have that implement whatever remote protocol you want, and just talk to qemu over the normal monitor interface. Paul