Lines Matching refs:runqemu
135 .. _migration-2.2-runqemu-ported-to-python:
137 ``runqemu`` Ported to Python
140 ``runqemu`` has been ported to Python and has changed behavior in some
143 The new ``runqemu`` is a Python script. Machine knowledge is no longer
144 hardcoded into ``runqemu``. You can choose to use the ``qemuboot``
146 bootable with ``runqemu``. If you use a configuration file, use the
153 ``runqemu`` script hard-coding any knowledge about different machines.
161 If you want to use ``runqemu`` without a configuration file, use the
164 $ runqemu machine rootfs kernel [options]
182 …$ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.ext4 tmp/deploy/im…
185 such as ``bsp.conf`` to enable the BSP to be booted by ``runqemu``:
210 runqemu will replace "@TAP@" with the one that is used, such as tap0, tap1 ...
214 runqemu will replace "@ROOTFS@" with the one which is used, such as
219 runqemu will replace "@PORT@" with the port number which is used.
221 To use ``runqemu``, set :term:`IMAGE_CLASSES` as
222 follows and run ``runqemu``:
226 For command-line syntax, use ``runqemu help``.