Extracted kernel structures for device addressing in ifconfig.
[virt-mem.git] / virt-mem.1
index 53f61a1..33a3d24 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "VIRT-MEM 1"
-.TH VIRT-MEM 1 "2008-07-14" "virt-mem-0.2.4" "Virtualization Support"
+.TH VIRT-MEM 1 "2008-08-11" "virt-mem-0.2.9" "Virtualization Support"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -142,6 +142,8 @@ virt\-uname \- system information for virtual machines
 .PP
 virt\-dmesg \- print kernel messages for virtual machines
 .PP
+virt\-ps \- list processes for virtual machines
+.PP
 virt\-mem \- tool with additional information output
 .SH "SUMMARY"
 .IX Header "SUMMARY"
@@ -149,10 +151,14 @@ virt-uname [\-options] [domains...]
 .PP
 virt-dmesg [\-options] [domains...]
 .PP
+virt-ps [\-options] [domains...]
+.PP
 virt-mem uname [...]
 .PP
 virt-mem dmesg [...]
 .PP
+virt-mem ps [...]
+.PP
 virt-mem [\-options]
 .SH "DESCRIPTION"
 .IX Header "DESCRIPTION"
@@ -208,6 +214,9 @@ report a bug.
 .IP "\fB\-\-help\fR" 4
 .IX Item "--help"
 Display usage summary.
+.IP "\fB\-\-list\-kernels\fR" 4
+.IX Item "--list-kernels"
+List which guest kernel versions are known/supported, then exit.
 .IP "\fB\-t memoryimage\fR" 4
 .IX Item "-t memoryimage"
 Post-mortem analysis mode.
@@ -224,8 +233,8 @@ Display version and exit.
 .IP "\fB\-E auto|littleendian|bigendian\fR" 4
 .IX Item "-E auto|littleendian|bigendian"
 .PD 0
-.IP "\fB\-T auto|i386|x86\-64|\f(BIaddress\fB\fR" 4
-.IX Item "-T auto|i386|x86-64|address"
+.IP "\fB\-T auto|i386|x86\-64|\f(BIaddress\fB|\f(BIaddress,min,max\fB\fR" 4
+.IX Item "-T auto|i386|x86-64|address|address,min,max"
 .IP "\fB\-W auto|32|64\fR" 4
 .IX Item "-W auto|32|64"
 .PD
@@ -243,11 +252,14 @@ so on.  \fI\-E littleendian\fR is the endianness used on Intel i386,
 x86\-64 and (usually) \s-1IA64\s0.  \fI\-E bigendian\fR is the endianness used on
 many \s-1RISC\s0 chips such as \s-1SPARC\s0 and PowerPC.
 .Sp
-Text address (\fI\-T\fR) sets the base address of the kernel image.  \fI\-T
-i386\fR means to try some common addresses for i386\-based kernels.  \fI\-T
-x86\-64\fR means to try some common addresses for x86\-64\-based kernels.
-\&\fI\-T \fIaddress\fI\fR sets the address specifically (\fI0x\fR prefix is used
-to specify hex addresses).
+Text address (\fI\-T\fR) sets the base address and optionally min and max
+addresses of the kernel image.  \fI\-T i386\fR means to try some common
+addresses for i386\-based kernels.  \fI\-T x86\-64\fR means to try some
+common addresses for x86\-64\-based kernels.
+.Sp
+\&\fI\-T address\fR sets the kernel base address specifically (\fI0x\fR prefix
+is used to specify hex addresses).  \fI\-T address,min,max\fR sets the
+kernel base address, minimum address and maximum address.
 .Sp
 Word size (\fI\-W\fR) sets the word size, 32 or 64 bits.
 .IP "\fB\-A auto|i386|x86\-64|...\fR" 4