Home
last modified time | relevance | path

Searched refs:history (Results 1 – 12 of 12) sorted by relevance

/qemu/util/
H A Dreadline.c188 if (rs->history[idx] == NULL) { in readline_up_char()
197 rs->history[rs->hist_entry]); in readline_up_char()
208 rs->history[++rs->hist_entry] != NULL) { in readline_down_char()
210 rs->history[rs->hist_entry]); in readline_down_char()
229 hist_entry = rs->history[rs->hist_entry]; in readline_hist_add()
237 hist_entry = rs->history[idx]; in readline_hist_add()
248 memmove(&rs->history[idx], &rs->history[idx + 1], in readline_hist_add()
250 rs->history[READLINE_MAX_CMDS - 1] = NULL; in readline_hist_add()
252 if (rs->history[idx] == NULL) { in readline_hist_add()
261 g_free(rs->history[0]); in readline_hist_add()
[all …]
/qemu/python/qemu/qmp/
H A Dqmp_tui.py435 self.history: List[str] = []
455 if not self.history:
458 last_msg = self.history[self.last_index]
462 self.last_index = max(self.last_index - 1, -len(self.history))
463 self.set_edit_text(self.history[self.last_index])
464 self.edit_pos = len(self.history[self.last_index])
471 self.set_edit_text(self.history[self.last_index])
472 self.edit_pos = len(self.history[self.last_index])
477 self.history.append(msg)
513 self.history = urwid.SimpleFocusListWalker([])
[all …]
H A Devents.py501 def history(self) -> Tuple[Message, ...]: member in EventListener
/qemu/include/qemu/
H A Dreadline.h28 char *history[READLINE_MAX_CMDS]; member
/qemu/
H A Dhmp-commands-info.hx146 .name = "history",
149 .help = "show the command line history",
155 ``info history``
156 Show the command line history.
H A DREADME.rst153 For version history and release notes, please visit
154 `<https://wiki.qemu.org/ChangeLog/>`_ or look at the git history for
H A Dqemu-options.hx1259 The QEMU block device handling options have a long history and
/qemu/docs/devel/migration/
H A Dqpl-compression.rst217 ``QPL`` only supports 4K history buffer, and ``ZLIB`` is 32K by default.
/qemu/docs/devel/
H A Dsubmitting-a-patch.rst91 points in the commit history where QEMU doesn't work for reasons
538 Include version history in patchset revisions
/qemu/pc-bios/
H A Dedk2-licenses.txt58 This file contains the history of license change and contributor's agreement
66 documenting the history of the project.
/qemu/docs/about/
H A Dremoved-features.rst1072 has now passed away into history. We are therefore dropping support
/qemu/tests/data/qobject/
H A Dqdict.txt2660 ChangeLog.history: 25741