/qemu/tests/tcg/mips/user/ase/msa/ |
H A D | test_msa_compile_64r6el.sh | 6 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_b.c \ 8 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_h.c \ 10 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_w.c \ 12 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_d.c \ 14 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_b.c \ 16 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_h.c \ 18 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_w.c \ 20 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_d.c \ 22 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_pcnt_b.c \ 24 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_pcnt_h.c \ [all …]
|
H A D | test_msa_compile_64r6eb.sh | 6 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_b.c \ 8 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_h.c \ 10 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_w.c \ 12 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_d.c \ 14 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_b.c \ 16 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_h.c \ 18 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_w.c \ 20 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_d.c \ 22 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_pcnt_b.c \ 24 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_pcnt_h.c \ [all …]
|
H A D | test_msa_compile_32r5eb.sh | 6 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nloc_b.c \ 9 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nloc_h.c \ 12 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nloc_w.c \ 15 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nloc_d.c \ 18 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nlzc_b.c \ 21 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nlzc_h.c \ 24 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nlzc_w.c \ 27 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nlzc_d.c \ 30 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_pcnt_b.c \ 33 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_pcnt_h.c \ [all …]
|
H A D | test_msa_compile_32r5el.sh | 6 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nloc_b.c \ 9 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nloc_h.c \ 12 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nloc_w.c \ 15 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nloc_d.c \ 18 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nlzc_b.c \ 21 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nlzc_h.c \ 24 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nlzc_w.c \ 27 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nlzc_d.c \ 30 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_pcnt_b.c \ 33 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_pcnt_h.c \ [all …]
|
/qemu/pc-bios/ |
H A D | meson.build | 31 'ast27x0_bootrom.bin', 32 'bios.bin', 33 'bios-256k.bin', 34 'bios-microvm.bin', 36 'vgabios.bin', 37 'vgabios-cirrus.bin', 38 'vgabios-stdvga.bin', 39 'vgabios-vmware.bin', 40 'vgabios-qxl.bin', 41 'vgabios-virtio.bin', [all …]
|
/qemu/target/s390x/tcg/ |
H A D | int_helper.c | 103 int64_t pow10 = 1, bin = 0; in HELPER() local 118 bin += digit * pow10; in HELPER() 123 bin = -bin; in HELPER() 127 env->regs[r1] = (env->regs[r1] & 0xffffffff00000000ULL) | (uint32_t)bin; in HELPER() 128 if (bin != (int32_t)bin) { in HELPER() 136 int64_t bin = 0, pow10, tmp; in HELPER() local 155 * approximately +-9.2E+18. If bin is zero, the addition cannot in HELPER() 156 * overflow. Otherwise bin is known to have the same sign as the rhs in HELPER() 160 tmp = bin + pow10 * digit; in HELPER() 161 if (bin && ((tmp ^ bin) < 0)) { in HELPER() [all …]
|
/qemu/roms/ |
H A D | Makefile | 3 vgabios_targets := $(subst -isavga,,$(patsubst %,vgabios-%.bin,$(vgabios_variants))) 54 EDK2_EFIROM = edk2/BaseTools/Source/C/bin/EfiRom 61 @echo " bios -- update bios.bin (seabios)" 65 @echo " slof -- update slof.bin" 82 cp seabios/builds/seabios-128k/bios.bin ../pc-bios/bios.bin 83 cp seabios/builds/seabios-256k/bios.bin ../pc-bios/bios-256k.bin 84 cp seabios/builds/seabios-microvm/bios.bin ../pc-bios/bios-microvm.bin 89 cp seabios/builds/vga-isavga/vgabios.bin ../pc-bios/vgabios.bin 92 cp seabios/builds/vga-$*/vgabios.bin ../pc-bios/vgabios-$*.bin 114 cp ipxe/src/bin/$(VID)$(DID).rom ../pc-bios/pxe-$*.rom [all …]
|
/qemu/tests/docker/dockerfiles/ |
H A D | fedora-rust-nightly.docker | 10 printf '#!/bin/sh\n\ 17 exec "$@"\n' > /usr/bin/nosync && \ 18 chmod +x /usr/bin/nosync && \ 147 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 148 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 149 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 153 ENV MAKE "/usr/bin/make" 154 ENV NINJA "/usr/bin/ninja" 155 ENV PYTHON "/usr/bin/python3" 158 ENV RUSTC=/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustc [all …]
|
H A D | fedora-win64-cross.docker | 10 printf '#!/bin/sh\n\ 17 exec "$@"\n' > /usr/bin/nosync && \ 18 chmod +x /usr/bin/nosync && \ 74 ENV MAKE "/usr/bin/make" 75 ENV NINJA "/usr/bin/ninja" 76 ENV PYTHON "/usr/bin/python3" 103 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-c++ && \ 104 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-cc && \ 105 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-g++ && \ 106 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-gcc
|
H A D | fedora.docker | 10 printf '#!/bin/sh\n\ 17 exec "$@"\n' > /usr/bin/nosync && \ 18 chmod +x /usr/bin/nosync && \ 147 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 148 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 149 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 153 ENV MAKE "/usr/bin/make" 154 ENV NINJA "/usr/bin/ninja" 155 ENV PYTHON "/usr/bin/python3"
|
H A D | debian-riscv64-cross.docker | 41 ENV MAKE "/usr/bin/make" 42 ENV NINJA "/usr/bin/ninja" 43 ENV PYTHON "/usr/bin/python3" 64 c = '/usr/bin/riscv64-linux-gnu-gcc'\n\ 65 ar = '/usr/bin/riscv64-linux-gnu-gcc-ar'\n\ 66 strip = '/usr/bin/riscv64-linux-gnu-strip'\n\ 67 pkgconfig = '/usr/bin/riscv64-linux-gnu-pkg-config'\n\ 76 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/riscv64-linux-gnu-cc && \ 77 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/riscv64-linux-gnu-gcc
|
H A D | ubuntu2204.docker | 144 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 145 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 146 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 150 ENV MAKE "/usr/bin/make" 151 ENV NINJA "/usr/bin/ninja" 152 ENV PYTHON "/usr/bin/python3" 153 ENV RUSTC=/usr/bin/rustc-1.77 154 ENV RUSTDOC=/usr/bin/rustdoc-1.77 156 ENV PATH=$CARGO_HOME/bin:$PATH
|
H A D | debian-hexagon-cross.docker | 33 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/c++ && \ 34 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 35 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/g++ && \ 36 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc && \ 39 RUN /usr/bin/pip3 install tomli 48 ENV PATH $PATH:${TOOLCHAIN_INSTALL}/${TOOLCHAIN_BASENAME}/x86_64-linux-gnu/bin 49 ENV MAKE /usr/bin/make
|
H A D | opensuse-leap.docker | 129 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 130 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 131 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 133 RUN /usr/bin/pip3.11 install \ 142 ENV MAKE "/usr/bin/make" 143 ENV NINJA "/usr/bin/ninja" 144 ENV PYTHON "/usr/bin/python3.11"
|
H A D | debian-amd64-cross.docker | 72 ENV MAKE "/usr/bin/make" 73 ENV NINJA "/usr/bin/ninja" 74 ENV PYTHON "/usr/bin/python3" 160 c = '/usr/bin/x86_64-linux-gnu-gcc'\n\ 161 ar = '/usr/bin/x86_64-linux-gnu-gcc-ar'\n\ 162 strip = '/usr/bin/x86_64-linux-gnu-strip'\n\ 163 pkgconfig = '/usr/bin/x86_64-linux-gnu-pkg-config'\n\ 172 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-linux-gnu-cc && \ 173 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-linux-gnu-gcc
|
H A D | debian-s390x-cross.docker | 72 ENV MAKE "/usr/bin/make" 73 ENV NINJA "/usr/bin/ninja" 74 ENV PYTHON "/usr/bin/python3" 157 c = '/usr/bin/s390x-linux-gnu-gcc'\n\ 158 ar = '/usr/bin/s390x-linux-gnu-gcc-ar'\n\ 159 strip = '/usr/bin/s390x-linux-gnu-strip'\n\ 160 pkgconfig = '/usr/bin/s390x-linux-gnu-pkg-config'\n\ 169 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/s390x-linux-gnu-cc && \ 170 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/s390x-linux-gnu-gcc
|
H A D | debian-mipsel-cross.docker | 72 ENV MAKE "/usr/bin/make" 73 ENV NINJA "/usr/bin/ninja" 74 ENV PYTHON "/usr/bin/python3" 156 c = '/usr/bin/mipsel-linux-gnu-gcc'\n\ 157 ar = '/usr/bin/mipsel-linux-gnu-gcc-ar'\n\ 158 strip = '/usr/bin/mipsel-linux-gnu-strip'\n\ 159 pkgconfig = '/usr/bin/mipsel-linux-gnu-pkg-config'\n\ 168 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/mipsel-linux-gnu-cc && \ 169 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/mipsel-linux-gnu-gcc
|
/qemu/tests/multiboot/ |
H A D | aout_kludge.out | 4 === Running test case: aout_kludge_1.bin === 8 === Running test case: aout_kludge_2.bin === 12 === Running test case: aout_kludge_3.bin === 16 === Running test case: aout_kludge_4.bin === 20 === Running test case: aout_kludge_5.bin === 25 === Running test case: aout_kludge_6.bin === 30 === Running test case: aout_kludge_7.bin === 35 === Running test case: aout_kludge_8.bin === 40 === Running test case: aout_kludge_9.bin ===
|
/qemu/ |
H A D | .patchew.yml | 125 #!/bin/bash 132 #!/bin/bash 139 #!/bin/bash 147 #! /bin/bash 154 #!/bin/bash 159 CC=$HOME/bin/cc 183 #!/bin/bash 188 CC=$HOME/bin/cc 212 #!/bin/bash 230 #!/bin/bash [all …]
|
/qemu/scripts/coverity-scan/ |
H A D | coverity-scan.docker | 21 echo -e '#!/bin/sh\n\ 28 exec "$@"' > /usr/bin/nosync && \ 29 chmod +x /usr/bin/nosync && \ 150 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/c++ && \ 151 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 152 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 153 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/g++ && \ 154 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 158 ENV MAKE "/usr/bin/make" 159 ENV NINJA "/usr/bin/ninja" [all …]
|
/qemu/tests/lcitool/ |
H A D | refresh | 1 #!/usr/bin/env python3 28 lcitool_path = Path(self_dir, "libvirt-ci", "bin", "lcitool") 123 "ENV RUSTC=/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustc\n", 124 "ENV RUSTDOC=/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc\n", 125 "ENV CARGO=/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo\n", 135 " /usr/local/cargo/bin/rustup --version && \\\n", 136 " /usr/local/cargo/bin/rustup run nightly cargo --version && \\\n", 137 " /usr/local/cargo/bin/rustup run nightly rustc --version && \\\n", 138 ' test "$CARGO" = "$(/usr/local/cargo/bin/rustup +nightly which cargo)" && \\\n', 139 ' test "$RUSTDOC" = "$(/usr/local/cargo/bin/rustup +nightly which rustdoc)" && \\\n', [all …]
|
/qemu/.gitlab-ci.d/ |
H A D | windows.yml | 69 - .\msys64\usr\bin\bash -lc "sed -i 's/^CheckSpace/#CheckSpace/g' /etc/pacman.conf" 70 - .\msys64\usr\bin\bash -lc 'pacman --noconfirm -Syuu' # Core update 71 - .\msys64\usr\bin\bash -lc 'pacman --noconfirm -Syuu' # Normal update 75 - .\msys64\usr\bin\bash -lc "pacman -Sy --noconfirm --needed 91 - $env:JOBS = $(.\msys64\usr\bin\bash -lc nproc) 101 - ..\msys64\usr\bin\bash -lc "ccache --zero-stats" 102 - ..\msys64\usr\bin\bash -lc "../configure $CONFIGURE_ARGS" 103 - ..\msys64\usr\bin\bash -lc "make -j$env:JOBS" 104 …- ..\msys64\usr\bin\bash -lc "make check MTESTARGS='$TEST_ARGS' || { cat meson-logs/testlog.txt; e… 105 - ..\msys64\usr\bin\bash -lc "ccache --show-stats"
|
/qemu/pc-bios/optionrom/ |
H A D | Makefile | 5 all: multiboot.bin multiboot_dma.bin linuxboot.bin linuxboot_dma.bin kvmvapic.bin pvh.bin 55 %.bin: %.raw 61 rm -f *.o *.d *.raw *.img *.bin *~
|
/qemu/.gitlab-ci.d/cirrus/ |
H A D | macos-14.vars | 7 CCACHE='/opt/homebrew/bin/ccache' 10 MAKE='/opt/homebrew/bin/gmake' 11 NINJA='/opt/homebrew/bin/ninja' 13 PIP3='/opt/homebrew/bin/pip3' 16 PYTHON='/opt/homebrew/bin/python3'
|
H A D | freebsd-14.vars | 7 CCACHE='/usr/local/bin/ccache' 10 MAKE='/usr/local/bin/gmake' 11 NINJA='/usr/local/bin/ninja' 13 PIP3='/usr/local/bin/pip' 16 PYTHON='/usr/local/bin/python3'
|