On 1/23/19 11:10 AM, Peter Krempa wrote:
Since the disk is necessary only to get the source modify the
functions
to take the source directly and rename them to
s/ to/ to
qemu[Setup|Teardown]ImageChainCgroup.
Additionally drop a pointless comment containing the old function name.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_cgroup.c | 14 +++++++-------
src/qemu/qemu_cgroup.h | 8 ++++----
src/qemu/qemu_domain.c | 3 ---
src/qemu/qemu_driver.c | 2 +-
src/qemu/qemu_hotplug.c | 4 ++--
5 files changed, 14 insertions(+), 17 deletions(-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John