]> xenbits.xensource.com Git - libvirt.git/commit
qemuBuildMemoryBackendStr: Reorder args and update comment
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 16 Feb 2017 14:17:47 +0000 (15:17 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 15 Mar 2017 09:49:19 +0000 (10:49 +0100)
commit8cbdd2ca4805d04bdd83c24c76b2e490474d75b5
tree2e37c973e870b5c003e5e50b1714dcdb18c9fd58
parent8b277ae247dbfd74af597d51d317022d1ab4f6fc
qemuBuildMemoryBackendStr: Reorder args and update comment

Frankly, this function is one big mess. A lot of arguments,
complicated behaviour. It's really surprising that arguments were
in random order (input and output arguments were mixed together),
the documentation was outdated, the description of return values
was bogus.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_hotplug.c