X-Git-Url: http://git.annexia.org/?p=virt-mem.git;a=blobdiff_plain;f=virt-mem.txt;h=4300f9d0b4018cf7a0f7682e3adb0aef360eb1ae;hp=9c00d79ae7d5164f9d2395da152f093adb619398;hb=2e1de51e35bea53ebece1a6fd6d6970534f4cbe9;hpb=b70c967911e197b74d6d7ad98e3df9240d82572f diff --git a/virt-mem.txt b/virt-mem.txt index 9c00d79..4300f9d 100644 --- a/virt-mem.txt +++ b/virt-mem.txt @@ -3,6 +3,8 @@ NAME virt-dmesg - print kernel messages for virtual machines + virt-ps - list processes for virtual machines + virt-mem - tool with additional information output SUMMARY @@ -10,10 +12,14 @@ SUMMARY virt-dmesg [-options] [domains...] + virt-ps [-options] [domains...] + virt-mem uname [...] virt-mem dmesg [...] + virt-mem ps [...] + virt-mem [-options] DESCRIPTION @@ -71,6 +77,9 @@ COMMON OPTIONS --help Display usage summary. + --list-kernels + List which guest kernel versions are known/supported, then exit. + -t memoryimage Post-mortem analysis mode. @@ -85,7 +94,7 @@ COMMON OPTIONS Display version and exit. -E auto|littleendian|bigendian - -T auto|i386|x86-64|*address* + -T auto|i386|x86-64|*address*|*address,min,max* -W auto|32|64 These options force the endianness, text address, and word size for the subsequent domains listed on the command line (or if no domains @@ -101,11 +110,14 @@ COMMON OPTIONS x86-64 and (usually) IA64. *-E bigendian* is the endianness used on many RISC chips such as SPARC and PowerPC. - Text address (*-T*) sets the base address of the kernel image. *-T - i386* means to try some common addresses for i386-based kernels. *-T - x86-64* means to try some common addresses for x86-64-based kernels. - *-T *address** sets the address specifically (*0x* prefix is used to - specify hex addresses). + Text address (*-T*) sets the base address and optionally min and max + addresses of the kernel image. *-T i386* means to try some common + addresses for i386-based kernels. *-T x86-64* means to try some + common addresses for x86-64-based kernels. + + *-T address* sets the kernel base address specifically (*0x* prefix + is used to specify hex addresses). *-T address,min,max* sets the + kernel base address, minimum address and maximum address. Word size (*-W*) sets the word size, 32 or 64 bits.