From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: hypercall block read and write Date: Thu, 13 Jan 2011 09:45:43 -0500 Message-ID: <20110113144542.GA6365@dumpdata.com> References: <1294759306433-3336599.post@n5.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1294759306433-3336599.post@n5.nabble.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: holmesii Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Tue, Jan 11, 2011 at 07:21:46AM -0800, holmesii wrote: > > Hi, I am new to Xen. Can anyone help me to figure it out? > My problem is: > If I want to log the block read and write activities from the unmodified > guests (no matter what the guest is, WINDOWS, LINUX), how should I do? blktrace and filter for the qemu pid? > Should I modify the hypercall function or should I do something in the block > backend driver or what else?