Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: 246069e850327b3d5c7f460461fc0bbf0f817654
https://github.com/qemu/qemu/commit/246069e850327b3d5c7f460461fc0bbf0f817654
Author: Vladimir Sementsov-Ogievskiy <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M tests/qtest/libqtest.c
M tests/qtest/libqtest.h
M tests/qtest/migration/framework.c
Log Message:
-----------
qtest: introduce qtest_init_ext
Merge qtest_init_with_env_and_capabilities() and qtest_init_with_env()
into one qtest_init_ext().
Reasons:
1. qtest_init_with_env() is just wrong: it gets do_connect parameter
but always pass true to qtest_init_with_env_and_capabilities().
Happily, all qtest_init_with_env() callers pass true as well.
2. qtest_init_with_env() is not used outside of libqtest.c, so no
reason to keep it as public function
3. and in libqtest.c it's used not often, so no problem to use
more generic function instead.
Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Steve Sistare <[email protected]>
Reviewed-by: Fabiano Rosas <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Fabiano Rosas <[email protected]>
Commit: 3008224ca8a7415323f67d58d8c03e69bde49092
https://github.com/qemu/qemu/commit/3008224ca8a7415323f67d58d8c03e69bde49092
Author: Thomas Huth <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M tests/qtest/libqos/virtio.c
Log Message:
-----------
tests/qtest/libqos: Avoid double swapping when using modern virtio
The logic in the qvirtio_read/write function is rather a headache,
involving byte-swapping when the target is big endian, just to
maybe involve another byte-swapping in the qtest_read/write
function immediately afterwards (on the QEMU side). Let's do it in
a more obvious way here: For virtio 1.0, we know that the values have
to be little endian, so let's read/write the bytes in that well known
order here.
Signed-off-by: Thomas Huth <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Tested-by: Alex Bennée <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Fabiano Rosas <[email protected]>
Commit: 98008aa41b93b2477782205dcbd9ce5978f26a7e
https://github.com/qemu/qemu/commit/98008aa41b93b2477782205dcbd9ce5978f26a7e
Author: Bibo Mao <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M tests/qtest/cpu-plug-test.c
M tests/qtest/meson.build
Log Message:
-----------
tests/qtest/cpu-plug-test: Add cpu hotplug support for LoongArch
Add cpu hotplug testcase support for LoongArch system, it passes to
run with command "make check-qtest-loongarch64" as following:
qemu:qtest+qtest-loongarch64 / qtest-loongarch64/cpu-plug-test OK 0.38s 1
subtests passed
Signed-off-by: Bibo Mao <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Fabiano Rosas <[email protected]>
Commit: 1abe9d78ef8de40ef43aaacfc83a095ebe648bd9
https://github.com/qemu/qemu/commit/1abe9d78ef8de40ef43aaacfc83a095ebe648bd9
Author: Gustavo Romero <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M hw/pci/pci.c
M hw/pci/trace-events
Log Message:
-----------
hw/pci/pci.c: Turn DPRINTF into trace events
Remove PCI_DPRINTF() macro and use trace events instead.
Signed-off-by: Gustavo Romero <[email protected]>
Reviewed-by: Michael Tokarev <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: 947c2b6d8bacb9cc2bcc2f54cb7367753f761a71
https://github.com/qemu/qemu/commit/947c2b6d8bacb9cc2bcc2f54cb7367753f761a71
Author: Gustavo Romero <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M hw/isa/lpc_ich9.c
Log Message:
-----------
hw/isa/ich9: Remove stray empty comment
Remove stray empty comment in IRQ routing function.
Signed-off-by: Gustavo Romero <[email protected]>
Reviewed-by: Michael Tokarev <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: a917fd7a930115ac09e9680b51776252234697ac
https://github.com/qemu/qemu/commit/a917fd7a930115ac09e9680b51776252234697ac
Author: Gustavo Romero <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M hw/i386/acpi-build.c
Log Message:
-----------
hw/i386/acpi-build: Fix typo and grammar in comment
Fix typo and verb conjugation in a comment about FADT initialization.
Signed-off-by: Gustavo Romero <[email protected]>
Reviewed-by: Michael Tokarev <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: 67958690c8a14eb9451eb04815c125089e2ea4a5
https://github.com/qemu/qemu/commit/67958690c8a14eb9451eb04815c125089e2ea4a5
Author: Gustavo Romero <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M hw/i386/acpi-build.h
Log Message:
-----------
hw/i386/acpi-build: Update document reference
Update the reference for QEMU's ACPI PCI hotplug device interface. Also,
use the possessive form in the comment.
Signed-off-by: Gustavo Romero <[email protected]>
Reviewed-by: Michael Tokarev <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: be06edd3edac94406a5b121c151d72fa493a0ae1
https://github.com/qemu/qemu/commit/be06edd3edac94406a5b121c151d72fa493a0ae1
Author: Gustavo Romero <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M hw/acpi/ich9.c
Log Message:
-----------
hw/acpi/ich9: Remove ICH9_DEBUG macro
Remove the ICH9_DEBUG macro, which is only used to dump the value of the
pm_io_base parameter, passed to ich9_pm_iospace_update(). It provides
little to no value and is not worth converting to a trace event.
Signed-off-by: Gustavo Romero <[email protected]>
Reviewed-by: Michael Tokarev <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: cc9c8fcf3cbffb64402a70a4473092f463cd4e87
https://github.com/qemu/qemu/commit/cc9c8fcf3cbffb64402a70a4473092f463cd4e87
Author: Gustavo Romero <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M hw/i386/acpi-build.c
Log Message:
-----------
hw/i386/acpi-build: Fix typo in function name
Fix missing "i" in the name of the function responsible for adding the call to
the PCI notification method (PCNT) in the ACPI table.
Signed-off-by: Gustavo Romero <[email protected]>
Reviewed-by: Eric Auger <[email protected]>
Reviewed-by: Michael Tokarev <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: f6527ddff85ac7600fb73b3c835bf7bb5f3e3478
https://github.com/qemu/qemu/commit/f6527ddff85ac7600fb73b3c835bf7bb5f3e3478
Author: Gustavo Romero <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M hw/core/machine.c
Log Message:
-----------
hw/core/machine: Fix indentation
Fix indentation for some elements in the hardware compat arrays.
Signed-off-by: Gustavo Romero <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Michael Tokarev <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: 6b9ef6f9a8c5a8f53739579afa0b671573f69cd0
https://github.com/qemu/qemu/commit/6b9ef6f9a8c5a8f53739579afa0b671573f69cd0
Author: Gustavo Romero <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M qom/object.c
Log Message:
-----------
qom/object: Fix typo in comment
Fix duplicate preposition in comment.
Signed-off-by: Gustavo Romero <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Michael Tokarev <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: 55b38d23454ffc8907897aed3fa75d3fc8d27333
https://github.com/qemu/qemu/commit/55b38d23454ffc8907897aed3fa75d3fc8d27333
Author: Gustavo Romero <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M hw/net/e1000x_regs.h
Log Message:
-----------
hw/net/e1000: Remove stray empty comment in header
In the header file, remove a stray empty comment in the Offload Context
Descriptor struct.
Signed-off-by: Gustavo Romero <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Michael Tokarev <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: 4394d23e4952e8c8fbef7e3a132414e7891d8062
https://github.com/qemu/qemu/commit/4394d23e4952e8c8fbef7e3a132414e7891d8062
Author: Gustavo Romero <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M hw/pci-host/gpex-acpi.c
Log Message:
-----------
hw/pci-host/gpex-acpi: Fix typo in comment
Fix typo in a comment about the creation of the ACPI CRS method.
Signed-off-by: Gustavo Romero <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Michael Tokarev <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: 07153411cd57e8d6933ab8a43035ed097deee696
https://github.com/qemu/qemu/commit/07153411cd57e8d6933ab8a43035ed097deee696
Author: Gustavo Romero <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M hw/acpi/acpi-pci-hotplug-stub.c
M hw/acpi/ich9.c
M hw/acpi/pcihp.c
M hw/acpi/piix4.c
M include/hw/acpi/pcihp.h
Log Message:
-----------
hw/acpi/pcihp: Fix typo in function name
Fix typo in QEMU's ACPI PCI hotplug API function name that checks
whether a given bus is hotplug-capable.
Signed-off-by: Gustavo Romero <[email protected]>
Reviewed-by: Eric Auger <[email protected]>
Reviewed-by: Michael Tokarev <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: 688e4a6e7757f6f2e5da3c15b8efe6ed737e34b5
https://github.com/qemu/qemu/commit/688e4a6e7757f6f2e5da3c15b8efe6ed737e34b5
Author: Michael Tokarev <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M linux-user/mmap.c
Log Message:
-----------
linux-user/mmap.c: fix "of of" typo in comment
Suggested-by: Thomas Huth <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: 8c3edfa94cc981f1964e6c957314f0248fd9b4c3
https://github.com/qemu/qemu/commit/8c3edfa94cc981f1964e6c957314f0248fd9b4c3
Author: Michael Tokarev <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M block.c
Log Message:
-----------
block.c: fix "the the" typo in comment
Suggested-by: Thomas Huth <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: f9028224e74bd9d25bdaac05b76cac03d53fbaee
https://github.com/qemu/qemu/commit/f9028224e74bd9d25bdaac05b76cac03d53fbaee
Author: Michael Tokarev <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M hw/xen/xen-hvm-common.c
Log Message:
-----------
hw/xen/xen-hvm-common.c: fix "the the" typo in comment
Suggested-by: Thomas Huth <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: e3933824d225b9a0aad6d4d78cb5f902a604b310
https://github.com/qemu/qemu/commit/e3933824d225b9a0aad6d4d78cb5f902a604b310
Author: Michael Tokarev <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M include/exec/cpu-common.h
Log Message:
-----------
include/exec/cpu-common.h: fix "the the" typo in comment
Suggested-by: Thomas Huth <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: c7c513389c6cb8c6dd60e55d1c99244de4e93663
https://github.com/qemu/qemu/commit/c7c513389c6cb8c6dd60e55d1c99244de4e93663
Author: Michael Tokarev <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M include/hw/xen/interface/io/blkif.h
Log Message:
-----------
include/hw/xen/interface/io/blkif.h: fix "the the" typo in comment
Suggested-by: Thomas Huth <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: 2ddf5a8714221568dbdd8119ca123933cf5fad46
https://github.com/qemu/qemu/commit/2ddf5a8714221568dbdd8119ca123933cf5fad46
Author: Michael Tokarev <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M qapi/qom.json
Log Message:
-----------
qapi/qom.json: fix "the the" typo in comment
Suggested-by: Thomas Huth <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: 231a8420deed10046e0d8cf23a8a134dc7626cb4
https://github.com/qemu/qemu/commit/231a8420deed10046e0d8cf23a8a134dc7626cb4
Author: Michael Tokarev <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M hw/display/apple-gfx.m
Log Message:
-----------
hw/display/apple-gfx.m: fix "in in" typo in comment
Suggested-by: Thomas Huth <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: 323727cfbfe68b6c62fc656ad7c99f60051d1d86
https://github.com/qemu/qemu/commit/323727cfbfe68b6c62fc656ad7c99f60051d1d86
Author: Michael Tokarev <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M qapi/machine-target.json
Log Message:
-----------
qapi/machine-target.json: fix "in in" typo in comment
Suggested-by: Thomas Huth <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: fd53da209620dffab43a051bc4cc1950df6babab
https://github.com/qemu/qemu/commit/fd53da209620dffab43a051bc4cc1950df6babab
Author: Integral <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M docs/system/gdb.rst
M docs/system/linuxboot.rst
M docs/system/target-mips.rst
Log Message:
-----------
docs: replace `-hda` with `-drive` & update `root=` kernel parameter
According to QEMU manual:
Older options like `-hda` are essentially macros which expand into
`-drive` options for various drive interfaces. The original forms
bake in a lot of assumptions from the days when QEMU was emulating a
legacy PC, they are not recommended for modern configurations.
Signed-off-by: Integral <[email protected]>
Reviewed-by: Michael Tokarev <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: 2f418cc9915284cb8eb7d607ec70fe13fe55ce5c
https://github.com/qemu/qemu/commit/2f418cc9915284cb8eb7d607ec70fe13fe55ce5c
Author: Gustavo Romero <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M docs/devel/testing/functional.rst
Log Message:
-----------
docs/devel/testing/functional: Fix typo
Fix the duplication of the word 'run'.
Signed-off-by: Gustavo Romero <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Reviewed-by: Michael Tokarev <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
Commit: a28b0f857e55b4a4b8de590d32c0183253c6aa40
https://github.com/qemu/qemu/commit/a28b0f857e55b4a4b8de590d32c0183253c6aa40
Author: Stefan Hajnoczi <[email protected]>
Date: 2025-05-12 (Mon, 12 May 2025)
Changed paths:
M block.c
M docs/devel/testing/functional.rst
M docs/system/gdb.rst
M docs/system/linuxboot.rst
M docs/system/target-mips.rst
M hw/acpi/acpi-pci-hotplug-stub.c
M hw/acpi/ich9.c
M hw/acpi/pcihp.c
M hw/acpi/piix4.c
M hw/core/machine.c
M hw/display/apple-gfx.m
M hw/isa/lpc_ich9.c
M hw/net/e1000x_regs.h
M hw/pci-host/gpex-acpi.c
M hw/pci/pci.c
M hw/pci/trace-events
M hw/xen/xen-hvm-common.c
M include/exec/cpu-common.h
M include/hw/acpi/pcihp.h
M include/hw/xen/interface/io/blkif.h
M linux-user/mmap.c
M qapi/machine-target.json
M qapi/qom.json
M qom/object.c
Log Message:
-----------
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
trivial patches for 2025-05-09
# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCgAdFiEEZKoqtTHVaQM2a/75gqpKJDselHgFAmgeawQACgkQgqpKJDse
# lHgRcg/+LmwJJvMViRD/OJFRqp60zBnPyuXFyJJQ3q7lBsE5Vr8xdZUkrGUrQ0p+
# ef6KRnqesaYFH6lEZIJIYXLPalHDIJg6NCHnOphXYoexYQ61e8Y07lmTJlCXK+T8
# rTf230ZC0Jzuy6BM5cmk7cMnNtVp8gPgK5SOK4u5OJSQTBMDb/XZZkLdnjj5ChGJ
# aX4qZ9fDLOWJoteXA4QWx6F8K1ONvooS5IMYB6AFJI2xMASq8nVETPXIuSComBDY
# 2+krw8hLu6PoPd9yWjlnsE8y4NvNWyRAc2CVm3SI30PEIchvDiQuVJpUD5Q3xZy5
# 2OLD9nv9PqezERbD2ZdSa08VlbEeoyrRinBtZJv7m9qkiU8B4TGDn7hx23MAu6Zx
# POF+P1Bc4kixL46pDMll5ETcRr6k184anTvpPWhOynJZBZusc4rX3UHSrVJMsfTx
# DPjToUwRw50prtHyuYWWyoxZ+i9BOHAgiT/zOor2tte3xT/mvc8my9m2+YgDHnqE
# u8wTnH3zYqexOwLctC3aslSbR1sqqrCsKOA8ZXQ33Ac6kV1q2T4Om4stmRbewjMG
# ROsNky2iiKbPsSJsmZHVuv0vy3sHRVWyyp8ClSP5S+gNysEVu/Oka3E0KQ/vg72y
# lDA3kNKS2t7ZSPXoLFaSWI6aOnSpKZgNW09wSVDh/AjKV+LbC6c=
# =EoxT
# -----END PGP SIGNATURE-----
# gpg: Signature made Fri 09 May 2025 16:52:20 EDT
# gpg: using RSA key 64AA2AB531D56903366BFEF982AA4A243B1E9478
# gpg: Good signature from "Michael Tokarev <[email protected]>" [unknown]
# gpg: aka "Michael Tokarev <[email protected]>" [unknown]
# gpg: aka "Michael Tokarev <[email protected]>" [unknown]
# 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: 9D8B E14E 3F2A 9DD7 9199 28F1 61AD 3D98 ECDF 2C8E
# Subkey fingerprint: 64AA 2AB5 31D5 6903 366B FEF9 82AA 4A24 3B1E 9478
* tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu: (21 commits)
docs/devel/testing/functional: Fix typo
docs: replace `-hda` with `-drive` & update `root=` kernel parameter
qapi/machine-target.json: fix "in in" typo in comment
hw/display/apple-gfx.m: fix "in in" typo in comment
qapi/qom.json: fix "the the" typo in comment
include/hw/xen/interface/io/blkif.h: fix "the the" typo in comment
include/exec/cpu-common.h: fix "the the" typo in comment
hw/xen/xen-hvm-common.c: fix "the the" typo in comment
block.c: fix "the the" typo in comment
linux-user/mmap.c: fix "of of" typo in comment
hw/acpi/pcihp: Fix typo in function name
hw/pci-host/gpex-acpi: Fix typo in comment
hw/net/e1000: Remove stray empty comment in header
qom/object: Fix typo in comment
hw/core/machine: Fix indentation
hw/i386/acpi-build: Fix typo in function name
hw/acpi/ich9: Remove ICH9_DEBUG macro
hw/i386/acpi-build: Update document reference
hw/i386/acpi-build: Fix typo and grammar in comment
hw/isa/ich9: Remove stray empty comment
...
Signed-off-by: Stefan Hajnoczi <[email protected]>
Commit: 69ee0189d7977cfbb1b2c7a27393d8b9fb661b20
https://github.com/qemu/qemu/commit/69ee0189d7977cfbb1b2c7a27393d8b9fb661b20
Author: Stefan Hajnoczi <[email protected]>
Date: 2025-05-12 (Mon, 12 May 2025)
Changed paths:
M tests/qtest/cpu-plug-test.c
M tests/qtest/libqos/virtio.c
M tests/qtest/libqtest.c
M tests/qtest/libqtest.h
M tests/qtest/meson.build
M tests/qtest/migration/framework.c
Log Message:
-----------
Merge tag 'qtest-20250509-pull-request' of https://gitlab.com/farosas/qemu
into staging
Qtest pull request
- Fix migration-test invocation of qtest_init
- Simplify byte-swapping for virtio in libqos
- New cpu hotplug test for loongarch64
# -----BEGIN PGP SIGNATURE-----
#
# iQJEBAABCAAuFiEEqhtIsKIjJqWkw2TPx5jcdBvsMZ0FAmgecLgQHGZhcm9zYXNA
# c3VzZS5kZQAKCRDHmNx0G+wxnaiLD/9pW1eU9we/KDm3wJg9zRS37h5OmSF+ogIN
# ziXG1XmyXKK+QAybInZ1d3oaGqZoR+hhJ6RWmf6+E57ZyJ2EPtasJhekOulAZYZI
# yWXtbWzKnaCc+AhohM+xJGC1XObAvvfz+8wjMFHnuJn0BBiBBWXkiHljG02KdkT6
# Ca+83+NSn/6OJYENTgaXiXkviNELbzDBTFgtWKkW0+bniCsbfrnuGqWbf43/cDbr
# vnfiIt4o6jgjvEaBMid3cAtFUzI9gRtB7tk/sGvdPWGPkyjxTt5rnVxe6CBqh1SA
# j5CbrcgPt7HxgdBEZC38o2tj5YxAjUZ5TXziouoxom0vzHSTep/NJih+XIhtXM8f
# ABL9YZCBGvb3ja8NvXZwsLkcbSDbfTG8CNtHCTx3S3qagENxd6mUj4GMaOQxNQ1y
# DUPGQetOzBIsYQOjt9fITN2S7oprXjpHwgV6TD/VOkJ+YVML1mRNsDi2sUkzH8jF
# IUmjHWqJvyTvPY8dfVyYWLLhPUgJJdEfjgyT2qG6nbEcgd5seuB/3Rm/+VbqST+e
# JUjbBOJStPdCQLtvlcDv+r/u2VwRta6f8ZU+DTlUnBboRSoHBrD3vzAa4uDLTufC
# K01SC/xxzIMXR0Ji9qB9uKA6FJmbDdJhzBOzCFm7q7UCrRCNcgfhWO/OXuOqTg7j
# bPDmCKA+dw==
# =MZlp
# -----END PGP SIGNATURE-----
# gpg: Signature made Fri 09 May 2025 17:16:40 EDT
# gpg: using RSA key AA1B48B0A22326A5A4C364CFC798DC741BEC319D
# gpg: issuer "[email protected]"
# gpg: Good signature from "Fabiano Rosas <[email protected]>" [unknown]
# gpg: aka "Fabiano Almeida Rosas <[email protected]>"
[unknown]
# gpg: WARNING: The key's User ID is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: AA1B 48B0 A223 26A5 A4C3 64CF C798 DC74 1BEC 319D
* tag 'qtest-20250509-pull-request' of https://gitlab.com/farosas/qemu:
tests/qtest/cpu-plug-test: Add cpu hotplug support for LoongArch
tests/qtest/libqos: Avoid double swapping when using modern virtio
qtest: introduce qtest_init_ext
Signed-off-by: Stefan Hajnoczi <[email protected]>
Compare: https://github.com/qemu/qemu/compare/7be29f2f1a3f...69ee0189d797
To unsubscribe from these emails, change your notification settings at
https://github.com/qemu/qemu/settings/notifications