/qemu/tests/docker/dockerfiles/ |
H A D | emsdk-wasm32-cross.docker | 20 RUN apt-get update && apt-get install -y \ 28 RUN pip3 install meson==${MESON_VERSION} tomli 29 RUN mkdir /build 31 RUN mkdir -p $TARGET 32 RUN <<EOF 51 RUN mkdir -p /zlib 52 RUN curl -Ls https://zlib.net/zlib-$ZLIB_VERSION.tar.xz | \ 55 RUN emconfigure ./configure --prefix=$TARGET --static 56 RUN emmake make install -j$(nproc) 60 RUN mkdir -p /libffi [all …]
|
H A D | debian-loongarch-cross.docker | 10 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list 12 RUN export DEBIAN_FRONTEND=noninteractive && \ 18 RUN apt-get update && \ 38 RUN /usr/bin/pip3 install tomli 40 RUN curl -#SL https://github.com/loongson/build-tools/releases/download/2023.08.08/CLFS-loongarch64… 53 RUN if [ "${USER}" ]; then \
|
H A D | debian-toolchain.docker | 13 RUN sed 's/^deb /deb-src /' </etc/apt/sources.list >/etc/apt/sources.list.d/deb-src.list 15 RUN apt update && \ 32 RUN cd /root && ./build-toolchain.sh 38 RUN apt update && \ 47 RUN if [ "${USER}" ]; then \
|
H A D | debian-legacy-test-cross.docker | 15 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list 17 RUN export DEBIAN_FRONTEND=noninteractive && \ 24 RUN DEBIAN_FRONTEND=noninteractive eatmydata \ 42 RUN /usr/bin/pip3 install tomli 50 RUN if [ "${USER}" ]; then \
|
H A D | debian-hexagon-cross.docker | 11 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list 12 RUN apt-get update && \ 39 RUN /usr/bin/pip3 install tomli 47 RUN curl -#SL "$TOOLCHAIN_URL" | tar -xJC "$TOOLCHAIN_INSTALL" 53 RUN if [ "${USER}" ]; then \
|
H A D | debian-tricore-cross.docker | 14 RUN apt update && \ 38 RUN /usr/bin/pip3 install tomli 40 RUN curl -#SL https://github.com/bkoppelmann/package_940/releases/download/tricore-toolchain-9.40/t… 50 RUN if [ "${USER}" ]; then \
|
H A D | python.docker | 20 RUN dnf install -y $PACKAGES 21 RUN rpm -q $PACKAGES | sort > /packages.txt 25 RUN if [ "${USER}" ]; then \
|
H A D | debian.docker | 9 RUN export DEBIAN_FRONTEND=noninteractive && \ 155 RUN DEBIAN_FRONTEND=noninteractive eatmydata \ 160 RUN git clone https://github.com/luigirizzo/netmap.git /usr/src/netmap 161 RUN cd /usr/src/netmap && git checkout v11.3 162 RUN cd /usr/src/netmap/LINUX && \ 170 RUN if [ "${USER}" ]; then \
|
H A D | debian-all-test-cross.docker | 12 RUN sed -in "s/Types: deb/Types: deb deb-src/g" /etc/apt/sources.list.d/debian.sources 14 RUN export DEBIAN_FRONTEND=noninteractive && \ 21 RUN DEBIAN_FRONTEND=noninteractive eatmydata \ 36 RUN DEBIAN_FRONTEND=noninteractive eatmydata \ 75 RUN if [ "${USER}" ]; then \
|
H A D | debian-bootstrap.docker | 13 RUN sed -i 's/in_target mount/echo not for docker in_target mount/g' /debootstrap/functions 16 RUN /debootstrap/debootstrap --second-stage 20 RUN cat /etc/apt/sources.list | sed "s/deb/deb-src/" >> /etc/apt/sources.list
|
H A D | fedora-rust-nightly.docker | 9 RUN dnf install -y nosync && \ 156 RUN dnf install -y wget 161 RUN set -eux && \ 177 RUN /usr/local/cargo/bin/rustup run nightly cargo install bindgen-cli 178 RUN $CARGO --list 182 RUN if [ "${USER}" ]; then \
|
H A D | debian-xtensa-cross.docker | 10 RUN apt-get update && \ 25 RUN for cpu in $CPU_LIST; do \ 35 RUN if [ "${USER}" ]; then \
|
H A D | ubuntu2204.docker | 9 RUN export DEBIAN_FRONTEND=noninteractive && \ 157 RUN DEBIAN_FRONTEND=noninteractive eatmydata \ 159 RUN cargo install bindgen-cli 163 RUN if [ "${USER}" ]; then \
|
H A D | opensuse-leap.docker | 9 RUN zypper update -y && \ 133 RUN /usr/bin/pip3.11 install \ 148 RUN if [ "${USER}" ]; then \
|
H A D | fedora-win64-cross.docker | 9 RUN dnf install -y nosync && \ 78 RUN nosync dnf install -y \ 115 RUN if [ "${USER}" ]; then \
|
H A D | debian-riscv64-cross.docker | 9 RUN export DEBIAN_FRONTEND=noninteractive && \ 45 RUN export DEBIAN_FRONTEND=noninteractive && \ 86 RUN if [ "${USER}" ]; then \
|
H A D | alpine.docker | 9 RUN apk update && \ 137 RUN if [ "${USER}" ]; then \
|
H A D | debian-amd64-cross.docker | 9 RUN export DEBIAN_FRONTEND=noninteractive && \ 76 RUN export DEBIAN_FRONTEND=noninteractive && \ 183 RUN if [ "${USER}" ]; then \
|
H A D | debian-s390x-cross.docker | 9 RUN export DEBIAN_FRONTEND=noninteractive && \ 76 RUN export DEBIAN_FRONTEND=noninteractive && \ 180 RUN if [ "${USER}" ]; then \
|
H A D | debian-mipsel-cross.docker | 9 RUN export DEBIAN_FRONTEND=noninteractive && \ 76 RUN export DEBIAN_FRONTEND=noninteractive && \ 179 RUN if [ "${USER}" ]; then \
|
H A D | debian-arm64-cross.docker | 9 RUN export DEBIAN_FRONTEND=noninteractive && \ 76 RUN export DEBIAN_FRONTEND=noninteractive && \ 182 RUN if [ "${USER}" ]; then \
|
H A D | debian-i686-cross.docker | 9 RUN export DEBIAN_FRONTEND=noninteractive && \ 76 RUN export DEBIAN_FRONTEND=noninteractive && \ 181 RUN if [ "${USER}" ]; then \
|
/qemu/.gitlab-ci.d/opensbi/ |
H A D | Dockerfile | 9 RUN apt update \ 25 RUN wget -O - \ 28 RUN wget -O - \
|
/qemu/hw/misc/macio/ |
H A D | mac_dbdma.c | 302 if ((ch->regs[DBDMA_STATUS] & RUN) && in dbdma_end() 545 if (!ch->io.processing && (status & RUN) && (status & ACTIVE)) { in DBDMA_run() 607 if ((mask & RUN) && (value & RUN)) { in dbdma_control_write() 608 status |= RUN; in dbdma_control_write() 613 if ((mask & RUN) && !(value & RUN)) { in dbdma_control_write() 615 status &= ~(DEAD | RUN); in dbdma_control_write() 629 if ((mask & WAKE) && (value & WAKE) && (status & RUN)) { in dbdma_control_write() 662 if ((status & PAUSE) || !(status & RUN)) { in dbdma_control_write() 673 } else if (mask & (RUN | PAUSE)) { in dbdma_control_write()
|
/qemu/scripts/coverity-scan/ |
H A D | coverity-scan.docker | 20 RUN dnf install -y nosync && \ 163 RUN dnf install -y curl wget 166 RUN mkdir -p /coverity-tools/coverity_tool && cd /coverity-tools/coverity_tool && tar xf /coverity_…
|