Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: 7872e5fdf38ac0d8d0083aabb98d67da1f530ef4
      
https://github.com/qemu/qemu/commit/7872e5fdf38ac0d8d0083aabb98d67da1f530ef4
  Author: Peter Maydell <[email protected]>
  Date:   2024-11-26 (Tue, 26 Nov 2024)

  Changed paths:
    M VERSION

  Log Message:
  -----------
  Update version for v9.2.0-rc2 release

Signed-off-by: Peter Maydell <[email protected]>


  Commit: 4a722d2e8e7b01c4c07a739b8305c3704644292c
      
https://github.com/qemu/qemu/commit/4a722d2e8e7b01c4c07a739b8305c3704644292c
  Author: Thomas Huth <[email protected]>
  Date:   2024-11-27 (Wed, 27 Nov 2024)

  Changed paths:
    M docs/devel/testing/functional.rst

  Log Message:
  -----------
  docs/devel/testing/functional: Clarify that we have to use the build folder

Make it clear that the commands have to be run from the folder with the
build, and use the python3 from our pyvenv to make sure that the
pycotap module is available.

Message-ID: <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>


  Commit: 16595bcd0e2222f51537f57200176c05f7d988ed
      
https://github.com/qemu/qemu/commit/16595bcd0e2222f51537f57200176c05f7d988ed
  Author: Akihiko Odaki <[email protected]>
  Date:   2024-11-27 (Wed, 27 Nov 2024)

  Changed paths:
    M docs/about/build-platforms.rst

  Log Message:
  -----------
  docs: Document that hvf on Arm is supported

