Home
last modified time | relevance | path

Searched +full:qemu +full:- +full:system +full:- +full:x86_64 (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-qemu.yml1 name: zfs-qemu
20 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
21 cancel-in-progress: true
24 test-config:
26 runs-on: ubuntu-24.04
31 - uses: actions/checkout@v4
33 fetch-depth: 0
34 - name: Generate OS config and CI type
37 …ebian12", "fedora40", "fedora41", "freebsd13-3r", "freebsd13-4s", "freebsd14-1r", "freebsd14-2s", …
38 …_OS='["almalinux8", "almalinux9", "debian12", "fedora41", "freebsd13-3r", "freebsd14-2r", "ubuntu2…
[all …]
/freebsd/crypto/openssl/
H A DNOTES-ANDROID.md5 -------------------
15 -------------
17 Android is a cross-compiled target and you can't rely on `./Configure`
19 target explicitly; there are `android-arm`, `android-arm64`, `android-mips`,
20 `android-mip64`, `android-x86` and `android-x86_64` (`*MIPS` targets are no
23 Do not pass --cross-compile-prefix (as you might be tempted), as it
30 to point at the `NDK` directory. If you're using a side-by-side NDK the path
31 will look something like `/some/where/android-sdk/ndk/<ver>`, and for a
32 standalone NDK the path will be something like `/some/where/android-ndk-<ver>`.
34 The NDK customarily supports multiple Android API levels, e.g. `android-14`,
[all …]
/freebsd/tools/boot/
H A Dci-qemu-test.sh4 # in QEMU and echo "Hello world." from init, as a very quick smoke test for CI.
5 # Uses QEMU's virtual FAT filesystem to avoid the need to create a disk image.
7 # as a quick smoke-test as long as pkgbase packages have been built. The
12 set -e
22 trap - EXIT SIGINT SIGHUP SIGTERM SIGQUIT
23 rm -rf ${WORKDIR}
31 mkdir -p ${ROOTDIR}/${dir}
40 -o ABI_FILE=$OBJTOP/bin/sh/sh \
41 -C ${ROOTDIR}/pkg.conf -r ${ROOTDIR} install \
42 FreeBSD-kernel-generic FreeBSD-bootloader \
[all …]
H A Dfull-test.sh4 # cache - Cached binaries that we have downloaded
5 # trees - binary trees that we use to make image
7 # images - bootable images that we use to test
9 # bios - cached bios images (as well as 'vars' files when we start testing
11 # scripts - generated scripts that uses images to run the tests.
16 # use qemu-system-XXXX to boot. They all boot the same thing at the moment:
23 # eg https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/13.1/FreeBSD-13.1-RELEASE-amd64-b…
25 : ${STAND_ROOT:="${HOME}/stand-test-root"}
33 # hack -- I have extra junk in my qemu, but it's not needed to recreate things
35 qemu_bin=/home/imp/git/qemu/00-build
[all …]
H A Drootgen.sh10 # Builds all the bat-shit crazy combinations we support booting from,
18 # This assumes an external program install-boot.sh which will install
25 . $(dirname $0)/install-boot.sh
32 (cd $src ; tar cf - .) | (cd $dst; tar xf -)
48 makefs -t ffs -B little -s 200m -o label=root ${img}.p2 ${src}
49 mkimg -s gpt -b ${src}/boot/pmbr \
50 -p freebsd-boot:=${src}/boot/gptboot \
51 -p freebsd-ufs:=${img}.p2 -o ${img}
52 rm -f ${src}/etc/fstab
61 makefs -t ffs -B little -s 200m -o label=root ${img}.p2 ${src}
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-2-start.sh4 # 2) start qemu with some operating system, init via cloud-init
7 set -eu
9 # short name used in zfs-qemu.yml
12 # OS variant (virt-install --os-variant list)
16 REPO="https://github.com/mcmilk/openzfs-freebsd-images"
17 FREEBSD="$REPO/releases/download/v2024-12-14"
21 #UBMIRROR="https://cloud-images.ubuntu.com"
22 #UBMIRROR="https://mirrors.cloud.tencent.com/ubuntu-cloud-images"
23 UBMIRROR="https://mirror.citrahost.com/ubuntu-cloud-images"
31 …URL="https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x8…
[all …]
H A Dqemu-5-setup.sh7 set -eu
13 PID=$(pidof /usr/bin/qemu-system-x86_64)
14 tail --pid=$PID -f /dev/null
49 sudo zfs create -ps -b 64k -V 80g zpool/vm$i-2
51 cat <<EOF > /tmp/user-data
52 #cloud-config
57 - name: root
59 - name: zfs
63 - $PUBKEY
71 sudo virsh net-update default add ip-dhcp-host \
[all …]
/freebsd/tools/tools/nanobsd/embedded/
H A Dqemu-amd64.cfg2 #-
4 # Copyright (c) 2010-2011 iXsystems, Inc.
29 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-bios.cfg2 #-
4 # Copyright (c) 2010-2011 iXsystems, Inc.
29 NANO_NAME=qemu-amd64-uefi-bios
30 NANO_LAYOUT=std-uefi-bios
38 # qemu-system-x86_64 -m 512 -serial stdio -bios OVMF.fd \
39 # -hda _.disk.image.qemu-amd64-uefi.qcow2
41 # http://sourceforge.net/projects/edk2/files/OVMF/OVMF-X64-r15214.zip
H A Dqemu-amd64-uefi.cfg2 #-
4 # Copyright (c) 2010-2011 iXsystems, Inc.
29 NANO_NAME=qemu-amd64-uefi
30 NANO_LAYOUT=std-uefi
38 # qemu-system-x86_64 -m 512 -serial stdio -bios OVMF.fd \
39 # -hda _.disk.image.qemu-amd64-uefi.qcow2
41 # http://sourceforge.net/projects/edk2/files/OVMF/OVMF-X64-r15214.zip
/freebsd/stand/kboot/
H A DREADME4 (2) mkdir -p .../initrd/boot/defaults
9 (7) find . | sort | cpio -o -H newc | gzip > /tmp/initrd.cpio
11 (9) qemu-system-x86_64 -kernel ~/vmlinuz-5.19.0-051900-generic \
12 -initrd /tmp/initrd.cpio \
13 -m 256m -nographic \
14 -monitor telnet::4444,server,nowait -serial stdio \
15 -append "console=ttyS0"
28 For #8, see https://kernel.ubuntu.com/~kernel-ppa/mainline/ to download
33 qemu-system-aarch64 -m 1024 -cpu cortex-a57 -M virt \
34 -kernel ~/linuxboot/arm64/kernel/boot/vmlinuz-5.19.0-051900-generic \
[all …]
/freebsd/tools/tools/nanobsd/pcengines/
H A Dtest.sh8 ARG="-cpu pentium"
9 ARG="$ARG -hda /usr/obj/nanobsd.alix_dsk/_.disk.full -boot c"
10 ARG="$ARG -hdb /z/scratch/scratch"
11 ARG="$ARG -net nic,model=e1000"
12 ARG="$ARG -net tap,ifname=tap0,script=no,downscript=no"
13 ARG="$ARG -m 1024 -k de -localtime -nographic"
17 ARG="-cpu pentium"
18 ARG="$ARG -hda /usr/obj/nanobsd.alix_nfs/_.disk.full -boot c"
19 ARG="$ARG -hdb /z/scratch/scratch"
20 ARG="$ARG -net nic,model=e1000"
[all …]
/freebsd/contrib/arm-optimized-routines/
H A Dconfig.mk.dist3 # Copyright (c) 2018-2024, Arm Limited.
4 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
9 # Target architecture: aarch64, arm or x86_64
13 #CROSS_COMPILE = aarch64-none-linux-gnu-
17 CFLAGS = -std=c99 -pipe -O3
18 CFLAGS += -Wall -Wno-missing-braces
19 CFLAGS += -Werror=implicit-function-declaration
23 HOST_CFLAGS = -std=c99 -O2
24 HOST_CFLAGS += -Wall -Wno-unused-function
27 HOST_CFLAGS += -g
[all …]
/freebsd/contrib/atf/
H A DNEWS8 DON'T FORGET TO BUMP THE -version-info PRE-RELEASE IF NECESSARY!
10 * Issue #23: Fix double-free triggered by atf_map_insert in low memory
18 * Added the atf_check_not_equal function to atf-sh to check for
30 * Added the -s flag to atf-sh to support specifying the shell interpreter
39 relevant manual pages. This information was lost with the atf-config(1)
46 * Renamed the atf-{c,c++,sh}-api(3) manual pages to atf-{c,c++,sh}(3) for
53 * Issue #7: Stopped catching unhandled exceptions in atf-c++ tests. This
58 * Issue #8: Fixed atf-c/macros_test:use test failures spotted by the clang
59 that ships with FreeBSD 11.0-CURRENT.
61 * Issue #12: Improved documentation of atf-sh(3) and atf-check(1) by better
[all …]
/freebsd/
H A DMakefile3 # The common user-driven targets are (for a complete list, see build(7)):
5 # universe - *Really* build *everything* (buildworld and
9 # tinderbox - Same as universe, but presents a list of failed build
11 # worlds - Same as universe, except just makes the worlds.
12 # kernels - Same as universe, except just makes the kernels.
13 # buildworld - Rebuild *everything*, including glue to help do
15 # installworld - Install everything built by "buildworld".
16 # world - buildworld + installworld, no kernel.
17 # buildkernel - Rebuild the kernel and the kernel-modules.
18 # installkernel - Install the kernel and the kernel-modules.
[all …]
H A DMakefile3 # The common user-driven targets are (for a complete list, see build(7)):
5 # universe - *Really* build *everything* (buildworld and
9 # tinderbox - Same as universe, but presents a list of failed build
11 # worlds - Same as universe, except just makes the worlds.
12 # kernels - Same as universe, except just makes the kernels.
13 # buildworld - Rebuild *everything*, including glue to help do
15 # installworld - Install everything built by "buildworld".
16 # world - buildworld + installworld, no kernel.
17 # buildkernel - Rebuild the kernel and the kernel-module
[all...]
H A DMakefile.inc14 # -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
5 # -DNO_CLEAN do not clean at all
6 # -DDB_FROM_SRC use the user/group databases in src/etc instead of
7 # the system database when installing.
8 # -DNO_SHARE do not go into share subdir
9 # -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,OBJ}
10 # -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel
11 # -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel
12 # -DNO_KERNELOBJ do not run ${MAKE} obj in ${MAKE} buildkernel
13 # -DNO_ROOT install without using root privilege
[all …]
/freebsd/contrib/libpcap/
H A DCHANGES5 Mark pcap_vasprintf() as printf-like.
16 Avoid casting hack for the Windows cleanup-on-exit routine.
21 Remove the unused pcap-rpcap-int.h header file.
23 Make some static variables thread-local; fixes issue #1174.
36 Avoid 32-bit unsigned integer overflow in USB captures. Fixes
49 Report {non-existent zone}/{interface} errors appropriately.
50 Allow attaching to links owned by a non-global zone. (Based on
55 in recent SDKs, including tagging pcap-namedb.h routines.
63 Report non-existent devices correctly.
79 the NT kernel attempts to simulate Linux system calls but does
[all …]