Searched +full:x86 +full:- +full:netbsd (Results 1 – 11 of 11) sorted by relevance
7 ---------------------------14 .. list-table:: Supported Accelerators15 :header-rows: 117 * - Accelerator18 - Host OS19 - Host Architectures20 * - KVM21 - Linux22 - Arm (64 bit only), MIPS, PPC, RISC-V, s390x, x8623 * - Xen[all …]
1 .. _Supported-build-platforms:25 support for those backports, unless the feature is auto-detectable in a33 :ref:`setup-build-env` page.36 ----------------------------40 .. list-table::41 :header-rows: 143 * - CPU Architecture44 - Accelerators45 * - Arm46 - hvf (64 bit only), kvm (64 bit only), tcg, xen[all …]
1 .. _user-mode:7 ---------------------------11 - Linux (referred as qemu-linux-user)13 - BSD (referred as qemu-bsd-user)16 --------23 32/64-bit mismatches between hosts and targets. IOCTLs can be34 normal and real-time signals.40 correctly. x86 and Arm use a global lock in order to preserve their47 .. _linux-user-mode:50 -------------------------[all …]
1 /* SPDX-License-Identifier: GPL-2.0-or-later */5 * (C) Copyright 2000-20058 * NOTE: This header file defines an interface to U-Boot. Including10 * use of U-Boot, and does *not* fall under the heading of "derived28 IH_OS_NETBSD, /* NetBSD */53 IH_OS_OPENSBI, /* RISC-V OpenSBI */70 IH_ARCH_I386, /* Intel x86 */80 IH_ARCH_NIOS, /* Nios-32 */82 IH_ARCH_NIOS2, /* Nios-II */87 IH_ARCH_NDS32, /* ANDES Technology - NDS32 */[all …]
7 everything from unit testing and exercising specific sub-systems all9 tests you can run ``make check-help`` from either the source or build16 [./pyvenv/bin/]meson test --suite qemu:softfloat38 -------------------------49 Different sub-types of "make check" tests will be explained below.55 .. _unit-tests:68 In QEMU, unit tests can be invoked with ``make check-unit``. They are76 1. Create a new source file. For example, ``tests/unit/foo-test.c``.86 is in ``tests/unit/foo-test.c``, it is enough to add an entry like::90 'foo-test': [],[all …]
4 * Copyright (c) 2013-15 Stacey D. Son (sson at FreeBSD)29 #include "netbsd/syscall_nr.h"34 * or x86/_types.h43 * On NetBSD time_t is always defined as an int64_t. On OpenBSD time_t243 * to cover up to 64 bits on 32-bit machines. We assume that246 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec));247 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec));312 * to cover up to 64 bits on 32-bit machines. We assume that315 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec));316 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec));[all …]
14 source_path=$(cd "$(dirname -- "$0")"; pwd)16 if test "$PWD" -ef "$source_path"20 MARKER=build/auto-created-by-configure22 if test -e build24 if test -f $MARKER26 rm -rf build36 echo "your source directory, or try doing an out-of-tree build."41 # This file is auto-generated by configure to support in-source tree46 @$(MAKE) -C build -f Makefile $(MAKECMDGOALS)48 test -e build/auto-created-by-configure ; \[all …]
10 consult qemu-devel and not any specific individual privately.23 W: Web-page with status/info59 ------------------------------63 L: qemu-devel@nongnu.org72 R: Philippe Mathieu-Daudé <philmd@linaro.org>75 F: docs/devel/build-environment.rst76 F: docs/devel/code-of-conduct.rst78 F: docs/devel/conflict-resolution.rst80 F: docs/devel/submitting-a-patch.rst81 F: docs/devel/submitting-a-pull-request.rst[all …]
15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak')35 tmpdir = meson.current_build_dir() / 'meson-private/temp'52 bsd_oses = ['gnu/kfreebsd', 'freebsd', 'netbsd', 'openbsd', 'dragonfly', 'darwin']53 supported_oses = ['windows', 'freebsd', 'netbsd', 'openbsd', 'darwin', 'sunos', 'linux', 'emscripte…54 supported_cpus = ['ppc', 'ppc64', 's390x', 'riscv32', 'riscv64', 'x86', 'x86_64',66 have_linux_user = have_linux_user or target.endswith('linux-user')67 have_bsd_user = have_bsd_user or target.endswith('bsd-user')68 have_system = have_system or target.endswith('-softmmu')113 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"')[all …]
... --------------------- ...
4 /* 32-bit ELF base types. */11 /* 64-bit ELF base types. */47 #define EF_MIPS_ARCH_1 0x00000000 /* -mips1 code. */48 #define EF_MIPS_ARCH_2 0x10000000 /* -mips2 code. */49 #define EF_MIPS_ARCH_3 0x20000000 /* -mips3 code. */50 #define EF_MIPS_ARCH_4 0x30000000 /* -mips4 code. */51 #define EF_MIPS_ARCH_5 0x40000000 /* -mips5 code. */81 #define EF_MIPS_MACH_SB1 0x008a0000 /* Broadcom SB-1 */89 #define EF_MIPS_MACH_9000 0x00990000 /* PMC-Sierra RM9000 */95 #define MIPS_ABI_FP_UNKNOWN (-1) /* Unknown FP ABI (internal) */[all …]