Searched +full:check +full:- +full:system +full:- +full:debian (Results 1 – 16 of 16) sorted by relevance
/qemu/.gitlab-ci.d/ |
H A D | buildtest.yml | 2 - local: '/.gitlab-ci.d/buildtest-template.yml' 4 build-system-alpine: 6 - .native_build_job_template 7 - .native_build_artifact_template 9 - job: amd64-alpine-container 12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu 13 MAKE_CHECK_ARGS: check-build 14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog 16 check-system-alpine: 19 - job: build-system-alpine [all …]
|
H A D | crossbuilds.yml | 2 - local: '/.gitlab-ci.d/crossbuild-template.yml' 4 cross-armhf-user: 7 job: armhf-debian-cross-container 9 IMAGE: debian-armhf-cross 11 cross-arm64-system: 14 job: arm64-debian-cross-container 16 IMAGE: debian-arm64-cross 18 cross-arm64-user: 21 job: arm64-debian-cross-container 23 IMAGE: debian-arm64-cross [all …]
|
H A D | static_checks.yml | 1 check-patch: 4 image: python:3.10-alpine 7 - .gitlab-ci.d/check-patch.py 12 - apk -U add git perl 15 check-dco: 18 image: python:3.10-alpine 20 script: .gitlab-ci.d/check-dco.py 24 - apk -U add git 26 check-python-minreqs: 31 - make -C python check-minreqs [all …]
|
/qemu/docs/devel/testing/ |
H A D | main.rst | 7 everything from unit testing and exercising specific sub-systems all 9 tests you can run ``make check-help`` from either the source or build 13 the meson build system so can be run directly from the build tree, 16 [./pyvenv/bin/]meson test --suite qemu:softfloat 37 Testing with "make check" 38 ------------------------- 40 The "make check" testing family includes most of the C based tests in QEMU. 46 make check 49 Different sub-types of "make check" tests will be explained below. 55 .. _unit-tests: [all …]
|
/qemu/tests/docker/dockerfiles/ |
H A D | debian-legacy-test-cross.docker | 1 # Docker legacy cross-compiler target (tests and minimal qemu) 6 # libc6.1-dev-alpha-cross: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054412 7 # sh4-linux-user: binaries don't run with bookworm compiler 9 # As we are targeting check-tcg here we only need minimal qemu 12 FROM docker.io/library/debian:11-slim 14 # Duplicate deb line as deb-src 15 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list 18 apt-get update && \ 19 apt-get install -y eatmydata && \ 20 eatmydata apt-get dist-upgrade -y && \ [all …]
|
/qemu/tests/functional/ |
H A D | test_mips64el_malta.py | 3 # Functional tests for the little-endian 64-bit MIPS Malta board 5 # Copyright (c) Philippe Mathieu-Daudé <f4bug@amsat.org> 8 # See the COPYING file in the top-level directory. 10 # SPDX-License-Identifier: GPL-2.0-or-later 25 ('http://snapshot.debian.org/archive/debian/' 26 '20130217T032700Z/pool/main/l/linux-2.6/' 27 'linux-image-2.6.32-5-5kc-malta_2.6.32-48_mipsel.deb'), 33 the Debian package. 35 The kernel can be rebuilt using this Debian kernel source [1] and 38 [1] http://snapshot.debian.org/package/linux-2.6/2.6.32-48/ [all …]
|
H A D | test_arm_orangepi.py | 6 # SPDX-License-Identifier: GPL-2.0-or-later 20 ('https://apt.armbian.com/pool/main/l/linux-6.6.16/' 21 …'linux-image-current-sunxi_24.2.1_armhf__6.6.16-Seb3e-D6b4a-P2359-Ce96bHfe66-HK01ba-V014b-B067e-R4… 25 ('https://github.com/groeck/linux-build-test/raw/' 27 'arm/rootfs-armv7a.cpio.gz'), 32 'buildroot-baseline/20230703.0/armel/rootfs.ext2.xz'), 36 ('https://k-space.ee.armbian.com/archive/orangepipc/archive/' 41 ('http://snapshot.debian.org/archive/debian/20200108T145233Z/pool/' 42 'main/u/u-boot/u-boot-sunxi_2020.01%2Bdfsg-1_armhf.deb'), 46 ('https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-9.0/' [all …]
|
/qemu/ |
H A D | configure | 14 source_path=$(cd "$(dirname -- "$0")"; pwd) 16 if test "$PWD" -ef "$source_path" 20 MARKER=build/auto-created-by-configure 22 if test -e build 24 if test -f $MARKER 26 rm -rf build 35 echo "ERROR: Could not create ./build directory. Check the permissions on" 36 echo "your source directory, or try doing an out-of-tree build." 41 # This file is auto-generated by configure to support in-source tree 46 @$(MAKE) -C build -f Makefile $(MAKECMDGOALS) [all …]
|
H A D | MAINTAINERS | 10 consult qemu-devel and not any specific individual privately. 23 W: Web-page with status/info 24 Q: Patchwork web based patch tracking system site 34 it has been replaced by a better system and you 59 ------------------------------ 63 L: qemu-devel@nongnu.org 72 R: Philippe Mathieu-Daudé <philmd@linaro.org> 75 F: docs/devel/build-environment.rst 76 F: docs/devel/code-of-conduct.rst 78 F: docs/devel/conflict-resolution.rst [all …]
|
H A D | meson.build | 15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py')) 27 host_os = host_machine.system() 28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak') 35 tmpdir = meson.current_build_dir() / 'meson-private/temp' 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 …]
|
/qemu/scripts/ |
H A D | qemu-binfmt-conf.sh | 156 i[3-6]86) 168 armel|armhf|armv[4-9]*l) 171 armv[4-9]*b) 185 Usage: qemu-binfmt-conf.sh [--qemu-path PATH][--debian][--systemd CPU] 186 [--help][--credential yes|no][--exportdir PATH] 187 [--persistent yes|no][--qemu-suffix SUFFIX] 188 [--preserve-argv0 yes|no] 192 --help: display this usage 193 --qemu-path: set path to qemu interpreter ($QEMU_PATH) 194 --qemu-suffix: add a suffix to the default interpreter name [all …]
|
/qemu/python/scripts/ |
H A D | mkvenv.py | 2 mkvenv - QEMU pyvenv bootstrapping utility 4 usage: mkvenv [-h] command ... 9 -h, --help show this help message and exit 15 post-venv initialization 19 -------------------------------------------------- 21 usage: mkvenv create [-h] target 27 -h, --help show this help message and exit 29 -------------------------------------------------- 31 usage: mkvenv post_init [-h] 34 -h, --help show this help message and exit [all …]
|
/qemu/tests/docker/ |
H A D | docker.py | 12 # the top-level directory. 65 return _bytes_checksum(text.encode('utf-8')) 68 return open(path, 'rt', encoding='utf-8').read() 81 commands += [["docker"], ["sudo", "-n", "docker"]] 121 ldd_re = re.compile(r"(?:\S+ => )?(\S*) \(:?0x[0-9a-f]+\)") 123 ldd_output = subprocess.check_output(["ldd", executable]).decode('utf-8') 145 This does rely on the host file-system being fairly multi-arch 164 """Check binfmt_misc has entry for executable in the right place. 199 # special case for Debian linux-user images 200 if img_name.startswith("debian") and img_name.endswith("user"): [all …]
|
/qemu/docs/system/ |
H A D | qemu-block-drivers.rst.inc | 5 any of the tools (like ``qemu-img``). This includes the preferred formats 10 ``qemu-img create`` and ``qemu-img convert`` using the ``-o`` option. 13 .. program:: image-formats 18 file system supports *holes* (for example in ext2 or ext3 on 20 space. Use ``qemu-img info`` to know the real size used by the 21 image or ``ls -ls`` on Unix/Linux. 34 .. program:: image-formats 51 zero clusters, which allow efficient copy-on-read for sparse images. 69 use to unlock the LUKS key slot is given by the ``encrypt.key-secret`` 73 If this is set to ``aes``, the image is encrypted with 128-bit AES-CBC. [all …]
|
/qemu/docs/about/ |
H A D | deprecated.rst | 21 for pre-existing VM deployments. They should be scheduled for updating to a 23 should exclusively use a non-deprecated machine type, with use of the most 24 recent version highly recommended. Non-versioned machine types follow the 30 System emulator command line arguments 31 -------------------------------------- 33 Short-form boolean options (since 6.0) 43 The replacement for the ``nodelay`` short-form boolean option is ``nodelay=on`` 50 command-line less readable, especially when the argument itself consist of a 51 name and a value, e.g. ``-plugin plugin_name,arg="arg_name=arg_value"``. 52 Therefore, the usage of ``arg`` is redundant. Single-word arguments are treated [all …]
|
/qemu/target/hexagon/idef-parser/ |
H A D | README.rst | 2 ------------------------------------------------------------------ 4 idef-parser is a small compiler able to translate the Hexagon ISA description 8 ------------------- 10 To better understand the scope of the idef-parser, we'll explore an applicative 22 idef-parser will compile the above code into the following code: 57 - Fill in the output function signature with the correct TCGv registers 58 - Fill in the output function signature with the immediate integers 59 - Keep track of which registers, among the declared one, have been 73 idef-parser has to handle a lower number of computation primitives. 105 ------------ [all …]
|