[libvirt] how does the qemu command line executed by libvirt?

19 Apr
2016
19 Apr
'16
10:43 a.m.
As you know, libvirt takes advantage of xml and generate corresponding qemu command line. But how does this command line executed? Does it executed in bash shell? Or any other api is used to create the qemu process? Thank you.

19 Apr
19 Apr
11:07 a.m.
On Tue, Apr 19, 2016 at 04:43:09PM +0800, zhukaijie wrote:
As you know, libvirt takes advantage of xml and generate corresponding qemu command line. But how does this command line executed? Does it executed in bash shell? Or any other api is used to create the qemu process? Thank you.
fork(2) and execve(2) do the trick
-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
3467
Age (days ago)
3467
Last active (days ago)
1 comments
2 participants
participants (2)
-
Martin Kletzander
-
zhukaijie