From Fedora Project Wiki
Identifying your problem area
Something that ensures that the component in question is at fault not some other thing..
Information to include in your report
All bug reports
In all cases, the following should be mentioned and attached to your bug report:
- The exact command-line used to start libvirt if other than.
service libvirtd start
- The version number of libvirt.
rpm -q libvirt
- The output url from smolt.
smoltSendProfile -a | grep public
- The name of the hypervisor (Xen, QEMU, KVM) your using.
- The XML config of the guest domain
- For Xen hypervisor, the XenD logfile from /var/log/xen
- For QEMU/KVM, the domain logfile from /var/log/libvirt/qemu
Debugging Libvirt
As root install <components> debug package.
# debuginfo-install <component>
How to GDB component