[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] d2a500: tests/functional/qemu_test: Add a fun
From: |
Peter Maydell |
Subject: |
[Qemu-commits] [qemu/qemu] d2a500: tests/functional/qemu_test: Add a function for lau... |
Date: |
Sat, 28 Sep 2024 06:37:11 -0700 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: d2a500cea9b55ed437940c83b9753df71a1c8f8c
https://github.com/qemu/qemu/commit/d2a500cea9b55ed437940c83b9753df71a1c8f8c
Author: Thomas Huth <thuth@redhat.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M tests/functional/qemu_test/linuxkernel.py
Log Message:
-----------
tests/functional/qemu_test: Add a function for launching kernels more easily
The task for launching a kernel is quite repetitive: Set the serial
console, set the -kernel and maybe -initrd and -dtb parameters,
launch the VM and then wait for the expected console output. So
it's easier in some tests to provide these steps via a separate
function.
Message-ID: <20240919185749.71222-2-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: c3cff7279a462dc3d16bd64524a597ce79214cfa
https://github.com/qemu/qemu/commit/c3cff7279a462dc3d16bd64524a597ce79214cfa
Author: Thomas Huth <thuth@redhat.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M MAINTAINERS
M tests/avocado/boot_linux_console.py
M tests/functional/meson.build
A tests/functional/test_arm_vexpress.py
Log Message:
-----------
tests/functional: Convert the vexpressa9 Avocado test
Use the new launch_kernel function to convert this test in a simple way.
Message-ID: <20240919185749.71222-3-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: d1939097c74f1e2b68edf98552729d74f98f9721
https://github.com/qemu/qemu/commit/d1939097c74f1e2b68edf98552729d74f98f9721
Author: Thomas Huth <thuth@redhat.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M MAINTAINERS
M tests/avocado/boot_linux_console.py
M tests/functional/meson.build
A tests/functional/test_xtensa_lx60.py
Log Message:
-----------
tests/functional: Convert the xtensa lx60 Avocado test
Use the new launch_kernel function to convert this test in a simple way.
Message-ID: <20240919185749.71222-4-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: f90527d3d1aa358da5f81259e5de44523e44e716
https://github.com/qemu/qemu/commit/f90527d3d1aa358da5f81259e5de44523e44e716
Author: Thomas Huth <thuth@redhat.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M MAINTAINERS
M tests/avocado/boot_linux_console.py
M tests/functional/meson.build
A tests/functional/test_sparc_sun4m.py
Log Message:
-----------
tests/functional: Convert the SPARCStation Avocado test
Use the new launch_kernel function to convert this test in a simple way.
Message-ID: <20240919185749.71222-5-thuth@redhat.com>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 53a62fdeb229112779c2d739f93189e64593ad45
https://github.com/qemu/qemu/commit/53a62fdeb229112779c2d739f93189e64593ad45
Author: Thomas Huth <thuth@redhat.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M MAINTAINERS
M tests/avocado/boot_linux_console.py
M tests/functional/meson.build
A tests/functional/test_ppc64_e500.py
Log Message:
-----------
tests/functional: Convert the e500 ppc64 Avocado test
Use the new launch_kernel function to convert this test in a simple way.
Message-ID: <20240919185749.71222-6-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 12c0b407989045cef52a6b45313de78ff400e742
https://github.com/qemu/qemu/commit/12c0b407989045cef52a6b45313de78ff400e742
Author: Thomas Huth <thuth@redhat.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M MAINTAINERS
M tests/avocado/boot_linux_console.py
M tests/functional/meson.build
A tests/functional/test_ppc_mac.py
Log Message:
-----------
tests/functional: Convert the mac ppc Avocado tests
The g3beige and mac99 tests use the same asset, so put them together
in a new test_ppc_mac.py file.
Message-ID: <20240919185749.71222-7-thuth@redhat.com>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: a94bfe1b1857bfe57c39ddd87a29b1c7741750e9
https://github.com/qemu/qemu/commit/a94bfe1b1857bfe57c39ddd87a29b1c7741750e9
Author: Thomas Huth <thuth@redhat.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M MAINTAINERS
M tests/avocado/boot_linux_console.py
M tests/functional/meson.build
A tests/functional/test_sh4_r2d.py
Log Message:
-----------
tests/functional: Convert the r2d sh4 Avocado test
This is the last test that is using the do_test_advcal_2018()
function, so we can now remove that function from boot_linux_console.py,
too.
Message-ID: <20240919185749.71222-8-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 4f37abff1cf27a2ee8e19d6e16ca536c11c02ac3
https://github.com/qemu/qemu/commit/4f37abff1cf27a2ee8e19d6e16ca536c11c02ac3
Author: Thomas Huth <thuth@redhat.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M tests/avocado/boot_linux_console.py
M tests/functional/test_ppc64_powernv.py
Log Message:
-----------
tests/functional: Convert the powernv tests from boot_linux_console.py
Move the tests into the already existing test_ppc64_powernv.py
file.
Message-ID: <20240920150319.81723-1-thuth@redhat.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 3f46ff1d108cf23609cc41e2a225bab0b2f2a337
https://github.com/qemu/qemu/commit/3f46ff1d108cf23609cc41e2a225bab0b2f2a337
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M hw/acpi/aml-build.c
Log Message:
-----------
hw/acpi: replace assert(0) with g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-2-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 42bf363cc084871797fdb593b372770a7e48caa7
https://github.com/qemu/qemu/commit/42bf363cc084871797fdb593b372770a7e48caa7
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M hw/arm/highbank.c
Log Message:
-----------
hw/arm: replace assert(0) with g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-3-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: b5df2514082905720849b945d1f999392eaf027f
https://github.com/qemu/qemu/commit/b5df2514082905720849b945d1f999392eaf027f
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M hw/net/i82596.c
Log Message:
-----------
hw/net: replace assert(0) with g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-4-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 0c79effdc7a839cff1e2af564cc145584271038d
https://github.com/qemu/qemu/commit/0c79effdc7a839cff1e2af564cc145584271038d
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M migration/migration-hmp-cmds.c
M migration/postcopy-ram.c
M migration/ram.c
Log Message:
-----------
migration: replace assert(0) with g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240919044641.386068-5-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 890000dd3bd13c7421a2895c7300f410940eb0f0
https://github.com/qemu/qemu/commit/890000dd3bd13c7421a2895c7300f410940eb0f0
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M qobject/qlit.c
M qobject/qnum.c
Log Message:
-----------
qobject: replace assert(0) with g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-6-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 52d9ffd89e7f332783a6da24612736d01d2fceee
https://github.com/qemu/qemu/commit/52d9ffd89e7f332783a6da24612736d01d2fceee
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M target/ppc/dfp_helper.c
M target/ppc/mmu_helper.c
Log Message:
-----------
target/ppc: replace assert(0) with g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-7-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: d125e4af6db8c0afbc82de51fbfc8b6fec9f2217
https://github.com/qemu/qemu/commit/d125e4af6db8c0afbc82de51fbfc8b6fec9f2217
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M block/qcow2.c
Log Message:
-----------
block: replace assert(false) with g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-8-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 159e011a9f7be43e89a742b50611941b63ef81b2
https://github.com/qemu/qemu/commit/159e011a9f7be43e89a742b50611941b63ef81b2
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M hw/hyperv/hyperv_testdev.c
M hw/hyperv/vmbus.c
Log Message:
-----------
hw/hyperv: replace assert(false) with g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-9-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: d81e87e9729ac1342d15a012814b2515391d7af8
https://github.com/qemu/qemu/commit/d81e87e9729ac1342d15a012814b2515391d7af8
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M hw/net/e1000e_core.c
M hw/net/igb_core.c
M hw/net/net_rx_pkt.c
Log Message:
-----------
hw/net: replace assert(false) with g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-10-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 7f2acdfbe068de264195509fbd7d682159519c3f
https://github.com/qemu/qemu/commit/7f2acdfbe068de264195509fbd7d682159519c3f
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M hw/nvme/ctrl.c
Log Message:
-----------
hw/nvme: replace assert(false) with g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Klaus Jensen <k.jensen@samsung.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-11-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 4bd54186ce7ce327aba6fc41d7a10b72ff36a89d
https://github.com/qemu/qemu/commit/4bd54186ce7ce327aba6fc41d7a10b72ff36a89d
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M hw/pci/pci-stub.c
Log Message:
-----------
hw/pci: replace assert(false) with g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-12-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 4e5a1cc07050d8ad4995192b383a5b9252718242
https://github.com/qemu/qemu/commit/4e5a1cc07050d8ad4995192b383a5b9252718242
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M hw/ppc/spapr_events.c
Log Message:
-----------
hw/ppc: replace assert(false) with g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-13-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: fe1f1a8070a7c28ca371d35b48eda6db31349a3c
https://github.com/qemu/qemu/commit/fe1f1a8070a7c28ca371d35b48eda6db31349a3c
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M migration/dirtyrate.c
Log Message:
-----------
migration: replace assert(false) with g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-14-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: f4fa1a5350f2b1837413245ed6704e5e5b90db57
https://github.com/qemu/qemu/commit/f4fa1a5350f2b1837413245ed6704e5e5b90db57
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M target/i386/kvm/kvm.c
Log Message:
-----------
target/i386/kvm: replace assert(false) with g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20240919044641.386068-15-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 1484a04283f262cf2e3214f5e64279aaebac531a
https://github.com/qemu/qemu/commit/1484a04283f262cf2e3214f5e64279aaebac531a
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M accel/tcg/plugin-gen.c
Log Message:
-----------
accel/tcg: remove break after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-16-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 85deb1ffc273c4922854841316fa29362921f951
https://github.com/qemu/qemu/commit/85deb1ffc273c4922854841316fa29362921f951
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M block/ssh.c
Log Message:
-----------
block: remove break after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard W.M. Jones <rjones@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-17-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 60053abdcc1deff15055d5507625979f8dbbd67c
https://github.com/qemu/qemu/commit/60053abdcc1deff15055d5507625979f8dbbd67c
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M hw/acpi/aml-build.c
Log Message:
-----------
hw/acpi: remove break after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-18-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 7e62c90eef8bb9c75a0d2507c61291715727dd36
https://github.com/qemu/qemu/commit/7e62c90eef8bb9c75a0d2507c61291715727dd36
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M hw/net/net_rx_pkt.c
Log Message:
-----------
hw/net: remove break after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-19-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 5ef0eacbf6d9c8819cd70ecceea29cd046462a28
https://github.com/qemu/qemu/commit/5ef0eacbf6d9c8819cd70ecceea29cd046462a28
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M hw/scsi/virtio-scsi.c
Log Message:
-----------
hw/scsi: remove break after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-20-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: bfce9288177b29ecd29e9a81aa21d7016d4558c0
https://github.com/qemu/qemu/commit/bfce9288177b29ecd29e9a81aa21d7016d4558c0
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M hw/tpm/tpm_spapr.c
Log Message:
-----------
hw/tpm: remove break after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-21-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 200e25b140032bd09ee3d3f18b24f2974d3b702d
https://github.com/qemu/qemu/commit/200e25b140032bd09ee3d3f18b24f2974d3b702d
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M target/arm/hyp_gdbstub.c
Log Message:
-----------
target/arm: remove break after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-22-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: e67d261240638e4e130c99f9299655565a9d122d
https://github.com/qemu/qemu/commit/e67d261240638e4e130c99f9299655565a9d122d
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M target/riscv/insn_trans/trans_rvv.c.inc
M target/riscv/monitor.c
Log Message:
-----------
target/riscv: remove break after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-23-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: f0161b916833708ab16937ad8d14440c5dc40b66
https://github.com/qemu/qemu/commit/f0161b916833708ab16937ad8d14440c5dc40b66
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M fpu/softfloat-parts.c.inc
Log Message:
-----------
fpu: remove break after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-24-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 43c0b05d943f03bc31a35afad8c325904dedc931
https://github.com/qemu/qemu/commit/43c0b05d943f03bc31a35afad8c325904dedc931
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M tcg/loongarch64/tcg-target.c.inc
Log Message:
-----------
tcg/loongarch64: remove break after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-25-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 59a749a4d2c5df586540fed106ef620446e7a4f1
https://github.com/qemu/qemu/commit/59a749a4d2c5df586540fed106ef620446e7a4f1
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M include/qemu/pmem.h
Log Message:
-----------
include/qemu: remove return after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-26-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: f1912e48244816d071b2836052c54845ba57343c
https://github.com/qemu/qemu/commit/f1912e48244816d071b2836052c54845ba57343c
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M hw/hyperv/hyperv_testdev.c
M hw/hyperv/vmbus.c
Log Message:
-----------
hw/hyperv: remove return after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-27-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 2a7e148641596f2c49c83a3115f10d9aa2826728
https://github.com/qemu/qemu/commit/2a7e148641596f2c49c83a3115f10d9aa2826728
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M hw/net/e1000e_core.c
M hw/net/igb_core.c
M hw/net/vmxnet3.c
Log Message:
-----------
hw/net: remove return after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-28-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 77e8012823aeb87aada7c6d5a542e175d48deb8c
https://github.com/qemu/qemu/commit/77e8012823aeb87aada7c6d5a542e175d48deb8c
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M hw/pci/pci-stub.c
Log Message:
-----------
hw/pci: remove return after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-29-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: f5ba75e1d20e87011351c51cab8e2623a9451caf
https://github.com/qemu/qemu/commit/f5ba75e1d20e87011351c51cab8e2623a9451caf
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M hw/ppc/ppc.c
M hw/ppc/spapr_events.c
Log Message:
-----------
hw/ppc: remove return after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-30-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: d13526f77a6266eb09ccc638eb6cd205d4b69a80
https://github.com/qemu/qemu/commit/d13526f77a6266eb09ccc638eb6cd205d4b69a80
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M migration/dirtyrate.c
M migration/postcopy-ram.c
M migration/ram.c
Log Message:
-----------
migration: remove return after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240919044641.386068-31-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: f52e6308251b53e9a283c842030b4eea32872577
https://github.com/qemu/qemu/commit/f52e6308251b53e9a283c842030b4eea32872577
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M qobject/qnum.c
Log Message:
-----------
qobject: remove return after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-32-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 02f5360d80a7a45190e31b8255b60edaf101211c
https://github.com/qemu/qemu/commit/02f5360d80a7a45190e31b8255b60edaf101211c
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M qom/object.c
Log Message:
-----------
qom: remove return after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-33-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 98da252c3901cb2c52566284a2692fe262152fd3
https://github.com/qemu/qemu/commit/98da252c3901cb2c52566284a2692fe262152fd3
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M tests/qtest/acpi-utils.c
Log Message:
-----------
tests/qtest: remove return after g_assert_not_reached()
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-34-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 972208be775a37dccb3047702ea1582e9936102c
https://github.com/qemu/qemu/commit/972208be775a37dccb3047702ea1582e9936102c
Author: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M pc-bios/openbios-ppc
M pc-bios/openbios-sparc32
M pc-bios/openbios-sparc64
M roms/openbios
Log Message:
-----------
roms/openbios: update OpenBIOS images to c3a19c1e built from submodule
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Commit: 2540a551d395179f42844d29c866402329b89b7c
https://github.com/qemu/qemu/commit/2540a551d395179f42844d29c866402329b89b7c
Author: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M scripts/checkpatch.pl
Log Message:
-----------
scripts/checkpatch.pl: emit error when using assert(false)
This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-35-pierrick.bouvier@linaro.org>
[thuth: Split long line to avoid checkpatch error]
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 1cde10ef0196497941cd481760d4ec544c37d66b
https://github.com/qemu/qemu/commit/1cde10ef0196497941cd481760d4ec544c37d66b
Author: Peter Maydell <peter.maydell@linaro.org>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M .gitlab-ci.d/crossbuild-template.yml
Log Message:
-----------
.gitlab-ci.d: Split build and test in cross build job templates
In the native_build_job_template we have separate steps in the script
for the build and the test steps. This is helpful because then
gitlab will give separate timestamps in the log view for each, and
you can see how long it took to compile vs how long to test. In the
templates in crossbuild-template.yml, however, we do both the build
and test in a single 'make' invocation, and so we don't get the
separate timing information.
Split the build and test, in the same way we do in the native build
template.
This will also give us a place to separate out how parallel we want
to do the build by default from how parallel we want to do the tests
by default, which might be helpful in future.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240918125449.3125571-2-peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: dc05b2628e3913e668590ba66d9c618382d351ae
https://github.com/qemu/qemu/commit/dc05b2628e3913e668590ba66d9c618382d351ae
Author: Peter Maydell <peter.maydell@linaro.org>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M .gitlab-ci.d/buildtest-template.yml
M .gitlab-ci.d/buildtest.yml
M .gitlab-ci.d/crossbuild-template.yml
A scripts/ci/gitlab-ci-section
Log Message:
-----------
.gitlab-ci.d: Make separate collapsible log sections for build and test
GitLab lets a CI job create its own collapsible log sections by
emitting special escape codes, as documented here:
https://docs.gitlab.com/ee/ci/yaml/script.html#expand-and-collapse-job-log-sections
Use these to make "configure", "build" and "test" separate
collapsible stages.
As recommended by the GitLab docs, we use some shell which is
sourced in the CI job to define functions to emit the magic
lines that start and end sections, to hide the ugliness of
the printf lines from the log.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240918125449.3125571-3-peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Commit: 173c427eb5705064da7dc8db22553c8df34f7f58
https://github.com/qemu/qemu/commit/173c427eb5705064da7dc8db22553c8df34f7f58
Author: Peter Maydell <peter.maydell@linaro.org>
Date: 2024-09-28 (Sat, 28 Sep 2024)
Changed paths:
M .gitlab-ci.d/buildtest-template.yml
M .gitlab-ci.d/buildtest.yml
M .gitlab-ci.d/crossbuild-template.yml
M MAINTAINERS
M accel/tcg/plugin-gen.c
M block/qcow2.c
M block/ssh.c
M fpu/softfloat-parts.c.inc
M hw/acpi/aml-build.c
M hw/arm/highbank.c
M hw/hyperv/hyperv_testdev.c
M hw/hyperv/vmbus.c
M hw/net/e1000e_core.c
M hw/net/i82596.c
M hw/net/igb_core.c
M hw/net/net_rx_pkt.c
M hw/net/vmxnet3.c
M hw/nvme/ctrl.c
M hw/pci/pci-stub.c
M hw/ppc/ppc.c
M hw/ppc/spapr_events.c
M hw/scsi/virtio-scsi.c
M hw/tpm/tpm_spapr.c
M include/qemu/pmem.h
M migration/dirtyrate.c
M migration/migration-hmp-cmds.c
M migration/postcopy-ram.c
M migration/ram.c
M qobject/qlit.c
M qobject/qnum.c
M qom/object.c
M scripts/checkpatch.pl
A scripts/ci/gitlab-ci-section
M target/arm/hyp_gdbstub.c
M target/i386/kvm/kvm.c
M target/ppc/dfp_helper.c
M target/ppc/mmu_helper.c
M target/riscv/insn_trans/trans_rvv.c.inc
M target/riscv/monitor.c
M tcg/loongarch64/tcg-target.c.inc
M tests/avocado/boot_linux_console.py
M tests/functional/meson.build
M tests/functional/qemu_test/linuxkernel.py
A tests/functional/test_arm_vexpress.py
A tests/functional/test_ppc64_e500.py
M tests/functional/test_ppc64_powernv.py
A tests/functional/test_ppc_mac.py
A tests/functional/test_sh4_r2d.py
A tests/functional/test_sparc_sun4m.py
A tests/functional/test_xtensa_lx60.py
M tests/qtest/acpi-utils.c
Log Message:
-----------
Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into
staging
* Convert more Avocado tests to the new functional test framework
* Clean up assert() statements, use g_assert_not_reached() when possible
* Improve output of the gitlab CI jobs
# -----BEGIN PGP SIGNATURE-----
#
# iQJFBAABCAAvFiEEJ7iIR+7gJQEY8+q5LtnXdP5wLbUFAmbz7xgRHHRodXRoQHJl
# ZGhhdC5jb20ACgkQLtnXdP5wLbWm6A//eVn+tzyyKCX/xdXlf7XyVpezvRpTFPOS
# HyO0WMkCf2kGmu6qYKx/fDZg86opdQzPLH2gPkuVrGOMZ0Z2630DjH0jNih8lL9Q
# J1oRX5YlU92chlzNmq59WB/j9CKd91ILtOoaPBuZkDob57yGEYVzCPqetVvF7L2+
# +rbnccrNPumGJFt035fxUGiGfgsmp28MHQzDwQdyr38uGjyNlqvqidfC8Vj1qzqP
# B7HvhGB/vkF0eHaanMt2el/ZuLKf+qeCi//F/CiXGMYnuKXyShA/Db6xvMElw1jB
# aQdwphP71IO+cxjJLaNjDHKGFstArsM/E21qlaSTBi+FTmPiwVULpVTiBmWsjhOh
# /klpdgRHf0hL2MciYKyOWgjlTocx3rEKjCTe2U5tpta9fp9CrlgMQotjDZIbohGI
# ULNahrW3Zmg4EmXDApfhYMXsQsSgWas9QSkmxzJzDp0VC7tf2Oq7RxeySrlw9MCx
# OG2qQY+rNcJ3NnpATjfAJpT1kg/IahDOCNHfLEaj1u13XVQIthVADvHwy5WxbwRP
# mwp3V9e9sUoznkM2eV646lzmkMim/WdYBF0YpT7eBs80+GoXZ0thx9IqWmwzX/ox
# rndBczVN+RY6PydJP40yljdvS7ArRT73wHqL6yKHfDpvFc4/p5mxTWwLQ3yJbXbE
# T3I+wtgfBU8=
# =FH7b
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed 25 Sep 2024 12:08:08 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-2024-09-25' of https://gitlab.com/thuth/qemu: (44 commits)
.gitlab-ci.d: Make separate collapsible log sections for build and test
.gitlab-ci.d: Split build and test in cross build job templates
scripts/checkpatch.pl: emit error when using assert(false)
tests/qtest: remove return after g_assert_not_reached()
qom: remove return after g_assert_not_reached()
qobject: remove return after g_assert_not_reached()
migration: remove return after g_assert_not_reached()
hw/ppc: remove return after g_assert_not_reached()
hw/pci: remove return after g_assert_not_reached()
hw/net: remove return after g_assert_not_reached()
hw/hyperv: remove return after g_assert_not_reached()
include/qemu: remove return after g_assert_not_reached()
tcg/loongarch64: remove break after g_assert_not_reached()
fpu: remove break after g_assert_not_reached()
target/riscv: remove break after g_assert_not_reached()
target/arm: remove break after g_assert_not_reached()
hw/tpm: remove break after g_assert_not_reached()
hw/scsi: remove break after g_assert_not_reached()
hw/net: remove break after g_assert_not_reached()
hw/acpi: remove break after g_assert_not_reached()
...
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Commit: 3b14a767eaca3df5534a162851f04787b363670e
https://github.com/qemu/qemu/commit/3b14a767eaca3df5534a162851f04787b363670e
Author: Peter Maydell <peter.maydell@linaro.org>
Date: 2024-09-28 (Sat, 28 Sep 2024)
Changed paths:
M pc-bios/openbios-ppc
M pc-bios/openbios-sparc32
M pc-bios/openbios-sparc64
M roms/openbios
Log Message:
-----------
Merge tag 'qemu-openbios-20240924' of https://github.com/mcayland/qemu into
staging
qemu-openbios queue
# -----BEGIN PGP SIGNATURE-----
#
# iQFSBAABCgA8FiEEzGIauY6CIA2RXMnEW8LFb64PMh8FAmbzKj4eHG1hcmsuY2F2
# ZS1heWxhbmRAaWxhbmRlLmNvLnVrAAoJEFvCxW+uDzIf/EsH/A8mGn8gPg1oYYfR
# hN/Gw9yxMdIuJqlCaiaEHRbolDcLu9Few8vspMykEWR3HVdmFDgZ6HM2ZxvKm08g
# 4Hibd+Am3jgZF9bFfgsebQ5BNNT04cihiqSXz/jJcCEr5GbazA4aGaDfoqNvwbcA
# ZC01DFMtDrwZgiBD7UEo9x7z7CAEaF1UgThBY53H9kb9XR9KMawPl64alxs2L7tX
# Qt9w6UZZoomKBitIpxM1Fzc3Q2goe2U5aTZNuB+WlxZqKsxKF6/SL9hzo4MgF8hP
# 41lGb4TOwylKNVy9leHWi69dbqIb8TQ9ER8SxTsBYPVnJ2Ug55T34hRqSllZGxE2
# qMqbVzk=
# =YcPW
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue 24 Sep 2024 22:08:14 BST
# gpg: using RSA key CC621AB98E82200D915CC9C45BC2C56FAE0F321F
# gpg: issuer "mark.cave-ayland@ilande.co.uk"
# gpg: Good signature from "Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>"
[full]
# Primary key fingerprint: CC62 1AB9 8E82 200D 915C C9C4 5BC2 C56F AE0F 321F
* tag 'qemu-openbios-20240924' of https://github.com/mcayland/qemu:
roms/openbios: update OpenBIOS images to c3a19c1e built from submodule
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Compare: https://github.com/qemu/qemu/compare/4ae7d11b70a8...3b14a767eaca
To unsubscribe from these emails, change your notification settings at
https://github.com/qemu/qemu/settings/notifications