mbox

[PULL,v2,0/7] target-arm queue

Message ID 20240325141901.2080584-1-peter.maydell@linaro.org (mailing list archive)
State New, archived
Headers show

Pull-request

https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20240325-1

Message

Peter Maydell March 25, 2024, 2:19 p.m. UTC
v2: added a missing #include qemu/error-report.h which only causes
build failure in some configs, not all.

The following changes since commit 853546f8128476eefb701d4a55b2781bb3a46faa:

  Merge tag 'pull-loongarch-20240322' of https://gitlab.com/gaosong/qemu into staging (2024-03-22 10:59:57 +0000)

are available in the Git repository at:

  https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20240325-1

for you to fetch changes up to fe3e38390126c2202292911c49d46fc7ee4a163a:

  tests/qtest/libqtest.c: Check for g_setenv() failure (2024-03-25 14:17:07 +0000)

----------------------------------------------------------------
target-arm queue:
 * Fixes for seven minor coverity issues

----------------------------------------------------------------
Peter Maydell (7):
      tests/qtest/npcm7xx_emc_test: Don't leak cmd_line
      tests/unit/socket-helpers: Don't close(-1)
      net/af-xdp.c: Don't leak sock_fds array in net_init_af_xdp()
      hw/misc/pca9554: Correct error check bounds in get/set pin functions
      hw/nvram/mac_nvram: Report failure to write data
      tests/unit/test-throttle: Avoid unintended integer division
      tests/qtest/libqtest.c: Check for g_setenv() failure

 hw/misc/pca9554.c              | 4 ++--
 hw/nvram/mac_nvram.c           | 6 +++++-
 net/af-xdp.c                   | 3 +--
 tests/qtest/libqtest.c         | 6 +++++-
 tests/qtest/npcm7xx_emc-test.c | 4 ++--
 tests/unit/socket-helpers.c    | 4 +++-
 tests/unit/test-throttle.c     | 4 ++--
 7 files changed, 20 insertions(+), 11 deletions(-)

Comments

Peter Maydell March 25, 2024, 4:46 p.m. UTC | #1
On Mon, 25 Mar 2024 at 14:19, Peter Maydell <peter.maydell@linaro.org> wrote:
>
>
> v2: added a missing #include qemu/error-report.h which only causes
> build failure in some configs, not all.
>
> The following changes since commit 853546f8128476eefb701d4a55b2781bb3a46faa:
>
>   Merge tag 'pull-loongarch-20240322' of https://gitlab.com/gaosong/qemu into staging (2024-03-22 10:59:57 +0000)
>
> are available in the Git repository at:
>
>   https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20240325-1
>
> for you to fetch changes up to fe3e38390126c2202292911c49d46fc7ee4a163a:
>
>   tests/qtest/libqtest.c: Check for g_setenv() failure (2024-03-25 14:17:07 +0000)
>
> ----------------------------------------------------------------
> target-arm queue:
>  * Fixes for seven minor coverity issues
>


Applied, thanks.

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

-- PMM