~ubuntu-branches/ubuntu/utopic/xen/utopic

« back to all changes in this revision

Viewing changes to xen/arch/ia64/tools/p2m_expose/README.p2m_expose

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2010-05-06 15:47:38 UTC
  • mto: (1.3.1) (15.1.1 sid) (4.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20100506154738-agoz0rlafrh1fnq7
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This directory contains Linux kernel module for p2m exposure test/benchmark.
 
2
 
 
3
1. build kernel module
 
4
   - At fist build, linux-xen as usual
 
5
   - then type just 'make' in this directory, then you'll have expose_p2m.ko.
 
6
     See Makefile for details.
 
7
 
 
8
2. test, benchmark.
 
9
   - type 'insmod expose_p2m.ko' on the system.
 
10
   Then the result is printed out to your console.
 
11
   insmod fails with EINVAL so that you don't have to execute rmmod.
 
12