I got it. Thanks! -----邮件原件----- 发件人: Michal Privoznik <mprivozn@xxxxxxxxxx> 发送时间: 2020年4月30日 17:38 收件人: 崔涛的个人邮箱 <sz_cuitao@xxxxxxx>; libvirt-users@xxxxxxxxxx 主题: Re: why libvirtd can not list the running domain? On 4/30/20 11:31 AM, 崔涛的个人邮箱 wrote: > 1.I run a user domain like this: > > [root@kvm1 ~]# qemu-system-x86_64 -enable-kvm -m 1G -smp 4 > /images/test1.img > Libvirt lists only those virtual machines (or domains as we call them) that were started through it. It doesn't list nor can manage qemu processes started aside. For painless domain creation I suggest virt-install or virt-manager (which is a GUI for it and libvirt). Michal