代码拉取完成,页面将自动刷新
// vim: syntax=c tabstop=4 softtabstop=0 noexpandtab laststatus=1 ruler
/**
* wrappers/qemu_functions.c
*
* Functions for qemu_wrapper.
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160719
*/
#include <stdio.h>
#include <stdlib.h>
// Print usage
void usage(const char *bin) {
printf("Usage: %s <standard options> -- <QEMU options>\n", bin);
printf("Standard Options:\n");
printf("-T <n> *Tenant ID\n");
printf("-D <n> *Device ID\n");
printf("-P <n> *Console Port\n");
printf("-d <n> Delayed start in seconds (default 0)\n");
printf("-t <desc> Window (xterm) title\n");
printf("-F <n> *QEMU executable\n");
printf("-x Enable VNC console\n");
printf("* Mandatory option\n");
exit(1);
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。