]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Display vhostuser socket path in domblklist
authordinglimin <dinglimin@cmss.chinamobile.com>
Fri, 3 Sep 2021 08:54:53 +0000 (16:54 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 9 Sep 2021 11:56:06 +0000 (13:56 +0200)
commit6e899725413da0967a7221bc0197a20c26ad2134
treed40adb83ba735aa929a39984504a375bc7a0900f
parent5a3c35dc83f2918afa9fb5d36267e1bad80ada85
virsh: Display vhostuser socket path in domblklist

The domblklist command is designed to show a brief information
about the blocks of a domain. One piece of information that is
shows is "Target "and "Source". Before the modification, the
Vhost disk of SPDK is displayed as "-". After the modification,
the socket associated with it can be displayed.

Signed-off-by: dinglimin <dinglimin@cmss.chinamobile.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tools/virsh-domain-monitor.c