mbox

[PULL,00/15] Misc HW patches for 2024-11-18

Message ID 20241118124643.6958-1-philmd@linaro.org (mailing list archive)
State New
Headers show

Pull-request

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

Message

Philippe Mathieu-Daudé Nov. 18, 2024, 12:46 p.m. UTC
The following changes since commit abb1565d3d863cf210f18f70c4a42b0f39b8ccdb:

  Merge tag 'pull-tcg-20241116' of https://gitlab.com/rth7680/qemu into staging (2024-11-16 18:16:46 +0000)

are available in the Git repository at:

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

for you to fetch changes up to b6db70bc0a9e53e7aa04cc940db1ddbee17fa700:

  hw/watchdog/cmsdk_apb_watchdog: Fix broken link (2024-11-18 13:45:45 +0100)

----------------------------------------------------------------
Misc HW fixes

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

Alex Bennée (2):
  hw/display: factor out the scanout blob to fb conversion
  hw/display: check frame buffer can hold blob

Fabiano Rosas (1):
  tests/qtest/migration: Fix indentations

Gerd Hoffmann (1):
  vl: fix qemu_validate_options() indention

Guenter Roeck (1):
  usb-hub: Fix handling port power control messages

Jamin Lin (1):
  hw/sd/sdhci: Fix coding style

Paolo Bonzini (2):
  Revert "hw/audio/hda: fix memory leak on audio setup"
  hw/audio/hda: fix memory leak on audio setup

Peter Maydell (3):
  hw/misc/nrf51_rng: Don't use BIT_MASK() when we mean BIT()
  hw/net/virtio-net.c: Don't assume IP length field is aligned
  net: mark struct ip_header as QEMU_PACKED

Roque Arcudia Hernandez (1):
  hw/watchdog/cmsdk_apb_watchdog: Fix broken link

Sergio Lopez (1):
  hw/i386/elfboot: allocate "header" in heap

Thomas Huth (1):
  hw/misc/mos6522: Fix bad class definition of the MOS6522 device

Zhang Chen (1):
  MAINTAINERS: Update my email address for COLO

 MAINTAINERS                      |  2 +-
 include/hw/misc/mos6522.h        |  2 +-
 include/hw/virtio/virtio-gpu.h   | 15 ++++++++
 include/hw/virtio/virtio-net.h   |  2 +-
 include/net/eth.h                |  2 +-
 hw/audio/hda-codec.c             | 41 +++++++++-----------
 hw/display/virtio-gpu-virgl.c    | 22 +----------
 hw/display/virtio-gpu.c          | 59 +++++++++++++++++------------
 hw/i386/x86-common.c             |  4 +-
 hw/misc/nrf51_rng.c              | 10 ++---
 hw/net/virtio-net.c              | 23 ++++++++++--
 hw/sd/sdhci.c                    | 64 +++++++++++++++++++++-----------
 hw/usb/dev-hub.c                 |  1 +
 hw/watchdog/cmsdk-apb-watchdog.c |  4 +-
 system/vl.c                      | 16 ++++----
 tests/qtest/migration-helpers.c  |  4 +-
 tests/qtest/migration-test.c     | 59 ++++++++++++++++-------------
 17 files changed, 188 insertions(+), 142 deletions(-)

Comments

Peter Maydell Nov. 18, 2024, 4:21 p.m. UTC | #1
On Mon, 18 Nov 2024 at 12:47, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> The following changes since commit abb1565d3d863cf210f18f70c4a42b0f39b8ccdb:
>
>   Merge tag 'pull-tcg-20241116' of https://gitlab.com/rth7680/qemu into staging (2024-11-16 18:16:46 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/philmd/qemu.git tags/hw-misc-20241118
>
> for you to fetch changes up to b6db70bc0a9e53e7aa04cc940db1ddbee17fa700:
>
>   hw/watchdog/cmsdk_apb_watchdog: Fix broken link (2024-11-18 13:45:45 +0100)
>
> ----------------------------------------------------------------
> Misc HW fixes
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2
for any user-visible changes.

-- PMM