/qemu/bsd-user/freebsd/ |
H A D | target_os_ucontext.h | 2 * FreeBSD has a common ucontext definition for all architectures. 12 * Defines the common bits for all of FreeBSD's architectures. Has to be 17 /* See FreeBSD's sys/ucontext.h */ 20 /* FreeBSD's sys/_ucontext.h structures */
|
H A D | target_os_stack.h | 2 * FreeBSD setup_initial_stack() implementation. 29 * The initial FreeBSD stack is as follows: 92 * Deviate from FreeBSD stack layout: force stack to new page here in setup_initial_stack()
|
H A D | target_os_siginfo.h | 2 * FreeBSD siginfo related definitions 75 /* SIGPOLL -- Not really generated in FreeBSD ??? */
|
H A D | target_os_elf.h | 2 * freebsd ELF definitions 96 * FreeBSD defines elf_addr_t as Elf32_Off / Elf64_Off in target_create_elf_tables()
|
H A D | target_os_thread.h | 2 * FreeBSD thread dependent code and definitions
|
H A D | host-os.h | 2 * FreeBSD host dependent code and definitions
|
H A D | target_os_user.h | 4 * Copyright (c) 2015 Stacey D. Son (sson at FreeBSD) 244 /* Vnode filesystem id, FreeBSD 11 compat. */ 246 /* File device, FreeBSD 11 compat. */
|
/qemu/tests/functional/ |
H A D | test_aarch64_sbsaref_freebsd.py | 21 ('http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/arm64' 22 '/aarch64/ISO-IMAGES/14.1/FreeBSD-14.1-RELEASE-arm64-aarch64-bootonly.iso.xz'), 42 wait_for_console_pattern(self, 'Welcome to FreeBSD!')
|
/qemu/tests/vm/ |
H A D | freebsd | 3 # FreeBSD VM image 28 name = "freebsd" 31 …link = "https://download.freebsd.org/releases/CI-IMAGES/14.1-RELEASE/amd64/Latest/FreeBSD-14.1-REL… 108 prompt = "root@freebsd:~ #"
|
H A D | Makefile.include | 16 X86_IMAGES := freebsd netbsd openbsd haiku.x86_64 44 @echo " vm-build-freebsd - Build QEMU in FreeBSD VM"
|
/qemu/.gitlab-ci.d/ |
H A D | cirrus.yml | 34 x64-freebsd-14-build: 37 NAME: freebsd-14 40 CIRRUS_VM_IMAGE_NAME: freebsd-14-2
|
/qemu/bsd-user/ |
H A D | signal-common.h | 55 * The linux-user version of this uses the top 16 bits, but FreeBSD's SI_USER 59 * For FreeBSD, we have si_pid, si_uid, si_status, and si_addr always. Linux and 63 * QEMU_SI_CAPSICUM is currently only FreeBSD 14 current only, so only define
|
H A D | syscall_defs.h | 4 * Copyright (c) 2013-15 Stacey D. Son (sson at FreeBSD) 28 #include "freebsd/syscall_nr.h" 40 * FreeBSD uses a 64bits time_t except on i386 415 /* FreeBSD-specific */
|
/qemu/bsd-user/aarch64/ |
H A D | target_arch_vmparam.h | 4 * Copyright (c) 2015 Stacey D. Son <sson at FreeBSD> 26 * FreeBSD/arm64 Address space layout.
|
H A D | target_arch.h | 4 * Copyright (c) 2015 Stacey D. Son <sson at FreeBSD>
|
/qemu/qapi/ |
H A D | sockets.json | 64 # socket option is defined (this includes Linux, Windows, macOS, FreeBSD, 70 # Windows, macOS, FreeBSD, but not OpenBSD). When set to 0, system setting 75 # includes Linux, Windows, macOS, FreeBSD, but not OpenBSD). When set to
|
/qemu/bsd-user/arm/ |
H A D | target_arch_thread.h | 68 * FreeBSD kernel passes the ps_strings pointer in r0. This is used by some in target_thread_init() 70 * support that functionality, so it's ignored. When set to 0, FreeBSD's csu in target_thread_init()
|
H A D | signal.c | 114 * FreeBSD's get_mcontext doesn't save VFP info, but sets the pointer and in get_mcontext() 169 * FreeBSD just ignores it, though, so maybe we'll need to adjust in set_mcontext() 207 * FreeBSD's mcontext, what to do? in set_mcontext()
|
/qemu/ |
H A D | .patchew.yml | 101 {% elif test == "s390x" or test == "FreeBSD" or test == "ppcle" or test == "ppcbe" %} 207 FreeBSD: 223 make vm-build-freebsd J=21 QEMU=$QEMU
|
/qemu/tests/lcitool/ |
H A D | refresh | 249 generate_cirrus("freebsd-14") 255 generate_pkglist("freebsd", "freebsd-14")
|
/qemu/bsd-user/host/arm/ |
H A D | host-signal.h | 27 * In the FSR, bit 11 is WnR. FreeBSD returns this as part of the in host_signal_write()
|
/qemu/.gitlab-ci.d/cirrus/ |
H A D | freebsd-14.vars | 3 # $ lcitool variables freebsd-14 qemu
|
/qemu/bsd-user/host/x86_64/ |
H A D | host-signal.h | 32 * punning between a trapframe and mcontext on FreeBSD/amd64. in host_signal_write()
|
/qemu/bsd-user/host/i386/ |
H A D | host-signal.h | 32 * between a trapframe and mcontext on FreeBSD/i386. in host_signal_write()
|
/qemu/util/ |
H A D | meson.build | 18 if host_os == 'freebsd' 112 if host_os == 'freebsd'
|