hvf on Arm is supported since commit a1477da3ddeb ("hvf: Add Apple
Silicon support").

Signed-off-by: Akihiko Odaki <[email protected]>
Reviewed-by: Alexander Graf <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>


  Commit: 804675920158a290d3cda5caddf5a77ac29dad8c
      
https://github.com/qemu/qemu/commit/804675920158a290d3cda5caddf5a77ac29dad8c
  Author: Xianglai Li <[email protected]>
  Date:   2024-11-27 (Wed, 27 Nov 2024)

  Changed paths:
    M tests/functional/test_loongarch64_virt.py

  Log Message:
  -----------
  tests/functional: Fix the running test case causes loongarch64 to hang

There is a bug in the process of resolving the serial port base address
in the fdt of the loongarch VM UEFI. When both serial port information
and rng-seed information are chosen in the fdt, there is a probability
that the serial port base address cannot be resolved correctly.
This problem can be fixed by updating UEFI.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2686
Signed-off-by: Xianglai Li <[email protected]>
Message-ID: <[email protected]>
Tested-by: Thomas Huth <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>


  Commit: 4e035201b961cd545b6801f6656908ecc3055c69
      
https://github.com/qemu/qemu/commit/4e035201b961cd545b6801f6656908ecc3055c69
  Author: Thomas Huth <[email protected]>
  Date:   2024-11-27 (Wed, 27 Nov 2024)

  Changed paths:
    M meson.build

  Log Message:
  -----------
  meson.build: Refuse XCode versions < v15.0

According to our support policy, we only support the two latest
major versions of macOS, and we already removed compatibility code
for older versions. However, it's still possible that people install
an older version of XCode on a recent version of macOS - which won't
be able to compile QEMU anymore, see for example the ticket here:

 https://gitlab.com/qemu-project/qemu/-/issues/2694

Thus let's set the expectations right and refuse older versions of
XCode that do not match the two latest versions of macOS anymore.

Message-ID: <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>


  Commit: 0218f6c3b32de6ab587a6800671a50745ce676b6
      
https://github.com/qemu/qemu/commit/0218f6c3b32de6ab587a6800671a50745ce676b6
  Author: Thomas Huth <[email protected]>
  Date:   2024-11-27 (Wed, 27 Nov 2024)

  Changed paths:
    M .gitlab-ci.d/cirrus.yml

  Log Message:
  -----------
  .gitlab-ci.d/cirrus: Remove the wrong CPU and RAM settings from the macOS job

The macOS runner ignores them and always uses 4 CPUs and 12 GiB of
RAM, so remove our setting to avoid wrong expectations.

Message-ID: <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Daniel P. Berrangé <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>


  Commit: c00989aae88544b96841ad0c4dc2737b003c2c9e
      
https://github.com/qemu/qemu/commit/c00989aae88544b96841ad0c4dc2737b003c2c9e
  Author: Cédric Le Goater <[email protected]>
  Date:   2024-11-27 (Wed, 27 Nov 2024)

  Changed paths:
    M tests/functional/test_sh4_tuxrun.py

  Log Message:
  -----------
  tests/functional: Remove sleep workarounds from sh4 test

These were introduced in the avocado tests to workaround read issues
when interacting with console. They are no longer necessary and we can
use the expected login string instead.

Test always passes now. Remove skipUnless test on QEMU_TEST_FLAKY_TESTS.

Signed-off-by: Cédric Le Goater <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>


  Commit: ef45f46f382a5e2c41c39c71fd3364cff4f41bf5
      
https://github.com/qemu/qemu/commit/ef45f46f382a5e2c41c39c71fd3364cff4f41bf5
  Author: Philippe Mathieu-Daudé <[email protected]>
  Date:   2024-11-27 (Wed, 27 Nov 2024)

  Changed paths:
    M include/hw/pci/pci.h

  Log Message:
  -----------
  hw/pci: Remove unused pci_irq_pulse() method

Last use of pci_irq_pulse() was removed 7 years ago in commit
5e9aa92eb1 ("hw/block: Fix pin-based interrupt behaviour of NVMe").

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>


  Commit: 45069ea30722c5fbf7fc93ae305abb017ced105c
      
https://github.com/qemu/qemu/commit/45069ea30722c5fbf7fc93ae305abb017ced105c
  Author: Peter Maydell <[email protected]>
  Date:   2024-11-27 (Wed, 27 Nov 2024)

  Changed paths:
    M .gitlab-ci.d/cirrus.yml
    M docs/about/build-platforms.rst
    M docs/devel/testing/functional.rst
    M include/hw/pci/pci.h
    M meson.build
    M tests/functional/test_loongarch64_virt.py
    M tests/functional/test_sh4_tuxrun.py

  Log Message:
  -----------
  Merge tag 'pull-request-2024-11-27' of https://gitlab.com/thuth/qemu into 
staging

* Two small doc updates
* Fix the flaky loongarch64 and sh4 functional tests
* Refuse to compile with old XCode versions that don't work anymore
* Remove an unused function from PCI code

# -----BEGIN PGP SIGNATURE-----
#
# iQJFBAABCAAvFiEEJ7iIR+7gJQEY8+q5LtnXdP5wLbUFAmdG9WcRHHRodXRoQHJl
# ZGhhdC5jb20ACgkQLtnXdP5wLbVwTRAAgOWsUiqscFk7x+G1EcxE21Cii1s3kj2t
# BYjzsl+sHzu2/aiazYfRbYOwUoXDU5kshfA0Df5KIQs2o1VBFt+v9z5vEAMjZ1tT
# j3LfazCUb4pmwS4wiD1DeEgrbCzrQ/B5grvyJsf7eB9pIxnGt+R1FGdpyDoKv8HB
# fTm6tkWKf6Mn8vJm/S+dJkoZu4ToBIOl2Q/s3/NxSf6a07FvY1QERCHndKGI90kE
# 0jodq+lb1UotaqicmlenSY33FGWWH2aeiSWGnsZRzDPLedmTBvY6hnkHtB2u+0kF
# D13ZF8oxc1pdviMXu978YRdKHmQacQ0RZVoJ6UxEf7tsDI4dEI87enVTBueGgv3z
# iz4wDDg6i/5kn12eOkjv3YgzcSF37kS/4aHltxyyuZBVT1tBsZ++zz5eCfTcO9wa
# mYElg1KDmWjmzs/HwtRb/07Bws7TIxxBUICKCA39GFpAKq6mssNAWujmhtB18AAC
# 8+tyCOz1KbseJR1oO2+I5biWBLOfAtHrBdSYIIM7yn+FWXC81kYhmT+/6hhkvl0u
# OHamRK8Kmpi71wRkm+3C/J+A1XDirXywteNIpsJXaAIEdSFzWRZdVMKblaHtqxET
# DwMdYRZ9u45phg5b+lTbDLBgsSf93NnrqyyIG7/6mS2CLwQ1x6o+NnleIJluNxSC
# kROh/xwUydo=
# =6+P3
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed 27 Nov 2024 10:33:11 GMT
# 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-11-27' of https://gitlab.com/thuth/qemu:
  hw/pci: Remove unused pci_irq_pulse() method
  tests/functional: Remove sleep workarounds from sh4 test
  .gitlab-ci.d/cirrus: Remove the wrong CPU and RAM settings from the macOS job
  meson.build: Refuse XCode versions < v15.0
  tests/functional: Fix the running test case causes loongarch64 to hang
  docs: Document that hvf on Arm is supported
  docs/devel/testing/functional: Clarify that we have to use the build folder

Signed-off-by: Peter Maydell <[email protected]>


Compare: https://github.com/qemu/qemu/compare/10bfa161fbcf...45069ea30722

To unsubscribe from these emails, change your notification settings at 
https://github.com/qemu/qemu/settings/notifications

Reply via email to