Searched refs:prompt (Results 1 – 16 of 16) sorted by relevance
| /qemu/tests/vm/ |
| A D | openbsd | 168 prompt = "$" 169 self.console_ssh_init(prompt, self._config["guest_user"], 171 self.console_wait_send(prompt, "exit\n") 174 prompt = "openbsd#" 175 self.console_ssh_init(prompt, "root", self._config["root_pass"]) 176 self.console_sshd_config(prompt) 179 self.console_wait(prompt) 183 self.console_wait(prompt) 187 self.console_wait(prompt) 191 self.console_wait(prompt) [all …]
|
| A D | freebsd | 103 prompt = "$" 104 self.console_ssh_init(prompt, self._config["guest_user"], self._config["guest_pass"]) 105 self.console_wait_send(prompt, "exit\n") 108 prompt = "root@freebsd:~ #" 109 self.console_ssh_init(prompt, "root", self._config["root_pass"]) 110 self.console_sshd_config(prompt) 111 self.console_wait_send(prompt, "service sshd reload\n") 114 self.console_wait(prompt)
|
| A D | netbsd | 181 prompt = "localhost$" 182 self.console_ssh_init(prompt, self._config["guest_user"], 184 self.console_wait_send(prompt, "exit\n") 187 prompt = "localhost#" 188 self.console_ssh_init(prompt, "root", self._config["root_pass"]) 189 self.console_sshd_config(prompt) 192 self.console_wait(prompt) 196 self.console_wait(prompt) 200 self.console_wait_send(prompt, "reboot\n")
|
| A D | basevm.py | 413 def console_ssh_init(self, prompt, user, pw): argument 418 self.console_wait_send(prompt, "mkdir .ssh\n") 419 self.console_wait_send(prompt, sshkey_cmd) 420 self.console_wait_send(prompt, "chmod 755 .ssh\n") 421 self.console_wait_send(prompt, "chmod 644 .ssh/authorized_keys\n") 423 def console_sshd_config(self, prompt): argument 424 self.console_wait(prompt) 426 self.console_wait(prompt) 429 self.console_wait(prompt)
|
| /qemu/tests/functional/ |
| A D | test_mipsel_malta.py | 88 prompt = 'YAMON>' 90 interrupt_interactive_console_until_pattern(self, pattern, prompt) 91 wait_for_console_pattern(self, prompt)
|
| /qemu/include/qemu/ |
| A D | readline.h | 39 char prompt[256]; member 55 void readline_start(ReadLineState *rs, const char *prompt, int read_password,
|
| /qemu/ |
| A D | qemu-io.c | 324 static char prompt[FILENAME_MAX + 2 /*"> "*/ + 1 /*"\0"*/ ]; in get_prompt() local 326 if (!prompt[0]) { in get_prompt() 327 snprintf(prompt, sizeof(prompt), "%s> ", g_get_prgname()); in get_prompt() 330 return prompt; in get_prompt()
|
| A D | hmp-commands.hx | 247 is not supplied, the monitor will prompt for it to be entered. VNC
|
| /qemu/util/ |
| A D | readline.c | 37 rs->printf_func(rs->opaque, "%s", rs->prompt); in readline_show_prompt() 533 void readline_start(ReadLineState *rs, const char *prompt, int read_password, in readline_start() argument 536 pstrcpy(rs->prompt, sizeof(rs->prompt), prompt); in readline_start()
|
| /qemu/docs/system/arm/ |
| A D | xlnx-versal-virt.rst | 112 Run the following at the U-Boot prompt: 137 Run the following at the U-Boot prompt: 166 Run the following at the U-Boot prompt:
|
| /qemu/python/qemu/qmp/ |
| A D | qmp_shell.py | 387 def prompt(self) -> str: member in QMPShell 402 cmdline = input(self.prompt)
|
| /qemu/docs/system/ppc/ |
| A D | amigang.rst | 109 At the firmware ``ok`` prompt enter ``boot cd install/pegasos``.
|
| /qemu/docs/system/riscv/ |
| A D | microchip-icicle-kit.rst | 60 init routine to prompt user to increase the RAM size to > 1537 MiB when less
|
| /qemu/docs/system/devices/ |
| A D | ccid.rst | 83 It will prompt you for the PIN (which is the password you assigned to the
|
| /qemu/qapi/ |
| A D | misc.json | 233 # * Commands that prompt the user for data don't currently work.
|
| /qemu/docs/devel/testing/ |
| A D | main.rst | 578 3. Further add "DEBUG=1" to the command line. This will pause in a shell prompt 584 the prompt for debug.
|
Completed in 35 milliseconds