Lines Matching full:qemu
168 .. _kunit-on-qemu:
170 Running tests on QEMU
173 kunit_tool supports running tests on qemu as well as
174 via UML. To run tests on qemu, by default it requires two flags:
176 - ``--arch``: Selects a configs collection (Kconfig, qemu config options
183 for example: i386, x86_64, arm and so on; run on qemu.
197 This means that for most architectures, running under qemu is as simple as:
213 the ``--arch`` flag, or want to run KUnit tests on qemu using a
283 For example, i386, x86_64, arm, um, etc. Non-UML architectures run on qemu.
299 custom qemu architecture definition. This should be a python file
302 - ``--qemu_args``: Specifies additional qemu arguments, for example, ``-smp 8``.