]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_domain.c: change qemuDomainMemoryDeviceAlignSize() return type
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Thu, 30 Jul 2020 19:48:03 +0000 (16:48 -0300)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 24 Aug 2020 16:41:38 +0000 (18:41 +0200)
commit0ee56369c8b4f2f898b6aa1ff1f51ab033be1c02
treedaaeca8769daaa2da104fb86458e85516ee8640e
parent07de813924caf37e535855541c0c1183d9d382e2
qemu_domain.c: change qemuDomainMemoryDeviceAlignSize() return type

After the recent changes, this function is now always returning
zero. Turn it to 'void' to relieve callers from checking it.

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_hotplug.c