From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Biedermann Subject: Logging Access to HDD Date: Tue, 19 Apr 2011 11:15:02 +0200 Message-ID: <4DAD5296.70204@seceng.informatik.tu-darmstadt.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: 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 Dear List, I=C2=B4m working in research and I tought this list could be a good adress for my questions. I want to log the disk accesses of the virtual hvm instances running in X= en. That means for the start I want to log the write querys of a running domU instance in the dom0 instance. So I=C2=B4m trying to modify the Xen 3.2.1 source code, but actually I was not able to find a good entry point to do this. For now, I want to log the disk accesses of a running windows 7 domU=20 instance. The best what could happenis that I could see even the source and target=20 of a hdd write query. Does anyone have an idea how I could do this on a good way? Which Xen source file / function should I modify? Where is the best=20 entry point to do this? Thank you a lot. --=20 Sebastian Biedermann