Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Merge tag 'pull-request-2023-07-18' of https://gitlab.com/thuth/qemu …
…into staging * Fix s390x KVM guests when compiling with --without-default-devices * Fix /proc/cpuinfo features list in s390x linux-user emulation * Generate FreeBSD VM package list via lcitool * Disable the flaky test_sbsaref_edk2_firmware avocado test by default # -----BEGIN PGP SIGNATURE----- # # iQJFBAABCAAvFiEEJ7iIR+7gJQEY8+q5LtnXdP5wLbUFAmS2W14RHHRodXRoQHJl # ZGhhdC5jb20ACgkQLtnXdP5wLbW25g/7B68fy5dMzrrYlESm/PSYKa+POZtXt7IO # EuDNgqIz8bBtlK/4HgMiY0huoT+5cWJ73qZeSzoiDjte8CqOAfjy2TeOWEpd+1qZ # xHZ7W1t1fwN2rNQlOlGw4jASkrwdYeiBbD8PopixKeevwMOOAxroYNHSvzPNG+Qa # rTJAlzq1Q80z8DP5zl6ufsxQNiWQsCdCO3hdTZQsRi+RCxl+3SMx2xKA2bBtw9VL # skwItYqvvw21LtR7yYhnb9bMtikh+nVYuyAW6CJl9vrG2zwf6D/tURIk4LLaIxlS # XfDVRul6BJHWWdWAZ42Q7Xwe0olrzOfl57wYb/gvh09E6NEjyJcyIr/mor+yz1/q # Qomb/Stt5K8pphiSSwkKmZUGA0s96MjOYe/xXbJegu+6X6HNgYVobZDMMq/BABy2 # XeESwUE/Hfz+VW14oqCk4edZb6+jQbYaKO/YDPd7uyXzfas079koWYfWx9Ew08U8 # f5h7achjECr3R4DJ9VgYIOKJuv37LcnwbePspXdRK5pjRrqr9FD9XsEg4gF7rbIe # A/g/UUx1+AXeie4z1MrUwFhOrqV1g5t34cBR9iqZtISd0UiNk6ExoiX8i+ELaw5+ # ADirr46HJFS9jVAKKw9zym932qC92AQNH0d0iOYv3AHzvKvTDiQOXHyl1bLTMeYd # yUJNn+Jkdns= # =dw94 # -----END PGP SIGNATURE----- # gpg: Signature made Tue 18 Jul 2023 10:29:02 BST # gpg: using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5 # gpg: issuer "thuth@redhat.com" # gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [full] # gpg: aka "Thomas Huth <thuth@redhat.com>" [full] # gpg: aka "Thomas Huth <huth@tuxfamily.org>" [full] # gpg: aka "Thomas Huth <th.huth@posteo.de>" [unknown] # Primary key fingerprint: 27B8 8847 EEE0 2501 18F3 EAB9 2ED9 D774 FE70 2DB5 * tag 'pull-request-2023-07-18' of https://gitlab.com/thuth/qemu: tests/avocado: Disable the test_sbsaref_edk2_firmware by default tests/vm/freebsd: Get up-to-date package list from lcitool vars file tests/vm: Introduce get_qemu_packages_from_lcitool_json() helper tests/lcitool: Refresh generated files tests/lcitool: Generate distribution packages list in JSON format tests/qtest: Fix typo in multifd cancel test linux-user/elfload: Fix /proc/cpuinfo features: on s390x s390x: Fix QEMU abort by selecting S390_FLIC_KVM Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
- Loading branch information
Showing
12 changed files
with
183 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,7 +49,6 @@ config S390_FLIC | |
|
|
||
| config S390_FLIC_KVM | ||
| bool | ||
| default y | ||
| depends on S390_FLIC && KVM | ||
|
|
||
| config OMPIC | ||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # FILES IN THIS FOLDER WERE AUTO-GENERATED | ||
| # | ||
| # $ make lcitool-refresh | ||
| # | ||
| # https://gitlab.com/libvirt/libvirt-ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,77 @@ | ||
| { | ||
| "ccache": "/usr/local/bin/ccache", | ||
| "cpan_pkgs": [], | ||
| "cross_pkgs": [], | ||
| "make": "/usr/local/bin/gmake", | ||
| "ninja": "/usr/local/bin/ninja", | ||
| "packaging_command": "pkg", | ||
| "pip3": "/usr/local/bin/pip-3.8", | ||
| "pkgs": [ | ||
| "alsa-lib", | ||
| "bash", | ||
| "bison", | ||
| "bzip2", | ||
| "ca_root_nss", | ||
| "capstone4", | ||
| "ccache", | ||
| "cmocka", | ||
| "ctags", | ||
| "curl", | ||
| "cyrus-sasl", | ||
| "dbus", | ||
| "diffutils", | ||
| "dtc", | ||
| "flex", | ||
| "fusefs-libs3", | ||
| "gettext", | ||
| "git", | ||
| "glib", | ||
| "gmake", | ||
| "gnutls", | ||
| "gsed", | ||
| "gtk3", | ||
| "json-c", | ||
| "libepoxy", | ||
| "libffi", | ||
| "libgcrypt", | ||
| "libjpeg-turbo", | ||
| "libnfs", | ||
| "libslirp", | ||
| "libspice-server", | ||
| "libssh", | ||
| "libtasn1", | ||
| "llvm", | ||
| "lzo2", | ||
| "meson", | ||
| "mtools", | ||
| "ncurses", | ||
| "nettle", | ||
| "ninja", | ||
| "opencv", | ||
| "pixman", | ||
| "pkgconf", | ||
| "png", | ||
| "py39-numpy", | ||
| "py39-pillow", | ||
| "py39-pip", | ||
| "py39-sphinx", | ||
| "py39-sphinx_rtd_theme", | ||
| "py39-yaml", | ||
| "python3", | ||
| "rpm2cpio", | ||
| "sdl2", | ||
| "sdl2_image", | ||
| "snappy", | ||
| "sndio", | ||
| "socat", | ||
| "spice-protocol", | ||
| "tesseract", | ||
| "usbredir", | ||
| "virglrenderer", | ||
| "vte3", | ||
| "xorriso", | ||
| "zstd" | ||
| ], | ||
| "pypi_pkgs": [], | ||
| "python": "/usr/local/bin/python3" | ||
| } |