mbox

[PULL,0/5] Misc HW patches & fixes for 2024-05-17

Message ID 20240517150227.32205-1-philmd@linaro.org
State New
Headers show

Pull-request

https://github.com/philmd/qemu.git tags/hw-misc-20240517

Message

Philippe Mathieu-Daudé May 17, 2024, 3:02 p.m. UTC
WARNING & ERROR from checkpatch.pl in tests/unit/test-smp-parse.c
deliberately ignored.

The following changes since commit 85ef20f1673feaa083f4acab8cf054df77b0dbed:

  Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into staging (2024-05-16 10:02:56 +0200)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/hw-misc-20240517

for you to fetch changes up to 93a3048dcf4565c73f2aa1d751f7197e296f1f1f:

  tests: Gently exit from GDB when tests complete (2024-05-17 16:49:04 +0200)

----------------------------------------------------------------
Misc HW patches queue

- Fix build when GBM buffer management library is detected (Cédric)
- Fix PFlash block write (Gerd)
- Allow 'parameter=1' for SMP topology on any machine (Daniel)
- Allow guest-debug tests to run with recent GDB (Gustavo)

----------------------------------------------------------------

Cédric Le Goater (1):
  ui/console: Only declare variable fence_fd when CONFIG_GBM is defined

Daniel P. Berrangé (2):
  hw/core: allow parameter=1 for SMP topology on any machine
  tests: add testing of parameter=1 for SMP topology

Gerd Hoffmann (1):
  hw/pflash: fix block write start

Gustavo Romero (1):
  tests: Gently exit from GDB when tests complete

 hw/block/pflash_cfi01.c           |  8 ++-
 hw/core/machine-smp.c             | 84 ++++++++++---------------------
 tests/unit/test-smp-parse.c       | 16 ++++--
 ui/gtk-egl.c                      |  2 +-
 tests/guest-debug/test_gdbstub.py |  2 +-
 5 files changed, 44 insertions(+), 68 deletions(-)

Comments

Richard Henderson May 18, 2024, 1:26 p.m. UTC | #1
On 5/17/24 17:02, Philippe Mathieu-Daudé wrote:
> WARNING & ERROR from checkpatch.pl in tests/unit/test-smp-parse.c
> deliberately ignored.
> 
> The following changes since commit 85ef20f1673feaa083f4acab8cf054df77b0dbed:
> 
>    Merge tag 'pull-maintainer-may24-160524-2' ofhttps://gitlab.com/stsquad/qemu  into staging (2024-05-16 10:02:56 +0200)
> 
> are available in the Git repository at:
> 
>    https://github.com/philmd/qemu.git  tags/hw-misc-20240517
> 
> for you to fetch changes up to 93a3048dcf4565c73f2aa1d751f7197e296f1f1f:
> 
>    tests: Gently exit from GDB when tests complete (2024-05-17 16:49:04 +0200)
> 
> ----------------------------------------------------------------
> Misc HW patches queue
> 
> - Fix build when GBM buffer management library is detected (Cédric)
> - Fix PFlash block write (Gerd)
> - Allow 'parameter=1' for SMP topology on any machine (Daniel)
> - Allow guest-debug tests to run with recent GDB (Gustavo)

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.


r~