Home
last modified time | relevance | path

Searched refs:invoke (Results 1 – 24 of 24) sorted by relevance

/qemu/scripts/qemugdb/
A Dcoroutine.py105 def invoke(self, arg, from_tty): member in CoroutineCommand
119 def invoke(self, arg, from_tty): member in CoroutineBt
140 def invoke(self, addr): member in CoroutineSPFunction
147 def invoke(self, addr): member in CoroutinePCFunction
A Dtcg.py23 def invoke(self, arg, from_tty): member in TCGLockStatusCommand
A Dtimers.py48 def invoke(self, arg, from_tty): member in TimersCommand
A Daio.py41 def invoke(self, arg, from_tty): member in HandlersCommand
A Dmtree.py36 def invoke(self, arg, from_tty): member in MtreeCommand
/qemu/python/
A DREADME.rst10 ``setup.py``. You will generally invoke it by doing one of the following:
60 invoke them without installation, you can invoke e.g.:
/qemu/docs/devel/
A Dbuild-system.rst51 - invoke Meson in the virtual environment, to perform the actual
405 find_program() arranges to invoke the script under the same Python
406 interpreter that was used to invoke Meson. This is the most common
407 and preferred way to invoke support scripts from Meson build files,
415 invoke from the command line, such as tests/qapi-schema/test-qapi.py),
440 The next step in building QEMU is to invoke make. GNU Make is required
539 A small shell script that will invoke configure again with the same
A Dqom.rst225 of the overriding class to determine whether and when to invoke the method
228 To invoke the method being overridden, the preferred solution is to store
A Ddecodetree.rst189 which will, in part, invoke::
A Dlockcnt.rst5 accessed and should not be freed. For example, a loop that invoke
A Dstyle.rst567 * g_autofree - will invoke g_free() on the variable going out of scope
569 * g_autoptr - for structs / objects, will invoke the cleanup func created
A Dreplay.rst98 QEMU in replay mode will try to invoke timers processing in random moment
A Dmemory.rst359 unaligned accesses; if false, unaligned accesses will invoke the
A Dwriting-monitor-commands.rst606 invoke the QMP command and then print the resulting text or error
A Dmulti-process.rst352 functions that QEMU will invoke when the guest accesses the device's
A Dqapi-code-gen.rst568 - It does not invoke system calls that may block.
/qemu/docs/devel/migration/
A Dvirtio.rst115 state is added, core needs to invoke a callback from the new subsection.
/qemu/docs/system/
A Dcpu-hotplug.rst120 From the 'qmp-shell', invoke the QMP ``device_del`` command::
/qemu/docs/system/devices/
A Dcanokey.rst95 For example, If the guest OS is an Linux machine. You may invoke lsusb
/qemu/
A Dconfigure85 invoke=$(printf " '%s'" "$0" "$@")
86 test -n "$GITLAB_CI" && echo "configuring with: $invoke"
87 { echo "$invoke"; echo; echo "#"; } >> config.log
/qemu/scripts/
A Ddump-guest-memory.py579 def invoke(self, args, from_tty): member in DumpGuestMemory
/qemu/target/hexagon/
A DREADME185 During gen_start_packet, we invoke the analyze_<tag> function for each instruction in
/qemu/docs/interop/
A Dlive-block-operations.rst748 (3) [On *source* QEMU] Then, invoke ``drive-mirror`` (NB: since we're
1063 Then invoke ``blockdev-backup`` to copy the contents from the entire
/qemu/docs/devel/testing/
A Dmain.rst952 invoke QEMU for the test which is useful for debugging tests.

Completed in 44 milliseconds