]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix invalid log, misused option types and a typo
authorHao Liu <hliu@redhat.com>
Tue, 11 Nov 2014 02:12:20 +0000 (10:12 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 11 Nov 2014 10:05:43 +0000 (11:05 +0100)
commit12bd207e217f3c5dc2272a5ea943b81067bd8034
tree5c73226b2e9e7ae33936b754e1d9387c0788871d
parentf9f0f54524f53797b60128d1d11e45d37a694cb2
Fix invalid log, misused option types and a typo

This patch fixes the following issues.

1)  When an invalid wwn is introduced, libvirt reports
    "Malformed wwn: %s". The template won't be replaced.

2)  "target" option for dompmsuspend and "xml" option for
    save-image-define are required options and should use
    VSH_OT_DATA instead of VSH_OT_STRING as an option type.

3)  A typo.

Signed-off-by: Hao Liu <hliu@redhat.com>
src/util/virutil.c
tools/virsh-domain.c
tools/virsh-host.c