From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paradox Subject: Acces a VM process address space from dom0. Date: Fri, 02 Nov 2007 14:45:07 +0100 Message-ID: <472B29E3.6090204@cheapnet.it> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi I'm newbe in xen developing. I must perform an access to a process address space that run in a VM from dom0. I have a virtual address, so I must know a paging mode enabled (from cr0 and cr4) and I must acces to page table of current process via cr3. You can suggest me some examples that perform this task? I see that exist some function like map_domain_va() and similar but I must verify the proper name in xen 3.1. You can help me? TNX in advance. Best Regards