From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomas Kouba Subject: Memory image of kvm guest Date: Wed, 25 Jun 2008 14:29:08 +0200 Message-ID: <48623A14.2000601@jikos.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from pc175e.fzu.cz ([147.231.127.175]:57037 "EHLO postak-1.fzu.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755264AbYFYNTy (ORCPT ); Wed, 25 Jun 2008 09:19:54 -0400 Received: from postak-3.fzu.cz (postak3.fzu.cz [10.128.1.5]) by postak-1.fzu.cz (8.13.1/8.13.1) with ESMTP id m5PCT8Nx008221 for ; Wed, 25 Jun 2008 14:29:09 +0200 Received: from elf.farm.particle.cz (elf.farm.particle.cz [147.231.25.244]) (authenticated bits=0) by postak-3.fzu.cz (8.13.6/8.13.6) with ESMTP id m5PCTAcG027572 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 25 Jun 2008 14:29:14 +0200 Sender: kvm-owner@vger.kernel.org List-ID: Hello, is it possible to see and modify guest memory of the guest running under kvm? For example when I know the address of a kernel symbol, can I read the memory of the symbol in my application running on host? (I am quite new to KVM but similar things are possible in XEN via xenctrl library calls). Thank you, -- Tomas Kouba