Package: qemu / 1:10.0.0+ds-2~bpo12+2
Metadata
Package | Version | Patches format |
---|---|---|
qemu | 1:10.0.0+ds-2~bpo12+2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
microvm default machine type.patch | (download) |
hw/i386/microvm.c |
3 3 + 0 - 0 ! |
set default machine type to be microvm if config_microvm is defined Debian-Specific: yes |
static linux user stubs.diff | (download) |
linux-user/main.c |
20 20 + 0 - 0 ! |
static linux-user stubs |
linux user binfmt P.diff | (download) |
linux-user/main.c |
31 28 + 3 - 0 ! |
[patch, hack]: linux-user: handle binfmt-misc p flag as a separate exe name |
note missing module pkg name.diff | (download) |
audio/audio.c |
6 5 + 1 - 0 ! |
note missing module package name Debian-Specific: yes |
skip unpack edk2 blobs.patch | (download) |
pc-bios/meson.build |
2 1 + 1 - 0 ! |
skip unpacking of edk2 blobs Date: Sat, 01 Apr 2023 18:46:55 +0300 Debian-Specific: yes |
qemu bridge helper path.patch | (download) |
qemu-options.hx |
6 3 + 3 - 0 ! |
set proper path for qemu-bridge-helper binary in the docs Bug-Debian: https://bugs.debian.org/1027447 |
gnu hurd.patch | (download) |
block/file-posix.c |
4 4 + 0 - 0 ! |
add os detection and support for gnu/hurd |
qboot Disable LTO for ELF binary build step.patch | (download) |
roms/qboot/meson.build |
1 1 + 0 - 0 ! |
[patch] qboot: disable lto for elf binary build step If LTO is enabled by default qboot fails to link as it exposes a few issues that break the build: ../code16.c: Assembler messages: ../code16.c:37: Error: redundant addr32 prefix ../code16.c:27: Error: redundant addr32 prefix ../code16.c:18: Error: redundant addr32 prefix Until fixed suppress this behavior by adding -fno-lto to the end of the linker flags. Fixes: #31 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com> |
u boot sam460ex fdi.patch | (download) |
roms/u-boot-sam460ex/board/ACube/common/vesa.h |
2 1 + 1 - 0 ! |
u-boot-sam460ex: fdi fix Date: Sat Apr 1 17:34:09 2023 +0300 |
u boot sam460ex mstring.patch | (download) |
roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/config.mk |
2 1 + 1 - 0 ! |
u-boot-sam460ex: remove obsolete -mstring gcc option Date: Sun Oct 22 23:35:45 2023 +0300 |
u boot sam460ex build.patch | (download) |
roms/u-boot-sam460ex/board/ACube/Sam460ex/Sam460ex.c |
2 1 + 1 - 0 ! |
u-boot-sam460ex: build fixes |
openbios use source_date_epoch in makefile.patch | (download) |
roms/openbios/Makefile.target |
4 2 + 2 - 0 ! |
roms/openbios: use source_date_epoch in makefile. |
seabios hppa use consistent date and remove hostname.patch | (download) |
roms/seabios-hppa/scripts/buildversion.py |
5 2 + 3 - 0 ! |
roms/seabios-hppa: use consistent date and remove hostname. Two issues break reproducibility; the time and hostname get embedded in the resulting seabios binary. Simply drop the hostname from the embedded version string, as it shouldn't be needed in Debian package builds. Use the SOURCE_DATE_EPOCH environment variable to set the build date rather than the current time: https://reproducible-builds.org/docs/source-date-epoch/ |
slof remove user and host from release version.patch | (download) |
roms/SLOF/Makefile.gen |
2 1 + 1 - 0 ! |
roms/slof/makefile.gen: remove user and host from release version. This version string ends up in the slof.bin, leading to reproducibility issues. |
slof ensure ld is called with C locale.patch | (download) |
roms/SLOF/Makefile.gen |
2 1 + 1 - 0 ! |
slof/makefile.gen: ensure ld is called with the c locale. The output of "ld -V" changes based on the environment's locale. |
qemu img options.patch | (download) |
docs/tools/qemu-img.rst |
4 2 + 2 - 0 ! |
qemu-img options rework |
disable pycotap.patch | (download) |
pythondeps.toml |
2 1 + 1 - 0 ! |
disable pycotap for now Date: Fri, 27 Dec 2024 13:23:28 +0300 |
hw display qxl render.c fix qxl_unpack_chunks chunk .patch | (download) |
hw/display/qxl-render.c |
11 10 + 1 - 0 ! |
hw/display/qxl-render.c: fix qxl_unpack_chunks() chunk size calculation |
hw nvme fix nvme hotplugging.patch | (download) |
hw/nvme/subsys.c |
1 0 + 1 - 0 ! |
hw/nvme: fix nvme hotplugging Bug-Debian: https://bugs.debian.org/1104889 Bug: https://gitlab.com/qemu-project/qemu/-/issues/2950 |