- 07 Jan, 2022 1 commit
-
-
Christian Ehrhardt authored
We need CONFIG_PARISC to be set for: target-$(CONFIG_PARISC) += $(OUT)hppa-firmware.img But in roms/seabios-hppa/.config it is: # CONFIG_PARISC is not set This was formerly delivered as part of qemu tarball, but no more: $ tar tf qemu-6.0.0.tar.xz | grep -e 'seabios-hppa/\.config' qemu-6.0.0/roms/seabios-hppa/.config $ tar tf qemu-6.1.0.tar.xz | grep -e 'seabios-hppa/\.config' qemu-6.1.0/roms/seabios-hppa/.config $ tar tf qemu-6.2.0.tar.xz | grep -e 'seabios-hppa/\.config' <nothing> This is due to commit https://gitlab.com/qemu-project/qemu/-/commit/e770b8cf76083cc51497b854e73f0a9bb92d1bc7 And the reference no more shipping a .config https://gitlab.com/qemu-project/seabios-hppa/-/tags/seabios-hppa-v2 Select what we want PARISC and let kconfig pick the rest from defaults. Signed-off-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com>
-
- 06 Jan, 2022 10 commits
-
-
Christian Ehrhardt authored
Signed-off-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com> -
Christian Ehrhardt authored
Signed-off-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com> -
Christian Ehrhardt authored
Signed-off-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com> -
Christian Ehrhardt authored
Signed-off-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com> -
Christian Ehrhardt authored
Revert "make fuse debian-only, since libfuse3 in ubuntu is in universe", it is now in main (LP: #1934510) This reverts commit 7bfe9b6e.
-
Christian Ehrhardt authored
Signed-off-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com> -
Christian Ehrhardt authored
Signed-off-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com> -
Christian Ehrhardt authored
- d/p/hmp-unbreak-change-vnc.patch - d/p/qemu-sockets-fix-unix-socket-path-copy-again.patch - d/p/skiboot-no-Werror.patch - d/p/uas-add-stream-number-sanity-checks-CVE-2021-3713.patch - d/p/virtio-net-fix-use-after-unmap-free-for-sg-CVE-2021-3748.patch Signed-off-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com> -
Christian Ehrhardt authored
Qemu 6.2.0 has made changes that make it otherwise fail to build, for example it will miss: subprojects/libvhost-user/include/atomic.h subprojects/libvhost-user/standard-headers/linux Those are meant to share headers between qemu and libvhost-user. Without those it will fail to build like: cc -m64 -mcx16 -Isubprojects/libvhost-user/libvhost-user.a.p -Isubprojects/libvhost-user -I../../subprojects/libvhost-user -fdiagnostics-color=auto -Wall -Winvalid-pch -std=gnu11 -O2 -g -U_FORTIFY_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE ... -o subprojects/libvhost-user/libvhost-user.a.p/libvhost-user.c.o -c ../../subprojects/libvhost-user/libvhost-user.c ../../subprojects/libvhost-user/libvhost-user.c:43:10: fatal error: include/atomic.h: No such file or directory 43 | #include "include/atomic.h" | ^~~~~~~~~~~~~~~~~~ As of v6.2.0 that will add: subprojects/libvhost-user/include/atomic.h subprojects/libvhost-user/standard-headers/linux roms/u-boot-sam460ex/tools/updater/stubs.c roms/skiboot/doc/process/CONTRIBUTING.md roms/skiboot/opal-ci/build-debian-unstable.sh roms/skiboot/opal-ci/build-fedora-rawhide.sh roms/skiboot/opal-ci/Dockerfile-docs Furthermore due to a deficiency in tar [1] we can not "just add type l" as it would become a broken link like: qemu-6.2/subprojects/libvhost-user/standard-headers/linux -> qemu-6.2./../../include/standard-headers/linux hence the change also now starts tar from a lower dir level and rename the existing directory instead of adding a prefix dir, and thus preserving the links correctly. [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775247 Signed-off-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com> -
Christian Ehrhardt authored
Signed-off-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com>
-
- 27 Oct, 2021 1 commit
-
-
Michael Tokarev authored
-
- 26 Oct, 2021 1 commit
-
-
Michael Tokarev authored
-
- 25 Oct, 2021 3 commits
-
-
Michael Tokarev authored
-
Michael Tokarev authored
in the process also stop installing /usr/share/qemu/keymaps/meson.build
-
Michael Tokarev authored
-
- 19 Oct, 2021 4 commits
-
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
- 16 Oct, 2021 2 commits
-
-
Michael Tokarev authored
-
Michael Tokarev authored
-
- 15 Oct, 2021 1 commit
-
-
Michael Tokarev authored
d/control: promote qemu-system-x86-xen package on ubuntu to be like qemu-system-x86 since it uses the same modules actually
-
- 14 Oct, 2021 6 commits
-
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
d/rules: recreate configure rule for microvm to use --without-default-features, this shortens the --disable list a lot
-
- 06 Oct, 2021 2 commits
-
-
Michael Tokarev authored
-
Michael Tokarev authored
qemu-system-data: do not install qemu.desktop, it is a template file for numerous executables (#995628)
-
- 29 Sep, 2021 5 commits
-
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
Michael Tokarev authored
-
- 05 Sep, 2021 2 commits
-
-
Michael Tokarev authored
-
Michael Tokarev authored
-
- 01 Sep, 2021 1 commit
-
-
Michael Tokarev authored
-
- 31 Aug, 2021 1 commit
-
-
Michael Tokarev authored
-