Displaying 1 result from an estimated 1 matches for "qemucreatecapabilities".
2012 Aug 16
1
Where does "cmd" initailize in qemu_command.c?
Hi,
Excuse me, I have a question when I reading the libvirt source
codes.
I have known the process of how libvirt start/manage qemu, since I
need to write a driver based on libvirt. But one thing also confused, please
give me some tips.
1.
In qemu_command.c, there is a function call "cmd =
virCommandNewArgList(emulator, "-S", NULL);", which