DEBSOURCES
Skip Quicknav
sources / kvmtool / 0.20161128-1 / tests / boot / init.c
1234567891011
#include <linux/reboot.h> #include <unistd.h> int main(int argc, char *argv[]) { puts("hello, KVM guest!\r"); reboot(LINUX_REBOOT_CMD_RESTART); return 0; }