[libvirt] [PATCH] tests: domaincaps: Fix build when WITH_QEMU is disabled

Peter Krempa pkrempa at redhat.com
Thu Oct 24 17:35:24 UTC 2019


doTestQemuInternal and doTestQemu are used only when WITH_QEMU is
enabled.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 tests/domaincapstest.c | 5 +++++
 1 file changed, 5 insertions(+)

Pushed as a fix for broken build.

diff --git a/tests/domaincapstest.c b/tests/domaincapstest.c
index 0197c61c8a..f77accdb76 100644
--- a/tests/domaincapstest.c
+++ b/tests/domaincapstest.c
@@ -266,6 +266,9 @@ test_virDomainCapsFormat(const void *opaque)
     return ret;
 }

+
+#if WITH_QEMU
+
 static int
 doTestQemuInternal(const char *version,
                    const char *machine,
@@ -349,6 +352,8 @@ doTestQemu(const char *inputDir G_GNUC_UNUSED,
     return 0;
 }

+#endif
+
 static int
 mymain(void)
 {
-- 
2.21.0




More information about the libvir-list mailing list