the control serial port is opened as unblock fd, set
is as block fd to make sure sending successfully.
Signed-off-by: Gao feng <omarapazanadi@gmail.com>
When hyperstart received destory-vm message, some execs are still
running, send eof message immediately.
Signed-off-by: Gao feng <omarapazanadi@gmail.com>
It means set fd block first and send out the type.
And fix the access to exec consurrently, hyper init
should be blocked until do_exec_cmd processes the
exec struct.
Signed-off-by: Gao feng <omarapazanadi@gmail.com>
The files under src directory is the codes of hyperStart,
use autogen.sh && configure && make to generate hyper-initrd.img,
this image will be used to start hyper instance.
Signed-off-by: Gao feng <feng@hyper.sh>