Home
last modified time | relevance | path

Searched refs:main (Results 1 – 25 of 1242) sorted by relevance

12345678910>>...50

/qemu/docs/devel/
H A Dmultiple-iothreads.txt10 The main loop and IOThreads
17 The default event loop is called the main loop (see main-loop.c). It is
21 Side note: The main loop and IOThread are both event loops but their code is
32 The main loop is also deeply associated with the BQL, which is a
37 The fact that all I/O processing is done in a single main loop and that the
38 BQL is contended by all vCPU threads and the main loop explain
47 The main difference between legacy code and new code that can run in an
49 (see include/block/aio.h). Code that only works in the main loop
50 implicitly uses the main loop's AioContext. Code that supports running
59 There are several old APIs that use the main loop AioContext:
[all …]
/qemu/scripts/
H A Dxen-detect.c9 int main(void) { in main() function
26 int main(void) { in main() function
40 int main(void) { in main() function
70 int main(void) { in main() function
115 int main(void) { in main() function
H A Dqapi-gen.py16 from qapi import main
19 sys.exit(main.main())
H A Dshaderinclude.py11 def main(args): function
26 sys.exit(main(sys.argv))
/qemu/storage-daemon/qapi/
H A Dqapi-schema.json4 # Note that modules are shared with the QEMU main schema under the assumption
5 # that the storage daemon schema is a subset of the main schema. For the shared
7 # from the main schema.
10 # not in the main schema, be aware that array types of types defined in shared
12 # in the main schema. Therefore, if you use such arrays, you may need to define
13 # the array type in the main schema, even if it is unused outside of the
/qemu/tests/tcg/s390x/
H A Dhead64.S7 #define main main_pre macro
9 #undef main
16 brasl %r14,main
H A Dlarl.c8 int main(void) in main() function
10 long algfi = (long)main; in main()
/qemu/tests/tcg/multiarch/gdbstub/
H A Dfollow-fork-mode-parent.py5 from test_gdbstub import main, report
16 main(run_test)
H A Dtest-qxfer-auxv-read.py9 from test_gdbstub import main, report
20 main(run_test)
H A Dtest-qxfer-siginfo-read.py17 from test_gdbstub import main, report
26 main(run_test)
H A Dtest-thread-breakpoint.py9 from test_gdbstub import main, report
23 main(run_test)
H A Dtest-proc-mappings.py6 from test_gdbstub import main, report
27 main(run_test)
H A Dfollow-fork-mode-child.py5 from test_gdbstub import main, report
40 main(run_test)
H A Dinterrupt.py11 from test_gdbstub import main, report
60 main(run_test)
H A Dprot-none.py8 from test_gdbstub import main, report
36 main(run_test)
H A Dsha1.py10 from test_gdbstub import main, report
54 main(run_test)
/qemu/target/hexagon/
H A Dgen_opcodes_def.py26 def main(): function
38 main()
H A Dgen_op_attribs.py26 def main(): function
43 main()
H A Dgen_tcg_func_table.py26 def main(): function
60 main()
H A Dgen_shortcode.py30 def main(): function
63 main()
/qemu/python/
H A Dsetup.py28 def main(): function
40 main()
/qemu/docs/devel/migration/
H A Dindex.rst4 This is the main entry for QEMU migration documentations. It explains how
10 main
/qemu/tests/tcg/aarch64/
H A Dbti-crt.c.inc5 * and so could generate a BTI TRAP before ever reaching main.
13 int main(void);
17 exit(main());
/qemu/tests/tcg/s390x/gdbstub/
H A Dtest-signals-s390x.py10 from test_gdbstub import main, report
36 main(run_test)
H A Dtest-svc.py6 from test_gdbstub import main, report
25 main(run_test)

12345678910>>...50