Hello, everybody
I use virt to run my VM's and QEMU as a hypervisor. There is a file
describing my virtual machine:
/etc/libvirt/qemu/centos7.0.xml
As you know it contains xml representation of my VM. Is there any way to
show underlying qemu command that virsh runs using that file? For
example:
qemu-system-x86-64 -m 1024 -smp 2 -...
If no, is there any way to figure it out during VM run ?
---
Thanks in advance,
Roman Storozhenko