X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-mem.txt;h=bac5e16047158e22b6f5e186701203a6cd16a6d6;hb=6a4bf18801508eb18520b7b1ec13325fd4101764;hp=119ede4c19ccc2e98f6961ec384de2636b6ce3aa;hpb=e4a9a58795f30b85fd965e6584ca73d7b0a812f8;p=virt-mem.git diff --git a/virt-mem.txt b/virt-mem.txt index 119ede4..bac5e16 100644 --- a/virt-mem.txt +++ b/virt-mem.txt @@ -16,6 +16,19 @@ DESCRIPTION variety of different virtualization systems. COMMON OPTIONS + Each command obeys a common set of options. The general form is: + + virt-*program* [-options] [domains...] + + where *domains* is a list of guest names to act on. If no domains are + specified then we act on all active domains by default. + + A *domain* may be specified either by its name or by its ID. Use *virsh + list* 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. + -c uri, --connect uri Connect to libvirt URI. The default is to connect to the default libvirt URI, normally Xen. @@ -113,7 +126,7 @@ SECURITY example guests which set up malicious kernel memory. SEE ALSO - uname(1),dmesg(1), virsh(1), xm(1), , + uname(1), dmesg(1), virsh(1), xm(1), , , , @@ -151,7 +164,7 @@ REPORTING BUGS 2. Capture debug and error messages Run - virt-[program] --debug > virt-mem.log 2>&1 + virt-*program* --debug > virt-mem.log 2>&1 and keep *virt-mem.log*. It contains error messages which you should submit with your bug report. @@ -159,7 +172,7 @@ REPORTING BUGS 3. Get version of virt-mem and version of libvirt. Run - virt-[program] --version + virt-*program* --version 4. Submit a bug report. Go to and enter a new bug. Please