From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KR2vY-0007Wr-GK for qemu-devel@nongnu.org; Thu, 07 Aug 2008 06:41:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KR2vV-0007Vm-RV for qemu-devel@nongnu.org; Thu, 07 Aug 2008 06:41:03 -0400 Received: from [199.232.76.173] (port=56239 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KR2vU-0007VX-Sb for qemu-devel@nongnu.org; Thu, 07 Aug 2008 06:41:01 -0400 Received: from rv-out-0708.google.com ([209.85.198.248]:52934) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KR2vU-0001Vm-J8 for qemu-devel@nongnu.org; Thu, 07 Aug 2008 06:41:00 -0400 Received: by rv-out-0708.google.com with SMTP id f25so338139rvb.22 for ; Thu, 07 Aug 2008 03:40:58 -0700 (PDT) Message-ID: Date: Thu, 7 Aug 2008 19:40:58 +0900 From: "Jun Koi" Subject: Re: [libvirt] RE: [Qemu-devel] [ANNOUNCE] virt-mem tools version 0.2.8 released In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080806200024.GA13809@amd.home.annexia.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Eremenko Cc: libvir-list@redhat.com, qemu-devel@nongnu.org, et-mgmt-tools@redhat.com, kvm@vger.kernel.org On Thu, Aug 7, 2008 at 7:20 PM, Alexey Eremenko wrote: > > This seems to be great ! > I think it is similar to OpenVZ concept of controlling VMs from Host, right > ? > > How it works, if it is not installed in guest ? Basically he does that by inspecting the VM's memory. Something like the "instrospection" mechanism. One of the problem is that these tools work via libvirt, so on a VM is not managed by libvirt, these tools no longer work. Jun