Instead of trying newer APIs first and only falling back to
deprecated ones if those are not available, go straight for
the older APIs.

Running 'virsh list' will now cause warnings to be displayed.

Signed-off-by: Andrea Bolognani <[email protected]>
---
 tools/virsh-domain-monitor.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/virsh-domain-monitor.c b/tools/virsh-domain-monitor.c
index 3a2636377d..f2f2944a8a 100644
--- a/tools/virsh-domain-monitor.c
+++ b/tools/virsh-domain-monitor.c
@@ -1609,6 +1609,8 @@ virshDomainListCollect(vshControl *ctl, unsigned int 
flags)
     int mansave;
     virshControlPtr priv = ctl->privData;
 
+    goto fallback;
+
     /* try the list with flags support (0.9.13 and later) */
     if ((ret = virConnectListAllDomains(priv->conn, &list->domains,
                                         flags)) >= 0) {
-- 
2.17.1

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to