
On Mon, Jun 05, 2017 at 11:26:52AM +0200, Jiri Denemark wrote:
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> ---
Notes: I know the line in vbox_common.c is too long, but I don't really want to touch that horrible piece of code more than making it compile.
src/conf/snapshot_conf.c | 1 + src/conf/snapshot_conf.h | 1 + src/esx/esx_driver.c | 2 +- src/qemu/qemu_domain.c | 4 +++- src/qemu/qemu_domain.h | 1 + src/qemu/qemu_driver.c | 16 ++++++++++++---- src/test/test_driver.c | 1 + src/vbox/vbox_common.c | 4 ++-- src/vz/vz_driver.c | 1 + tests/domainsnapshotxml2xmltest.c | 1 + 10 files changed, 24 insertions(+), 8 deletions(-)
Some explanation in the commit message that this is used by following patches would be nice :). Reviewed-by: Pavel Hrdina <phrdina@redhat.com>