Lines Matching refs:runqemu

87 4. *Run QEMU:* The basic ``runqemu`` command syntax is as follows::
89 $ runqemu [option ] [...]
92 line, ``runqemu`` does a good job of figuring out what you are trying
103 :term:`Build Directory`, ``runqemu``
117 $ runqemu qemux86-64
124 $ runqemu qemux86-64 core-image-minimal ext4
127 enable audio in QEMU. For this case, ``runqemu`` set the internal
133 $ runqemu qemux86-64 ramfs audio
140 $ runqemu ext4
143 (``.wic.vmdk`` file). From the ``.wic.vmdk``, ``runqemu``
148 $ runqemu /home/scott-lenovo/vm/core-image-minimal-qemux86-64.wic.vmdk
194 environment, you can use the ``runqemu-extract-sdk`` script, which is
195 located in the ``scripts`` directory along with the ``runqemu``
198 The ``runqemu-extract-sdk`` takes a root filesystem tarball and
205 runqemu-extract-sdk ./tmp/deploy/images/qemux86-64/core-image-sato-qemux86-64.tar.bz2 test-nfs
208 ``runqemu`` normally with the additional location of the file system.
215 runqemu qemux86-64 ./test-nfs
224 runqemu-export-rootfs start file-system-location
228 runqemu-export-rootfs stop file-system-location
232 runqemu-export-rootfs restart file-system-location
252 the ``runqemu`` script. Running ``qemu -cpu help`` returns a list of
267 cross-compiler outside the emulated system. If you used ``runqemu`` to
300 tarball by using the ``runqemu-extract-sdk`` command. After
301 running the command, you must then point the ``runqemu`` script to
310 The basic ``runqemu`` command syntax is as follows::
312 $ runqemu [option ] [...]
314 Based on what you provide on the command line, ``runqemu`` does a
321 Following is the command-line help output for the ``runqemu`` command::
323 $ runqemu --help
347 runqemu
348 runqemu qemuarm
349 runqemu tmp/deploy/images/qemuarm
350 runqemu tmp/deploy/images/qemux86/<qemuboot.conf>
351 runqemu qemux86-64 core-image-sato ext4
352 runqemu qemux86-64 wic-image-minimal wic
353 runqemu path/to/bzImage-qemux86.bin path/to/nfsrootdir/ serial
354 runqemu qemux86 iso/hddimg/wic.vmdk/wic.qcow2/wic.vdi/ramfs/cpio.gz...
355 runqemu qemux86 qemuparams="-m 256"
356 runqemu qemux86 bootparams="psplash=false"
357 runqemu path/to/<image>-<machine>.wic
358 runqemu path/to/<image>-<machine>.wic.vmdk
360 ``runqemu`` Command-Line Options
363 Following is a description of ``runqemu`` options you can provide on the
369 not provide enough in the way of options, ``runqemu``
388 ``.bin`` file, ``runqemu`` detects it and assumes the file is a
395 option, ``runqemu`` tries to determine it based on other options.