X-Git-Url: http://git.annexia.org/?p=virt-mem.git;a=blobdiff_plain;f=virt-mem.pod;h=eeb027b2201da29f39c3da931f6b14e5ce0d8112;hp=1c81e29831b5bff9dde8c3d570aa4d384f8d2323;hb=c2e9b17c873166f733fda12da1f1a44d3d64755e;hpb=e4a9a58795f30b85fd965e6584ca73d7b0a812f8 diff --git a/virt-mem.pod b/virt-mem.pod index 1c81e29..eeb027b 100644 --- a/virt-mem.pod +++ b/virt-mem.pod @@ -20,6 +20,19 @@ variety of different virtualization systems. =head1 COMMON OPTIONS +Each command obeys a common set of options. The general form is: + +virt-I [-options] [domains...] + +where I is a list of guest names to act on. If no domains +are specified then we act on all active domains by default. + +A I may be specified either by its name or by its ID. Use +I to get a list of active domain names and IDs. + +The virt-mem tools do not work on domains which are not active +(running or paused). eg. They do not work on shut down domains. + =over 4 =item B<-c uri>, B<--connect uri> @@ -134,7 +147,8 @@ example guests which set up malicious kernel memory. =head1 SEE ALSO -L,L, +L, +L, L, L, L, @@ -184,7 +198,7 @@ have fixed it. Run - virt-[program] --debug > virt-mem.log 2>&1 +virt-I --debug > virt-mem.log 2>&1 and keep I. It contains error messages which you should submit with your bug report. @@ -193,7 +207,7 @@ submit with your bug report. Run - virt-[program] --version +virt-I --version =item 4. Submit a bug report.