|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel]xl create PV guest with qcow/qcow2 disk images fail
Ian Campbell writes ("Re: [Xen-devel]xl create PV guest with qcow/qcow2 disk
images fail"):
> On Wed, 2011-11-02 at 02:58 -0400, Chun Yan Liu wrote:
> > + pid = fork();
>
> This needs to be libxl_fork, I think. Perhaps even this whole thing
> should be libxl__spawn_spawn (not sure about that)?
libxl__spawn_spawn is for processes which are going to survive past
the lifetime of the call to libxl. I think that for bootloaders this
is going to be the case when we do event handling, so probably that's
correct.
NB that you want the version from staging as that has important
changes from Olaf regarding subprocesses.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|