[libvirt] [PATCH 08/12] virsh: domdisplay: options --all and --type are mutually exclusive

Lin Ma morecache at gmail.com
Fri Sep 11 07:06:15 UTC 2020


Signed-off-by: Lin Ma <lma at suse.de>
---
 tools/virsh-domain.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c
index 657a0532db..8d7f45091c 100644
--- a/tools/virsh-domain.c
+++ b/tools/virsh-domain.c
@@ -11526,6 +11526,8 @@ cmdDomDisplay(vshControl *ctl, const vshCmd *cmd)
     const char *xpath_fmt = "string(/domain/devices/graphics[@type='%s']/%s)";
     virSocketAddr addr;
 
+    VSH_EXCLUSIVE_OPTIONS("all", "type");
+
     if (!(dom = virshCommandOptDomain(ctl, cmd, NULL)))
         return false;
 
-- 
2.26.0




More information about the libvir-list mailing list