On Tue, Sep 01, 2020 at 16:36:56 +0200, Martin Kletzander wrote:
For this we need to make the function accessible (at least
privately). The
behaviour will change in following patches and the test helps explaining the
change.
Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com>
---
scripts/apibuild.py | 1 +
src/libvirt-domain.c | 3 +-
src/libvirt_internal.h | 2 +
src/libvirt_private.syms | 1 +
tests/meson.build | 1 +
tests/virmigtest.c | 91 ++++++++++++++++++++++++++++++++++++++++
6 files changed, 97 insertions(+), 2 deletions(-)
create mode 100644 tests/virmigtest.c
Reviewed-by: Jiri Denemark <jdenemar(a)redhat.com>