Line | |
---|
1 | Index: ioemu/monitor.c |
---|
2 | =================================================================== |
---|
3 | --- ioemu.orig/monitor.c 2006-08-06 02:15:01.772108510 +0100 |
---|
4 | +++ ioemu/monitor.c 2006-08-06 02:17:10.847719223 +0100 |
---|
5 | @@ -2425,15 +2425,14 @@ |
---|
6 | |
---|
7 | static void monitor_start_input(void) |
---|
8 | { |
---|
9 | - readline_start("(qemu) ", 0, monitor_handle_command1, NULL); |
---|
10 | + readline_start("(HVMXen) ", 0, monitor_handle_command1, NULL); |
---|
11 | } |
---|
12 | |
---|
13 | void monitor_init(CharDriverState *hd, int show_banner) |
---|
14 | { |
---|
15 | monitor_hd = hd; |
---|
16 | if (show_banner) { |
---|
17 | - term_printf("QEMU %s monitor - type 'help' for more information\n", |
---|
18 | - QEMU_VERSION); |
---|
19 | + term_printf("HVM device model. type 'q' to exit\n"); |
---|
20 | } |
---|
21 | qemu_chr_add_read_handler(hd, term_can_read, term_read, NULL); |
---|
22 | monitor_start_input(); |
---|
Note: See
TracBrowser
for help on using the repository browser.