Hi, all.
I want to know when I press run button. start a domain. What is the procedure of libvirt internal.
I know it will call virDomainCreate(),then qemuDomainStart() -> qemuDomainStartWithFlags(). what is the next?
 

xuanmao_001