]> xenbits.xensource.com Git - libvirt.git/commit
cmdSaveImageEdit: Prefer VSH_EXCLUSIVE_OPTIONS over by hand check
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 22 Feb 2016 12:45:53 +0000 (13:45 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 22 Feb 2016 15:56:07 +0000 (16:56 +0100)
commit4a3ae388baf286af8ea2c0d6c064ac45f05e11cb
tree6a2e035d447912738ba6a439b0397b6476e5ec0e
parent6dce0b3016e385a6ba51694c1e38ca6cde22c16b
cmdSaveImageEdit: Prefer VSH_EXCLUSIVE_OPTIONS over by hand check

Since we have the macro there's no need for us to unwind it by
hand and check for mutually exclusive flags ourselves.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tools/virsh-domain.c