Merge tag 'pull-request-2023-05-22' of https://gitlab.com/thuth/qemu into staging
* First batch of fixes to allow "make check" with "--without-default-devices" * Enable the "bios bits" avocado test in the gitlab-CI * Another minor fix for the redundancy DMA blocker code # -----BEGIN PGP SIGNATURE----- # # iQJFBAABCAAvFiEEJ7iIR+7gJQEY8+q5LtnXdP5wLbUFAmRrVhoRHHRodXRoQHJl # ZGhhdC5jb20ACgkQLtnXdP5wLbUaiRAApPVveet6WPQ7Ag1448LtqHTGiwl8x2Ba # jQ7FTKhqdTC5O+/BU7IQkvGmErPxCc8WPB7eoowwBVA/4dr8YIIBLKqO4RtP6LXs # rtUkzsPI9ExW+iJjIMVOmHsp/shlRhuf+Tmlr8OsTObecCeA4Vbxc+RlvYXfCPhM # 8tOuLO8n6LQY/62fgXSzI5WlLQSzIo3aDSmCeWa1QHkPLf6itvGkwsNBytMJLoUT # pXZnBNqlXiuyPtloLp+DMfRRkpq8AHB04+Sri7TVPxi7bJL28RMZiaAXpvHSFLz8 # JR2ApRrzBthiLMK1I6A0c2ZGCbVOAi1dhNDNqWCyx8ZBASEJj0XuT/+Qse81sKmG # zNXr57x0CzWAJ59/taBM2hjUks10rJOmxHJYxS6i1JJR7u1zTuvii7toPMmf35zX # bM7TYjKpYGa2HneHpw1eOjpTgUYZpgla/pVXZhKqoGdfmseBMlFU424MNl/xDRng # bxuam3Ku+ClOeQlzXt8aceL/gTApJfvy5FAIAK5yUOQDTs6HjJJL2AfcOzss8kXb # k6IMHgV1tnLed8B7K4iml2rzvk+RT3CPGvmaNwSAkdh8SnE5/bv1I6s4fHiXMlvC # mmfvFSoWwdhcsD5r+XOFxfke8sGrOeQIXKefp6UL3hYVV7o2NUe89BytXZCzut/Y # 6ulR25HHtmI= # =m1Px # -----END PGP SIGNATURE----- # gpg: Signature made Mon 22 May 2023 04:46:34 AM PDT # gpg: using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5 # gpg: issuer "thuth@redhat.com" # gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [undefined] # gpg: aka "Thomas Huth <thuth@redhat.com>" [undefined] # gpg: aka "Thomas Huth <th.huth@posteo.de>" [unknown] # gpg: aka "Thomas Huth <huth@tuxfamily.org>" [undefined] # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: 27B8 8847 EEE0 2501 18F3 EAB9 2ED9 D774 FE70 2DB5 * tag 'pull-request-2023-05-22' of https://gitlab.com/thuth/qemu : memory: stricter checks prior to unsetting engaged_in_io acpi/tests/avocado/bits: enable bios bits avocado tests on gitlab CI pipeline .gitlab-ci.d/buildtest.yml: Run full "make check" with --without-default-devices tests/qemu-iotests/172: Run QEMU with -vga none and -nic none tests/qtest/meson.build: Run the net filter tests only with default devices tests/qtest: Check for the availability of virtio-ccw devices before using them tests/qtest/virtio-ccw-test: Remove superfluous tests tests/qtest/cdrom-test: Fix the test to also work without optional devices tests/qtest/usb-hcd-uhci-test: Skip test if UHCI controller is not available tests/qtest/readconfig-test: Check for the availability of USB controllers hw/sparc64/sun4u: Use MachineClass->default_nic and MachineClass->no_parallel hw/i386: Ignore the default parallel port if it has not been compiled into QEMU hw/char/parallel: Move TYPE_ISA_PARALLEL to the header file hw/sh4: Use MachineClass->default_nic in the sh4 r2d machine hw/s390x: Use MachineClass->default_nic in the s390x machine hw/ppc: Use MachineClass->default_nic in the ppc machines softmmu/vl.c: Disable default NIC if it has not been compiled into the binary hw: Move the default NIC machine class setting from the x86 to the generic one softmmu/vl.c: Check for the availability of the VGA device before using it hw/i386/Kconfig: ISAPC works fine without VGA_ISA Signed-off-by:Richard Henderson <richard.henderson@linaro.org>
No related branches found
No related tags found
Showing
- .gitlab-ci.d/buildtest.yml 1 addition, 1 deletion.gitlab-ci.d/buildtest.yml
- hw/char/parallel-isa.c 1 addition, 1 deletionhw/char/parallel-isa.c
- hw/char/parallel.c 0 additions, 1 deletionhw/char/parallel.c
- hw/i386/Kconfig 1 addition, 1 deletionhw/i386/Kconfig
- hw/i386/pc.c 2 additions, 1 deletionhw/i386/pc.c
- hw/i386/pc_piix.c 5 additions, 2 deletionshw/i386/pc_piix.c
- hw/i386/pc_q35.c 4 additions, 4 deletionshw/i386/pc_q35.c
- hw/isa/isa-superio.c 2 additions, 1 deletionhw/isa/isa-superio.c
- hw/ppc/e500.c 2 additions, 1 deletionhw/ppc/e500.c
- hw/ppc/e500plat.c 1 addition, 0 deletionshw/ppc/e500plat.c
- hw/ppc/mac_newworld.c 3 additions, 1 deletionhw/ppc/mac_newworld.c
- hw/ppc/mac_oldworld.c 3 additions, 1 deletionhw/ppc/mac_oldworld.c
- hw/ppc/mpc8544ds.c 1 addition, 0 deletionshw/ppc/mpc8544ds.c
- hw/ppc/ppc440_bamboo.c 3 additions, 1 deletionhw/ppc/ppc440_bamboo.c
- hw/ppc/prep.c 3 additions, 1 deletionhw/ppc/prep.c
- hw/s390x/s390-virtio-ccw.c 3 additions, 1 deletionhw/s390x/s390-virtio-ccw.c
- hw/sh4/r2d.c 3 additions, 1 deletionhw/sh4/r2d.c
- hw/sparc64/sun4u.c 8 additions, 3 deletionshw/sparc64/sun4u.c
- include/hw/boards.h 1 addition, 0 deletionsinclude/hw/boards.h
- include/hw/char/parallel.h 2 additions, 0 deletionsinclude/hw/char/parallel.h
Loading
Please register or sign in to comment