Searched +full:or1k +full:- +full:linux +full:- +full:user (Results 1 – 13 of 13) sorted by relevance
7 a guest such as Linux and do not care about reproducing the8 idiosyncrasies and limitations of a particular bit of real-world12 -----------------15 * 8 virtio-mmio transport devices22 ------------24 The virt machine can be started using the ``-kernel`` and ``-initrd`` options25 to load a Linux kernel and optional disk image. For example:27 .. code-block:: bash29 $ qemu-system-or1k -cpu or1220 -M or1k-sim -nographic \30 -device virtio-net-device,netdev=user -netdev user,id=user,net=10.9.0.1/24,host=10.9.0.100 \[all …]
7 - ccache12 - source scripts/ci/gitlab-ci-section13 - section_start setup "Pre-script setup"14 - JOBS=$(expr $(nproc) + 1)15 - cat /packages.txt16 - section_end setup18 - export CCACHE_BASEDIR="$(pwd)"19 - export CCACHE_DIR="$CCACHE_BASEDIR/ccache"20 - export CCACHE_MAXSIZE="500M"21 - export PATH="$CCACHE_WRAPPERSDIR:$PATH"[all …]
2 - local: '/.gitlab-ci.d/crossbuild-template.yml'4 cross-armhf-user:7 job: armhf-debian-cross-container9 IMAGE: debian-armhf-cross11 cross-arm64-system:14 job: arm64-debian-cross-container16 IMAGE: debian-arm64-cross18 cross-arm64-user:21 job: arm64-debian-cross-container23 IMAGE: debian-arm64-cross[all …]
2 - local: '/.gitlab-ci.d/buildtest-template.yml'4 build-system-alpine:6 - .native_build_job_template7 - .native_build_artifact_template9 - job: amd64-alpine-container12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu13 MAKE_CHECK_ARGS: check-build14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog16 check-system-alpine:19 - job: build-system-alpine[all …]
1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note9 # and implement the less feature-full calls in user space.303 244 or1k or1k_atomic sys_or1k_atomic
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'53 supported_oses = ['windows', 'freebsd', 'netbsd', 'openbsd', 'darwin', 'sunos', 'linux', 'emscripte…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"')120 message('To use Rust you can install a new version with "cargo install bindgen-cli"')128 '--rustc-version', rustc.version(),[all …]
... --------------------- ...
1 # -*- Mode: Python -*-5 # See the COPYING file in the top-level directory.12 { 'include': 'machine-common.json' }18 # targets. Run "./configure --help" in the project root directory,19 # and look for the \*-softmmu targets near the "--target-list" option.30 # "qemu-system-" prefix to produce the corresponding QEMU31 # executable name. This is true even for "qemu-system-x86_64".38 'mips64el', 'mipsel', 'or1k', 'ppc',52 'data': [ 'uninitialized', 'stopped', 'check-stop', 'operating', 'load' ] }59 # @cpu-state: the virtual CPU's state[all …]