qemu-hvm-banner

来自「xen虚拟机源代码安装包」· 代码 · 共 24 行

TXT
24
字号
Index: ioemu/monitor.c===================================================================--- ioemu.orig/monitor.c	2007-05-09 14:09:10.000000000 +0100+++ ioemu/monitor.c	2007-05-09 14:09:10.000000000 +0100@@ -2488,7 +2488,7 @@  static void monitor_start_input(void) {-    readline_start("(qemu) ", 0, monitor_handle_command1, NULL);+    readline_start("(HVMXen) ", 0, monitor_handle_command1, NULL); }  static void term_event(void *opaque, int event)@@ -2497,8 +2497,7 @@ 	return;      if (!hide_banner)-	    term_printf("QEMU %s monitor - type 'help' for more information\n",-			QEMU_VERSION);+	term_printf("HVM device model. type 'q' to exit\n");     monitor_start_input(); } 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?