commands.sh

virsh list

all

List the ID, name, and state of virtual machines. See also: `virsh`.

More info →

Examples (4)

List information about running virtual machines

List information about virtual machines regardless of state

List information about virtual machines with autostart either enabled or disabled

virsh list --all --autostart|no-autostart

List information about virtual machines either with or without snapshots

virsh list --all --with-snapshot|without-snapshot
made by @shridhargupta | data from tldr-pages