Home
last modified time | relevance | path

Searched refs:tar (Results 1 – 25 of 52) sorted by relevance

123

/qemu/tests/qemu-iotests/
H A D30260 with tarfile.open(tar_file, "w") as tar:
67 tar.addfile(ovf, io.BytesIO(ovf_data))
71 offset = tar.fileobj.tell() + 512
76 tar.fileobj.truncate(offset + measure["required"])
122 buf = disk.tobuf(tar.format, tar.encoding, tar.errors)
123 tar.fileobj.write(buf)
124 tar.members.append(disk)
128 tar.offset = offset + (disk.size + 511) & ~511
129 tar.fileobj.seek(tar.offset)
133 tar.fileobj.truncate(tar.offset)
[all …]
/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/
H A Dbuild-toolchain.sh21 wget https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz
22 wget https://ftp.gnu.org/gnu/gcc/gcc-11.2.0/gcc-11.2.0.tar.xz
23 wget https://www.musl-libc.org/releases/musl-1.2.2.tar.gz
24 wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.70.tar.xz
26 tar axf binutils-2.37.tar.xz
27 tar axf gcc-11.2.0.tar.xz
28 tar axf musl-1.2.2.tar.gz
29 tar axf linux-5.10.70.tar.xz
/qemu/.gitlab-ci.d/opensbi/
H A DDockerfile26 …ernel.org/pub/tools/crosstool/files/bin/x86_64/8.3.0/x86_64-gcc-8.3.0-nolibc-riscv32-linux.tar.xz \
27 | tar -C /opt -xJ
29 …ernel.org/pub/tools/crosstool/files/bin/x86_64/8.3.0/x86_64-gcc-8.3.0-nolibc-riscv64-linux.tar.xz \
30 | tar -C /opt -xJ
/qemu/target/xtensa/
H A Dimport_core.sh11 overlay-archive-to-import: file name of xtensa-config-overlay.tar.gz
22 tar -xf "$OVERLAY" -C "$TARGET" --strip-components=2 \
25 tar -xf "$OVERLAY" -O gdb/xtensa-config.c | \
30 tar -xf "$OVERLAY" -O binutils/xtensa-modules.c | \
/qemu/tests/docker/
H A Drun32 tar -C $TEST_DIR/src -xf $BASE/qemu.tar || { echo "Failed to untar source"; exit 2; }
/qemu/target/loongarch/
H A DREADME37 …://github.com/loongson/build-tools/releases/download/2022.05.29/loongarch64-clfs-system-5.0.tar.bz2
39 tar -vxf loongarch64-clfs-system-5.0.tar.bz2 -C /opt/clfs
/qemu/scripts/
H A Darchive-source.sh76 git archive --format tar "$(tree_ish)" > "$tar_file"
82 tar --append --file "$tar_file" --exclude=.git subprojects/"$(subproject_dir $sp)"
H A Dmake-release84 tar "${exclude[@]}" -cJf ${destination}.tar.xz ${destination}
/qemu/scripts/coverity-scan/
H A Drun-coverity-scan153 tar xf ../coverity_tool.tgz
295 TARBALL=cov-int.tar.xz
319 tar xvf "$SRCTARBALL"
439 tar cvf - cov-int | xz > "$TARBALL"
/qemu/hw/pci-host/
H A Dppce500.c199 uint64_t tar = ((uint64_t)pci->pib[idx].pitar) << 12; in e500_update_piw() local
220 memory_region_init_alias(mem, OBJECT(pci), name, address_space_mem, tar, in e500_update_piw()
226 __func__, size, wbar, tar); in e500_update_piw()
232 uint64_t tar = ((uint64_t)pci->pob[idx].potar) << 12; in e500_update_pow() local
252 memory_region_init_alias(mem, OBJECT(pci), name, &pci->busmem, tar, in e500_update_pow()
258 __func__, size, wbar, tar); in e500_update_pow()
/qemu/tests/docker/dockerfiles/
H A Demsdk-wasm32-cross.docker52 RUN curl -Ls https://zlib.net/zlib-$ZLIB_VERSION.tar.xz | \
53 tar xJC /zlib --strip-components=1
115 RUN curl -Lks https://download.gnome.org/sources/glib/${GLIB_MINOR_VERSION}/glib-$GLIB_VERSION.tar.…
116 tar xJC /glib --strip-components=1
H A Ddebian-xtensa-cross.docker26 …a/toolchain/releases/download/$TOOLCHAIN_RELEASE/x86_64-$TOOLCHAIN_RELEASE-xtensa-$cpu-elf.tar.gz \
27 | tar -xzC /opt; \
H A Ddebian-tricore-cross.docker40 …m/bkoppelmann/package_940/releases/download/tricore-toolchain-9.40/tricore-toolchain-9.4.0.tar.gz \
41 | tar -xzC /usr/local/
H A Ddebian-loongarch-cross.docker40 …build-tools/releases/download/2023.08.08/CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz \
41 | tar -xJC /opt
H A Ddebian-hexagon-cross.docker44 …g.io/artifactory/codelinaro-toolchain-for-hexagon/${TOOLCHAIN_RELEASE}/${TOOLCHAIN_BASENAME}.tar.xz
47 RUN curl -#SL "$TOOLCHAIN_URL" | tar -xJC "$TOOLCHAIN_INSTALL"
/qemu/docs/system/loongarch/
H A Dvirt.rst50 …loongson/build-tools/releases/download/2022.09.06/loongarch64-clfs-6.3-cross-tools-gcc-glibc.tar.xz
51 tar -vxf loongarch64-clfs-6.3-cross-tools-gcc-glibc.tar.xz -C /opt
/qemu/subprojects/
H A Dlibc-0.2-rs.wrap4 source_filename = libc-0.2.162.tar.gz
H A Ditertools-0.11-rs.wrap4 source_filename = itertools-0.11.0.tar.gz
H A Dbilge-0.2-rs.wrap4 source_filename = bilge-0.2.0.tar.gz
H A Deither-1-rs.wrap4 source_filename = either-1.12.0.tar.gz
H A Dsyn-2-rs.wrap4 source_filename = syn-2.0.66.0.tar.gz
H A Dquote-1-rs.wrap4 source_filename = quote-1.0.36.0.tar.gz
H A Dunicode-ident-1-rs.wrap4 source_filename = unicode-ident-1.0.12.tar.gz
H A Dbilge-impl-0.2-rs.wrap4 source_filename = bilge-impl-0.2.0.tar.gz
H A Darbitrary-int-1-rs.wrap4 source_filename = arbitrary-int-1.2.7.tar.gz

123