Displaying 1 result from an estimated 1 matches for "xmlconfiguration".
Did you mean:
myconfiguration
2011 Sep 15
1
Config Errro when Creating a virtual device attachment to backend
Hi, buddy,
I want to create a virtual device attachment to backend.
The domain is running, and my code phase is as below:
xmlConfiguration = "<devices><sound model='es1370'/></devices>";
virDomainAttachDevice(dom,xmlConfiguration);
But the exception "libvir: Domain Config error : XML error: unknown device
type " happen when running.
Is it something wrong in the XML configuration? What...