Home
last modified time | relevance | path

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

123

/freebsd/tools/tools/nanobsd/embedded/
H A DREADME4 using qemu user space emulation.
23 qemu-amd64.cfg Create a bootable amd64 image for qemu (W)
24 qemu-i386.cfg Create a bootable i386 image for qemu (W)
25 qemu-powerpc.cfg Create a bootable 32-bit powerpc image for
26 qemu
27 qemu-powerpc64.cfg Create a bootable 64-bit IBM-flavor image for
28 qemu
34 i386: qemu-system-i386 -m 512 -hda _.disk.image.qemu-i386.qcow2 -nographic
35 amd64: qemu-system-amd64 -m 512 -hda _.disk.image.qemu-amd64.qcow2 -nographic
H A Dqemu-armv7.cfg32 NANO_NAME=qemu-armv7
42 # qemu-system-arm -m 512 -M virt -serial stdio -bios QEMU_EFI.fd \
43 # -drive if=none,file=_.disk.image.qemu-armv7.qcow2,id=hd0 \
46 # http://releases.linaro.org/components/kernel/uefi-linaro/15.12/release/qemu/
H A Dqemu-amd64.cfg29 NANO_NAME=qemu-amd64
36 # qemu-system-x86_64 -m 512 -hdd $file -serial telnet::4444,server -nographic
38 # qemu-img resize $file +2G
H A Dqemu-amd64-uefi.cfg29 NANO_NAME=qemu-amd64-uefi
38 # qemu-system-x86_64 -m 512 -serial stdio -bios OVMF.fd \
39 # -hda _.disk.image.qemu-amd64-uefi.qcow2
H A Dqemu-amd64-uefi-bios.cfg29 NANO_NAME=qemu-amd64-uefi-bios
38 # qemu-system-x86_64 -m 512 -serial stdio -bios OVMF.fd \
39 # -hda _.disk.image.qemu-amd64-uefi.qcow2
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps.sh10 .github/workflows/scripts/qemu-wait-for-vm.sh vm0
22 scp .github/workflows/scripts/qemu-3-deps-vm.sh zfs@vm0:qemu-3-deps-vm.sh
23 PID=`pidof /usr/bin/qemu-system-x86_64`
H A Dqemu-3-deps-vm.sh25 python3-dev qemu-guest-agent rng-tools rsync samba samba-server sed \
51 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \
78 python3-setuptools python3-sphinx qemu-guest-agent rng-tools rpm2cpio \
90 pkgconf python python3 pamtester pamtester qemu-guest-agent rsync xxhash
123 kernel-devel python3-setuptools qemu-guest-agent rng-tools rpcgen \
244 sudo -E rc-update add qemu-guest-agent
265 sudo -E service qemu-guest-agent enable
270 sudo -E systemctl enable qemu-guest-agent
276 sudo -E systemctl enable qemu-guest-agent
H A Dqemu-9-summary-page.sh38 for tarfile in qemu-*.tar.bz2/qemu-*.tar.bz2; do
H A Dqemu-2-start.sh252 sudo qemu-img dd -f qcow2 -O raw if=$IMG of=$DISK bs=4M
344 while pidof /usr/bin/qemu-system-x86_64 >/dev/null; do
366 while pidof /usr/bin/qemu-system-x86_64 >/dev/null; do
H A Dqemu-5-setup.sh13 PID=$(pidof /usr/bin/qemu-system-x86_64)
143 .github/workflows/scripts/qemu-wait-for-vm.sh vm$i
/freebsd/sys/arm/qemu/
H A Dfiles.qemu3 # Standard qemu virt devices and support.
5 arm/qemu/virt_machdep.c standard
6 arm/qemu/virt_mp.c optional smp
H A Dstd.virt8 files "../qemu/files.qemu"
/freebsd/tests/ci/
H A DMakefile.armv712 QEMU_EXTRA_PARAM=-bios /usr/local/share/u-boot/u-boot-qemu-arm/u-boot.bin
17 .if !exists(/usr/local/share/u-boot/u-boot-qemu-arm/u-boot.bin)
18 env ASSUME_ALWAYS_YES=yes pkg install sysutils/u-boot-qemu-arm
H A DMakefile.aarch6412 QEMU_EXTRA_PARAM=-bios /usr/local/share/u-boot/u-boot-qemu-arm64/u-boot.bin -cpu cortex-a57
17 .if !exists(/usr/local/share/u-boot/u-boot-qemu-arm64/u-boot.bin)
18 env ASSUME_ALWAYS_YES=yes pkg install sysutils/u-boot-qemu-arm64
H A DMakefile.riscv6411 …bi/lp64/generic/firmware/fw_jump.elf -kernel /usr/local/share/u-boot/u-boot-qemu-riscv64/u-boot.bin
19 .if !exists(/usr/local/share/u-boot/u-boot-qemu-riscv64/u-boot.bin)
20 env ASSUME_ALWAYS_YES=yes pkg install sysutils/u-boot-qemu-riscv64
H A DMakefile115 QEMUSTATIC=/usr/local/bin/qemu-${QEMU_ARCH}-static
116 QEMUTGT=portinstall-qemu
123 QEMUBIN=/usr/local/bin/qemu-system-${QEMU_ARCH}
147 portinstall: portinstall-pkg portinstall-qemu portinstall-expect portinstall-${TARGET_ARCH:tl} .PHO…
154 portinstall-qemu: portinstall-pkg .PHONY
155 .if !exists(/usr/local/bin/qemu-${QEMU_ARCH}-static)
156 env ASSUME_ALWAYS_YES=yes pkg install emulators/qemu-user-static
159 env ASSUME_ALWAYS_YES=yes pkg install emulators/qemu@nox11
/freebsd/tools/boot/
H A Dfull-test.readme8 (2) The latest qemu-system-aarch64 (I think ports/pkg version of emulators/qemu
9 is recent enough). If not, I know the latest master of qemu project works.
26 all the images and scripts to run qemu. There should be no errors, though
32 'sh'. And extra args are passed to qemu, so '-s -S' for gdb and
H A Dfull-test.sh365 if [ ${bios_code} -ot /usr/local/share/qemu/edk2-x86_64-code.fd ]; then
366 cp /usr/local/share/qemu/edk2-x86_64-code.fd ${bios_code}
372 if [ ${bios_code} -ot /usr/local/share/qemu/edk2-aarch64-code.fd ]; then
376 dd if=/usr/local/share/qemu/edk2-aarch64-code.fd of=${bios_code} conv=notrunc
393 ${qemu_bin}/qemu-system-x86_64 -nographic -m 512M \\
406 ${qemu_bin}/qemu-system-aarch64 -nographic -machine virt,gic-version=3 -m 512M -smp 4 \\
421 ${qemu_bin}/qemu-system-aarch64 -m 1024 -cpu cortex-a57 -M virt \\
433 ${qemu_bin}/qemu-system-aarch64 -nographic -machine virt,gic-version=3 -m 512M -smp 4 \\
565 if [ ${bios_code} -ot /usr/local/share/qemu/edk2-x86_64-code.fd ]; then
566 cp /usr/local/share/qemu/edk2-x86_64-code.fd ${bios_code}
[all …]
H A Dci-qemu-test.sh83 : ${OVMF:=/usr/local/share/qemu/edk2-x86_64-code.fd}
101 WORKDIR=$(mktemp -d -t ci-qemu-test-fat-root)
121 : ${BOOTLOG:=${TMPDIR:-/tmp}/ci-qemu-test-boot.log}
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp166 FileSpec qemu = GetGlobalProperties().GetEmulatorPath(); in DebugProcess() local
169 if (!qemu) { in DebugProcess()
175 qemu.SetPath(("qemu-" + arch).str()); in DebugProcess()
177 FileSystem::Instance().ResolveExecutableLocation(qemu); in DebugProcess()
186 Args args({qemu.GetPath(), "-g", socket_path}); in DebugProcess()
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Dpvpanic-mmio.txt13 - compatible: "qemu,pvpanic-mmio".
25 compatible = "qemu,pvpanic-mmio";
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dfw-cfg.txt20 - compatible: "qemu,fw-cfg-mmio".
35 compatible = "qemu,fw-cfg-mmio";
/freebsd/crypto/openssl/
H A DNOTES-ANDROID.md80 test suite on Linux system by employing qemu-user. The trick is static
86 env EXE_SHELL=qemu-<arch> make test
88 If you need to pass additional flag to qemu, quotes are your friend, e.g.
90 env EXE_SHELL="qemu-mips64el -cpu MIPS64R6-generic" make test
/freebsd/contrib/file/magic/Magdir/
H A Dssh16 # https://download.qemu.org/qemu-9.0.0.tar.xz
17 # qemu-9.0.0/roms/skiboot/libstb/crypto/mbedtls/tests/data_files/format_gen.pub
/freebsd/release/
H A DMakefile.vm77 .if !exists(/usr/local/bin/qemu-${TARGET_ARCH}-static)
78 .if exists(${PORTSDIR}/emulators/qemu-user-static/Makefile)
80 make -C ${PORTSDIR}/emulators/qemu-user-static \
87 env ASSUME_ALWAYS_YES=yes pkg install -y emulators/qemu-user-static
94 QEMUSTATIC=/usr/local/bin/qemu-${TARGET_ARCH}-static

123