Description of problem: libvirtd's qemu component shows "internal error: Network 'default' not found" when a non-root user tries to start a domain with a tap network. Version-Release number of selected component (if applicable): 0.6.3-11 How reproducible: Running "virsh create foo.xml" to start a domain that has a tap network. Steps to Reproduce: 1. Download the attached netkvm.xml 2. Run "virsh create netkvm.xml" Actual results: Last error message is "error: internal error Network 'default' not found" Expected results: The error message should not convince the user that the "default" Network will always be present.
Created attachment 350155 [details] sample configuration file for the domain
Created attachment 350159 [details] tentative patch
Applied (slightly modified) upstream, thanks ! Daniel