search for: qemuregister

Displaying 1 result from an estimated 1 matches for "qemuregister".

2012 Aug 08
1
How the libvirtd connect to qemud in source codes?
...hen reading the libvirt source codes. Could you help me? Coz I plan to link libvirt to a Android Emulator based on QEMU, knowing how the libvirtd connect to qemud is important. I trace the code as following: libvirtd.c contains all the initilization of libvirt daemon, then calling function named qemuRegister to qemu_driver.c which contains three methods:int qemuRegister(void) { virRegisterDriver(&qemuDriver); virRegisterStateDriver(&qemuS...