| /qemu/scripts/qemugdb/ |
| A D | coroutine.py | 105 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 D | tcg.py | 23 def invoke(self, arg, from_tty): member in TCGLockStatusCommand
|
| A D | timers.py | 48 def invoke(self, arg, from_tty): member in TimersCommand
|
| A D | aio.py | 41 def invoke(self, arg, from_tty): member in HandlersCommand
|
| A D | mtree.py | 36 def invoke(self, arg, from_tty): member in MtreeCommand
|
| /qemu/python/ |
| A D | README.rst | 10 ``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 D | build-system.rst | 51 - 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 D | qom.rst | 225 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 D | decodetree.rst | 189 which will, in part, invoke::
|
| A D | lockcnt.rst | 5 accessed and should not be freed. For example, a loop that invoke
|
| A D | style.rst | 567 * 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 D | replay.rst | 98 QEMU in replay mode will try to invoke timers processing in random moment
|
| A D | memory.rst | 359 unaligned accesses; if false, unaligned accesses will invoke the
|
| A D | writing-monitor-commands.rst | 606 invoke the QMP command and then print the resulting text or error
|
| A D | multi-process.rst | 352 functions that QEMU will invoke when the guest accesses the device's
|
| A D | qapi-code-gen.rst | 568 - It does not invoke system calls that may block.
|
| /qemu/docs/devel/migration/ |
| A D | virtio.rst | 115 state is added, core needs to invoke a callback from the new subsection.
|
| /qemu/docs/system/ |
| A D | cpu-hotplug.rst | 120 From the 'qmp-shell', invoke the QMP ``device_del`` command::
|
| /qemu/docs/system/devices/ |
| A D | canokey.rst | 95 For example, If the guest OS is an Linux machine. You may invoke lsusb
|
| /qemu/ |
| A D | configure | 85 invoke=$(printf " '%s'" "$0" "$@") 86 test -n "$GITLAB_CI" && echo "configuring with: $invoke" 87 { echo "$invoke"; echo; echo "#"; } >> config.log
|
| /qemu/scripts/ |
| A D | dump-guest-memory.py | 579 def invoke(self, args, from_tty): member in DumpGuestMemory
|
| /qemu/target/hexagon/ |
| A D | README | 185 During gen_start_packet, we invoke the analyze_<tag> function for each instruction in
|
| /qemu/docs/interop/ |
| A D | live-block-operations.rst | 748 (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 D | main.rst | 952 invoke QEMU for the test which is useful for debugging tests.
|