]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Improve docs for virsh dump format
authorOsier Yang <jyang@redhat.com>
Thu, 28 Jul 2011 01:37:52 +0000 (09:37 +0800)
committerOsier Yang <jyang@redhat.com>
Thu, 28 Jul 2011 01:37:52 +0000 (09:37 +0800)
commit01e1ea1219d50d188a526880b9d4dd9babc7bfa1
tree518a20bf692a3818a10afe9e685371a3bff13220
parent9a34ebd357f5a9b444f745e451be47d9432ccf13
qemu: Improve docs for virsh dump format

The error in getCompressionType will never be reported, change
the errors codes into warning (VIR_WARN("%s", _(foo)); doesn't break
syntax-check rule), and also improve the docs in qemu.conf to tell
user the truth.
src/qemu/qemu.conf
src/qemu/qemu_driver.c