Branch: refs/heads/staging
Home: https://github.com/qemu/qemu
Commit: 676a68fd4850924db73548c9cb20ea484709708c
https://github.com/qemu/qemu/commit/676a68fd4850924db73548c9cb20ea484709708c
Author: Edgar E. Iglesias <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M hw/xen/xen-hvm-common.c
Log Message:
-----------
hw/xen: Avoid use of uninitialized bufioreq_evtchn
Avoid use of uninitialized bufioreq_evtchn. It should only
be used if buffered IOREQs are enabled.
Resolves: Coverity CID 1563383
Reported-by: Peter Maydell <[email protected]>
Acked-by: Stefano Stabellini <[email protected]>
Signed-off-by: Edgar E. Iglesias <[email protected]>
Commit: d8fe5b4759788dd7b3c15ba092e672ac2afffa43
https://github.com/qemu/qemu/commit/d8fe5b4759788dd7b3c15ba092e672ac2afffa43
Author: Brad Smith <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M tests/vm/openbsd
Log Message:
-----------
tests/vm: update openbsd image to 7.6
Remove tomli as Python has been updated to 3.11.
[thuth: The "Time appears wrong" line is now necessary since the server
seems to provide a wrong timestamp. We likely have to remove that again
later once the server is running with the correct time again]
Signed-off-by: Brad Smith <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Tested-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Commit: b39f6f30519fc73a770faf9c6e788563307627c2
https://github.com/qemu/qemu/commit/b39f6f30519fc73a770faf9c6e788563307627c2
Author: Peter Maydell <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M tests/qtest/meson.build
Log Message:
-----------
tests/qtest: Raise the ide-test timeout
The ide-test occasionally times out: on the system I run
vm-build-openbsd on, it usually takes about 18 seconds, but
occasionally hits the 60s timeout, likely when the host machine is
under heavy load. I have also seen this test hit its time limit on
the s390x CI runner.
Double the timeout for this test so that it won't hit its timeout
even when the host is running more slowly than usual.
Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Commit: 25e5fe76bc3af3ec26a5d4092ac8d461fde06bd3
https://github.com/qemu/qemu/commit/25e5fe76bc3af3ec26a5d4092ac8d461fde06bd3
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M MAINTAINERS
Log Message:
-----------
MAINTAINERS: A new maintainer for the qtests
Since I blundered into becoming the maintainer of the new functional
test framework in QEMU (tests/functional/) recently, I need to drop
some other duties - it's getting too much for me otherwise. Laurent
is also quite busy with other projects nowadays, so I looked around
for help.
Fabiano did quite a lot of work in the qtests in the past already,
and is also already a maintainer for migration, so I thought he
would be a very good fit, thus I asked him whether he would be
interested to help out with the qtests and he agreed.
Thank you very much, Fabiano!
Message-ID: <[email protected]>
Acked-by: Laurent Vivier <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Fabiano Rosas <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Commit: e779e5c05ad5d8237e2a7d8ba8b432cd24c1708b
https://github.com/qemu/qemu/commit/e779e5c05ad5d8237e2a7d8ba8b432cd24c1708b
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M hw/pci-bridge/Kconfig
M hw/pci-bridge/meson.build
Log Message:
-----------
hw/pci-bridge: Add a Kconfig switch for the normal PCI bridge
The pci-bridge device is not usable on s390x, so introduce a Kconfig
switch that allows to disable it.
Message-ID: <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Cédric Le Goater <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Commit: c1b24f0fb7fb04c6ffd2af2920afc691239be437
https://github.com/qemu/qemu/commit/c1b24f0fb7fb04c6ffd2af2920afc691239be437
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
A tests/functional/qemu_test/tuxruntest.py
Log Message:
-----------
tests/functional: Add a base class for the TuxRun tests
Add a base class for the TuxRun tests, based on the code from
tests/avocado/tuxrun_baselines.py (the test have to be put into
separate file in the following commits, depending on the target
architecture that gets tested).
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: d9dff75b08237ef41b4c1e3a2d02f4e1bcae826e
https://github.com/qemu/qemu/commit/d9dff75b08237ef41b4c1e3a2d02f4e1bcae826e
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M MAINTAINERS
M tests/avocado/tuxrun_baselines.py
A tests/functional/test_ppc64_tuxrun.py
Log Message:
-----------
tests/functional: Convert the Avocado ppc64 tuxrun tests
Move the tests to a new file so that they can be run via
qemu-system-ppc64 in the functional framework.
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: 348f160ad6f173bc6662fb03c03fd8aad72e6270
https://github.com/qemu/qemu/commit/348f160ad6f173bc6662fb03c03fd8aad72e6270
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M MAINTAINERS
M tests/avocado/tuxrun_baselines.py
M tests/functional/meson.build
A tests/functional/test_aarch64_tuxrun.py
Log Message:
-----------
tests/functional: Convert the Avocado aarch64 tuxrun tests
Move the tests to a new file so that they can be run via
qemu-system-aarch64 in the functional framework.
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: 20d0eff967eea6b4fdebef75a078c9f599fa3c55
https://github.com/qemu/qemu/commit/20d0eff967eea6b4fdebef75a078c9f599fa3c55
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M MAINTAINERS
M tests/avocado/tuxrun_baselines.py
M tests/functional/meson.build
A tests/functional/test_sparc64_tuxrun.py
Log Message:
-----------
tests/functional: Convert the Avocado sparc64 tuxrun test
Move the test to a new file so that it can be run via
qemu-system-sparc64 in the functional framework.
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: 99a27467a604f47ba03640642a99d05f9a32b08b
https://github.com/qemu/qemu/commit/99a27467a604f47ba03640642a99d05f9a32b08b
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M MAINTAINERS
M tests/avocado/tuxrun_baselines.py
A tests/functional/test_s390x_tuxrun.py
Log Message:
-----------
tests/functional: Convert the Avocado s390x tuxrun test
Move the test to a new file so that it can be run via
qemu-system-s390x in the functional framework.
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: e8ded3b21f820d60eb8e78c13d15ecd8c8fd454e
https://github.com/qemu/qemu/commit/e8ded3b21f820d60eb8e78c13d15ecd8c8fd454e
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M MAINTAINERS
M tests/avocado/tuxrun_baselines.py
M tests/functional/meson.build
A tests/functional/test_arm_tuxrun.py
Log Message:
-----------
tests/functional: Convert the Avocado arm tuxrun tests
Move the tests to a new file so that they can be run via
qemu-system-arm in the functional framework.
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: f375d04162de9f36333cf0e7007423744f6687e8
https://github.com/qemu/qemu/commit/f375d04162de9f36333cf0e7007423744f6687e8
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M tests/avocado/tuxrun_baselines.py
M tests/functional/meson.build
A tests/functional/test_riscv32_tuxrun.py
Log Message:
-----------
tests/functional: Convert the Avocado riscv32 tuxrun tests
Move the tests to a new file so that they can be run via
qemu-system-riscv32 in the functional framework.
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: c7e11087868222b17cce9347c6931b7666902c97
https://github.com/qemu/qemu/commit/c7e11087868222b17cce9347c6931b7666902c97
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M tests/avocado/tuxrun_baselines.py
M tests/functional/meson.build
A tests/functional/test_riscv64_tuxrun.py
Log Message:
-----------
tests/functional: Convert the Avocado riscv64 tuxrun tests
Move the tests to a new file so that they can be run via
qemu-system-riscv64 in the functional framework.
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: f33273728558a227135d89f33f60cacf164e0297
https://github.com/qemu/qemu/commit/f33273728558a227135d89f33f60cacf164e0297
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M MAINTAINERS
M tests/avocado/tuxrun_baselines.py
M tests/functional/meson.build
A tests/functional/test_i386_tuxrun.py
Log Message:
-----------
tests/functional: Convert the Avocado i386 tuxrun test
Move the tests to a new file so that they can be run via
qemu-system-i386 in the functional framework.
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: fa4245479dae8448de404cbe9ff9335e0913b762
https://github.com/qemu/qemu/commit/fa4245479dae8448de404cbe9ff9335e0913b762
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M MAINTAINERS
M tests/avocado/tuxrun_baselines.py
M tests/functional/meson.build
A tests/functional/test_x86_64_tuxrun.py
Log Message:
-----------
tests/functional: Convert the Avocado x86_64 tuxrun test
Move the tests to a new file so that they can be run via
qemu-system-x86_64 in the functional framework.
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: c655558759191d276b3db05346ca331a9b9d703d
https://github.com/qemu/qemu/commit/c655558759191d276b3db05346ca331a9b9d703d
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M tests/avocado/tuxrun_baselines.py
M tests/functional/meson.build
A tests/functional/test_mips_tuxrun.py
Log Message:
-----------
tests/functional: Convert the Avocado mips tuxrun test
Move the test into a new file so that it can be run via
qemu-system-mips in the functional framework.
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: 3e3e4078bc473cfde74f639667e16e128dac0e11
https://github.com/qemu/qemu/commit/3e3e4078bc473cfde74f639667e16e128dac0e11
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M tests/avocado/tuxrun_baselines.py
M tests/functional/meson.build
A tests/functional/test_mipsel_tuxrun.py
Log Message:
-----------
tests/functional: Convert the Avocado mipsel tuxrun test
Move the test into a new file so that it can be run via
qemu-system-mipsel in the functional framework.
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: 19e266279da7d064598b80e54bf3a41b33b3a535
https://github.com/qemu/qemu/commit/19e266279da7d064598b80e54bf3a41b33b3a535
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M tests/avocado/tuxrun_baselines.py
M tests/functional/meson.build
A tests/functional/test_mips64_tuxrun.py
Log Message:
-----------
tests/functional: Convert the Avocado mips64 tuxrun test
Move the test into a new file so that it can be run via
qemu-system-mips64 in the functional framework.
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: 44c7fcd6aff69abe53571aa9e989804251bf926c
https://github.com/qemu/qemu/commit/44c7fcd6aff69abe53571aa9e989804251bf926c
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M MAINTAINERS
M tests/avocado/tuxrun_baselines.py
M tests/functional/meson.build
A tests/functional/test_mips64el_tuxrun.py
Log Message:
-----------
tests/functional: Convert the Avocado mips64el tuxrun test
Move the test into a new file so that it can be run via
qemu-system-mips64el in the functional framework.
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: 6e7c529dd7d8e419c65ba320e2115977ce6e174c
https://github.com/qemu/qemu/commit/6e7c529dd7d8e419c65ba320e2115977ce6e174c
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M MAINTAINERS
M tests/avocado/tuxrun_baselines.py
M tests/functional/meson.build
A tests/functional/test_ppc_tuxrun.py
Log Message:
-----------
tests/functional: Convert the Avocado ppc32 tuxrun test
Move the test into a new file so that it can be run via
qemu-system-ppc in the functional framework.
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: d206e2f94e3d62f0696cf6dd2a1f353d8ba21b62
https://github.com/qemu/qemu/commit/d206e2f94e3d62f0696cf6dd2a1f353d8ba21b62
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M hw/sh4/r2d.c
Log Message:
-----------
Revert "hw/sh4/r2d: Realize IDE controller before accessing it"
This reverts commit 3c5f86a22686ef475a8259c0d8ee714f61c770c9.
Changing the order here caused a regression with the "tuxrun"
kernels (from https://storage.tuxboot.com/20230331/) - ATA commands
fail with a "ata1: lost interrupt (Status 0x58)" message.
Apparently we need to wire the interrupt here first before
realizing the device, so revert the change to the original
behavior.
Reported-by: Guenter Roeck <[email protected]>
Acked-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: ee772a332af8f23acf604ad0fb5132f886b0eb16
https://github.com/qemu/qemu/commit/ee772a332af8f23acf604ad0fb5132f886b0eb16
Author: Thomas Huth <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M MAINTAINERS
R tests/avocado/tuxrun_baselines.py
M tests/functional/meson.build
A tests/functional/test_sh4_tuxrun.py
Log Message:
-----------
tests/functional: Convert the Avocado sh4 tuxrun test
Move the test into a new file so that it can be run via
qemu-system-sh4 in the functional framework.
Since this was the last test in tests/avocado/tuxrun_baselines.py,
we can now delete that file completely.
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: fa199ef7c0257eeaabdaa5b814361622b25806d9
https://github.com/qemu/qemu/commit/fa199ef7c0257eeaabdaa5b814361622b25806d9
Author: Peter Maydell <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M hw/xen/xen-hvm-common.c
Log Message:
-----------
Merge tag 'edgar/xen-queue-2024-10-21.for-upstream' of
https://gitlab.com/edgar.iglesias/qemu into staging
Edgars Xen queue.
# -----BEGIN PGP SIGNATURE-----
#
# iQEzBAABCgAdFiEErET+3BT38evtv0FRKcWWeA9ryoMFAmcV7NYACgkQKcWWeA9r
# yoM0pAgA2RNMysVe9IhoAlZ6ThGRvAE9epuHtoPERSTfqtFPOOY3UOU7zxrsX9Ov
# YPh41I5YtbV3fB3X8kp51pqcTOWZBBdyCLtj0EFB0XTArPvpOFPueL1q2LgEnlLV
# 77mBHnMarb3SI4INRm/tWWpk7ljgXMA6TSd2JlmO5l1OcZGlURdhLFWBBIRnTg1n
# K+ZqQyq2KMANhIYvN0JAvM45FkwXntUzbxVMIjo0ICk2/EDgcFnGn9V0TgMkcIs3
# ctBEk6reZrdvNghX02r1wsH0HKGn78358G5uZAo9YEQOoTeGDswujHOVsn73ia2a
# 6DChqCfyvlrJt4ljip2WoaoCMlZGdA==
# =QB2W
# -----END PGP SIGNATURE-----
# gpg: Signature made Mon 21 Oct 2024 06:55:34 BST
# gpg: using RSA key AC44FEDC14F7F1EBEDBF415129C596780F6BCA83
# gpg: Good signature from "Edgar E. Iglesias (Xilinx key)
<[email protected]>" [unknown]
# gpg: aka "Edgar E. Iglesias <[email protected]>" [full]
# Primary key fingerprint: AC44 FEDC 14F7 F1EB EDBF 4151 29C5 9678 0F6B CA83
* tag 'edgar/xen-queue-2024-10-21.for-upstream' of
https://gitlab.com/edgar.iglesias/qemu:
hw/xen: Avoid use of uninitialized bufioreq_evtchn
Signed-off-by: Peter Maydell <[email protected]>
Commit: 323aaffa1fbe84738ddf45702a21a095cd66d767
https://github.com/qemu/qemu/commit/323aaffa1fbe84738ddf45702a21a095cd66d767
Author: Peter Maydell <[email protected]>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M MAINTAINERS
M hw/pci-bridge/Kconfig
M hw/pci-bridge/meson.build
M hw/sh4/r2d.c
R tests/avocado/tuxrun_baselines.py
M tests/functional/meson.build
A tests/functional/qemu_test/tuxruntest.py
A tests/functional/test_aarch64_tuxrun.py
A tests/functional/test_arm_tuxrun.py
A tests/functional/test_i386_tuxrun.py
A tests/functional/test_mips64_tuxrun.py
A tests/functional/test_mips64el_tuxrun.py
A tests/functional/test_mips_tuxrun.py
A tests/functional/test_mipsel_tuxrun.py
A tests/functional/test_ppc64_tuxrun.py
A tests/functional/test_ppc_tuxrun.py
A tests/functional/test_riscv32_tuxrun.py
A tests/functional/test_riscv64_tuxrun.py
A tests/functional/test_s390x_tuxrun.py
A tests/functional/test_sh4_tuxrun.py
A tests/functional/test_sparc64_tuxrun.py
A tests/functional/test_x86_64_tuxrun.py
M tests/qtest/meson.build
M tests/vm/openbsd
Log Message:
-----------
Merge tag 'pull-request-2024-10-21' of https://gitlab.com/thuth/qemu into
staging
* Convert the Tuxrun Avocado tests to the new functional framework
* Update the OpenBSD CI image to OpenBSD v7.6
* Bump timeout of the ide-test
* New maintainer for the QTests
* Disable the pci-bridge on s390x by default
# -----BEGIN PGP SIGNATURE-----
#
# iQJFBAABCAAvFiEEJ7iIR+7gJQEY8+q5LtnXdP5wLbUFAmcWPBURHHRodXRoQHJl
# ZGhhdC5jb20ACgkQLtnXdP5wLbU1AA/+L2RuEtP5JR7/dhv1/GFWatEUNXzWiVT1
# vXsjnUaz8yCTFLkHY7GY37AvLEWyrxzzbaRCCHmyM7/hTQEpUdNmFNM5/RDRfeDO
# 2Bx11pf4u/XR1D8jnExDaldbNM7YLcJ+etNHZXUOfyVW+gQCOavsihXH5q3HmmXQ
# f2hfgL3+Y/l+vzwolXNXOz8udH1yDVn1FuoqkbVB84ISS9FLX9mI2aQhc56I0INJ
# rTTVkUKyh49yXv8/WTiEmxTp8Zoj+IQGzdWg6Cs2+uh9lCa7rIaveApytRPJLH0+
# oySsU+Bg8TNo5LireKgXbB3BwAYvotjnCqkP3VBxcIMPaGihkGTjriAOZl2j4fQ2
# 4o/XAYcmNU5LeAzGhpgep8BlqEY9z+3d6cam5eYgfsNcq1X8LD6q5ZFfxMUYXnH0
# a7R4oVsbjbL/zJqfC18iBV/XeHbbQkLuycz6PjfKpkzjY9fkSX2qTuyMwD4/57BC
# jE/r0FfG35HxIDbFoExev5bNhpPkqnOyw8M6x6baqWId4n4F2v3dc6v1ynuZTYpj
# RCIuccaRgmOAA5VSTS6NjjiqQQppAcVbvx1bRD+13dGOFWGFImHzANDZGfStzsjZ
# B8LSrrfKBSTEEAB7ulxAirQrjRSNbK62Djb1J0nReUfveCsdalWPnUbzgHt9FQs0
# rmgUTad89qQ=
# =tRXH
# -----END PGP SIGNATURE-----
# gpg: Signature made Mon 21 Oct 2024 12:33:41 BST
# gpg: using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
# gpg: issuer "[email protected]"
# gpg: Good signature from "Thomas Huth <[email protected]>" [full]
# gpg: aka "Thomas Huth <[email protected]>" [full]
# gpg: aka "Thomas Huth <[email protected]>" [full]
# gpg: aka "Thomas Huth <[email protected]>" [unknown]
# Primary key fingerprint: 27B8 8847 EEE0 2501 18F3 EAB9 2ED9 D774 FE70 2DB5
* tag 'pull-request-2024-10-21' of https://gitlab.com/thuth/qemu: (21 commits)
tests/functional: Convert the Avocado sh4 tuxrun test
Revert "hw/sh4/r2d: Realize IDE controller before accessing it"
tests/functional: Convert the Avocado ppc32 tuxrun test
tests/functional: Convert the Avocado mips64el tuxrun test
tests/functional: Convert the Avocado mips64 tuxrun test
tests/functional: Convert the Avocado mipsel tuxrun test
tests/functional: Convert the Avocado mips tuxrun test
tests/functional: Convert the Avocado x86_64 tuxrun test
tests/functional: Convert the Avocado i386 tuxrun test
tests/functional: Convert the Avocado riscv64 tuxrun tests
tests/functional: Convert the Avocado riscv32 tuxrun tests
tests/functional: Convert the Avocado arm tuxrun tests
tests/functional: Convert the Avocado s390x tuxrun test
tests/functional: Convert the Avocado sparc64 tuxrun test
tests/functional: Convert the Avocado aarch64 tuxrun tests
tests/functional: Convert the Avocado ppc64 tuxrun tests
tests/functional: Add a base class for the TuxRun tests
hw/pci-bridge: Add a Kconfig switch for the normal PCI bridge
MAINTAINERS: A new maintainer for the qtests
tests/qtest: Raise the ide-test timeout
...
Signed-off-by: Peter Maydell <[email protected]>
Compare: https://github.com/qemu/qemu/compare/cc5adbbd50d8...323aaffa1fbe
To unsubscribe from these emails, change your notification settings at
https://github.com/qemu/qemu/settings/notifications