Home
last modified time | relevance | path

Searched refs:qemu (Results 1 – 25 of 206) sorted by relevance

123456789

/external/u-boot/board/emulation/qemu-x86/
DMAINTAINERS4 F: board/emulation/qemu-x86/
5 F: include/configs/qemu-x86.h
6 F: configs/qemu-x86_defconfig
11 F: board/emulation/qemu-x86/
12 F: include/configs/qemu-x86.h
13 F: configs/qemu-x86_64_defconfig
DKconfig4 default "qemu-x86"
10 default "qemu"
13 default "qemu-x86"
/external/autotest/client/tests/qemu_iotests/
Dcontrol1 NAME = "qemu-iotests"
12 This package contains a simple test suite for the I/O layer of qemu.
13 It does not requite a guest, but only the qemu, qemu-img and qemu-io
26 reports of failing tests cases to qemu-devel@savannah.nongnu.org.
/external/syzkaller/docs/
Dfreebsd.md3 ## How to run syzkaller on FreeBSD using qemu
17 …here [qemu instructions](https://wiki.qemu.org/Hosts/BSD). I used `FreeBSD-11.0-RELEASE-amd64.qcow…
48 qemu-system-x86_64 -m 2048 -hda FreeBSD-11.0-RELEASE-amd64.qcow2 -enable-kvm -netdev user,id=mynet0…
64 "type": "qemu",
66 "qemu": "/qemu/build/x86_64-softmmu/qemu-system-x86_64",
Dnetbsd.md3 ## How to run syzkaller on NetBSD using qemu
6 1. Steps to set up NetBSD on qemu:
8 ``` qemu-img create -f raw NetBSD.img 30G
12 qemu-system-x86_64 -hda NetBSD.img -cdrom NetBSD-7.0.2-amd64.iso
16 qemu-system-x86_64 -hda NetBSD.img -redir tcp:10022::22
38 …ccess with a key. General instructions can be found here [qemu instructions](https://wiki.qemu.org…
50 qemu-system-x86_64 -m 1024 -drive file=anitatemp/wd0.img,format=raw,media=disk -netdev user,id=myne…
95 "type": "qemu",
97 "qemu": "qemu-system-x86_64",
Dconfiguration.md5 [example](/pkg/mgrconfig/testdata/qemu.cfg); the file is in JSON format with the
22 `-hda` option to `qemu-system-x86_64`.
34 - `type`: Type of virtual machine to use, e.g. `qemu` or `adb`.
35 - `vm`: object with VM-type-specific parameters; for example, for `qemu` type paramters include:
38 this is passed as the `-kernel` option to `qemu-system-x86_64`.
41 …- `mem`: Amount of memory (in MiB) for the VM; this is passed as the `-m` option to `qemu-system-x…
/external/u-boot/doc/
DREADME.qemu-mips5 http://www.nongnu.org/qemu/
9 Supports the "-M mips" configuration of qemu: serial,NE2000,IDE.
14 recent qemu versions. When using emulated flash, launch with
27 # qemu-system-mips -M mips -bios u-boot.bin -nographic
31 # qemu-system-mipsel -M mips -bios u-boot.bin -nographic
35 # qemu-system-mips64 -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic
39 # qemu-system-mips64el -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic
43 if you use a qemu version after commit 4224
49 # qemu-system-mips[64][el] [-cpu MIPS64R2-generic] -M mips -pflash flash -nographic
133 # qemu-system-mips -M mips -pflash flash -monitor null -nographic -net nic -net user -tftp `pwd` -h…
[all …]
DREADME.boston19 branch of git://git.linux-mips.org/pub/scm/paul/qemu.git and used like so:
21 $ git clone git://git.linux-mips.org/pub/scm/paul/qemu.git -b boston
22 $ cd qemu
25 $ ./mips64el-softmmu/qemu-system-mips64el -M boston -m 2G \
DREADME.qemu-arm42 qemu-system-arm -machine virt -bios u-boot.bin
45 qemu-system-aarch64 -machine virt -cpu cortex-a57 -bios u-boot.bin
47 Note that for some odd reason qemu-system-aarch64 needs to be explicitly
/external/u-boot/board/freescale/qemu-ppce500/
DMAINTAINERS4 F: board/freescale/qemu-ppce500/
5 F: include/configs/qemu-ppce500.h
6 F: configs/qemu-ppce500_defconfig
DKconfig4 default "qemu-ppce500"
10 default "qemu-ppce500"
/external/u-boot/board/qemu-mips/
DKconfig4 default "qemu-mips"
7 default "qemu-mips" if 32BIT
8 default "qemu-mips64" if 64BIT
DMAINTAINERS4 F: board/qemu-mips/
5 F: include/configs/qemu-mips.h
12 F: include/configs/qemu-mips64.h
/external/syzkaller/vm/qemu/
Dqemu.go4 package qemu package
60 qemu *exec.Cmd member
280 if inst.qemu != nil {
281 inst.qemu.Process.Kill()
282 inst.qemu.Wait()
346 qemu := osutil.Command(inst.cfg.Qemu, args...)
347 qemu.Stdout = inst.wpipe
348 qemu.Stderr = inst.wpipe
349 if err := qemu.Start(); err != nil {
354 inst.qemu = qemu
/external/arm-neon-tests/
DMakefile61 all: ref-rvct.qemu
69 ref-rvct.qemu: $(REFRVCT).qemu
77 $(REFRVCT).qemu: compute_ref.axf
78 qemu-system-arm -cpu $(CPU) -semihosting -nographic -kernel $^
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DHowToCrossCompileBuiltinsOnArm.rst28 * ``The qemu-arm user mode emulator``
34 ``qemu-arm`` should be available as a package for your Linux distribution.
79 Testing compiler-rt builtins using qemu-arm
83 cmake that we wish to run the tests on ``qemu-arm``.
85 * ``-DCOMPILER_RT_EMULATOR="qemu-arm -L /path/to/armhf/sysroot``
121 * ``-DCOMPILER_RT_EMULATOR="qemu-aarch64 -L /path/to/aarch64/sysroot``
148 * There isn't a ``qemu-arm`` user-mode emulator for bare-metal systems. The ``qemu-system-arm`` can…
153 tests using the same ``qemu-arm`` that we used for Armv7-A by building and
180 * ``-DCOMPILER_RT_EMULATOR="qemu-arm -L /path/to/armv7-A/sysroot"``
187 test-c-flags. We must use an Armv7-A soft-float abi sysroot for ``qemu-arm``.
[all …]
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dkvm.sh158 --qemu-args|--qemu-arg)
159 checkarg --qemu-args "(qemu arguments)" $# "$2" '^-' '^error'
163 --qemu-cmd)
164 checkarg --qemu-cmd "(qemu-system-...)" $# "$2" 'qemu-system-' '^--'
/external/u-boot/board/emulation/qemu-arm/
DMAINTAINERS4 F: board/emulation/qemu-arm/
5 F: include/configs/qemu-arm.h
/external/syzkaller/docs/linux/
Dsetup_linux-host_qemu-vm_arm64-kernel.md68 ## Obtain qemu for ARM64
75 If the build was successful, you should have a `aarch64-softmmu/qemu-system-aarch64` binary.
81 $ /path/to/aarch64-softmmu/qemu-system-aarch64 \
140 "type": "qemu",
143 "qemu": "/path/to/qemu-system-aarch64",
/external/u-boot/arch/arm/mach-qemu/
DKconfig7 default "qemu-arm"
10 default "qemu-arm"
/external/u-boot/arch/x86/dts/
DMakefile17 qemu-x86_i440fx.dtb \
18 qemu-x86_q35.dtb \
Dqemu-x86_i440fx.dts18 compatible = "qemu,x86";
35 compatible = "cpu-qemu";
/external/libcap/contrib/
Dpcaps4convenience41 qemu=12
48 APPSARRAY=( eject killall modprobe ntpdate qemu route )
/external/syzkaller/pkg/instance/
Dinstance.go108 qemu := make(map[string]interface{})
109 if err := json.Unmarshal(cfg.VM, &qemu); err != nil {
113 qemu["kernel"] = kernel
116 qemu["initrd"] = initrd
118 vmCfg, err := json.Marshal(qemu)
/external/u-boot/board/coreboot/coreboot/
DKconfig30 default "qemu-x86"
37 default "qemu-x86_i440fx"

123456789