 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-users] Tracking DomU memory
 What do you ACTUALLY want to do? log-dirty doesn't log to a file - it keeps track of "dirty" 
pages in a list in memory, but doesn't actually store it in a file [ever, at 
all].  do_mmu_update is possibly a good place to hook into, but it 
depends on what you want to do... [And it's non-trivial code, so beware of 
complications from changing it].  You may want to look at ptwr_emulated_update, as that's 
used when the do_mmu_update() hypercall isn't used to update a page-table-entry. 
 -- Mats 
 _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users 
 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |