[PULL 0/5] Trivial patches for 2024-10-22

Michael Tokarev posted 5 patches 1 year, 3 months ago
Failed in applying to current master (apply log)
configure                 | 3 ++-
hw/arm/allwinner-a10.c    | 6 +++---
hw/arm/allwinner-h3.c     | 5 ++---
hw/arm/allwinner-r40.c    | 5 ++---
hw/arm/xlnx-versal-virt.c | 4 ++--
hw/audio/soundhw.c        | 3 ++-
linux-user/syscall.c      | 1 -
meson.build               | 2 +-
system/vl.c               | 3 ++-
ui/console-vc.c           | 4 ++--
ui/curses.c               | 2 +-
11 files changed, 19 insertions(+), 19 deletions(-)
[PULL 0/5] Trivial patches for 2024-10-22
Posted by Michael Tokarev 1 year, 3 months ago
The following changes since commit cc5adbbd50d81555b8eb73602ec16fde40b55be4:

  Merge tag 'pull-tpm-2024-10-18-1' of https://github.com/stefanberger/qemu-tpm into staging (2024-10-18 15:45:02 +0100)

are available in the Git repository at:

  https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches

for you to fetch changes up to 5ae3ec63631a907ba474094df99594cd545590df:

  replace error_setg(&error_fatal, ...) with error_report() (2024-10-21 22:40:47 +0300)

----------------------------------------------------------------
trivial patches for 2024-10-22

----------------------------------------------------------------
Brad Smith (1):
      meson.build: Remove ncurses workaround for OpenBSD

Gustavo Romero (1):
      linux-user: Clean up unused header

Kevin Wolf (1):
      configure: Replace literally printed '\n' with newline

Thomas Huth (1):
      ui/console-vc: Silence warning about sprintf() on OpenBSD

Tudor Gheorghiu (1):
      replace error_setg(&error_fatal, ...) with error_report()

 configure                 | 3 ++-
 hw/arm/allwinner-a10.c    | 6 +++---
 hw/arm/allwinner-h3.c     | 5 ++---
 hw/arm/allwinner-r40.c    | 5 ++---
 hw/arm/xlnx-versal-virt.c | 4 ++--
 hw/audio/soundhw.c        | 3 ++-
 linux-user/syscall.c      | 1 -
 meson.build               | 2 +-
 system/vl.c               | 3 ++-
 ui/console-vc.c           | 4 ++--
 ui/curses.c               | 2 +-
 11 files changed, 19 insertions(+), 19 deletions(-)
Re: [PULL 0/5] Trivial patches for 2024-10-22
Posted by Peter Maydell 1 year, 3 months ago
On Tue, 22 Oct 2024 at 07:16, Michael Tokarev <mjt@tls.msk.ru> wrote:
>
> The following changes since commit cc5adbbd50d81555b8eb73602ec16fde40b55be4:
>
>   Merge tag 'pull-tpm-2024-10-18-1' of https://github.com/stefanberger/qemu-tpm into staging (2024-10-18 15:45:02 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches
>
> for you to fetch changes up to 5ae3ec63631a907ba474094df99594cd545590df:
>
>   replace error_setg(&error_fatal, ...) with error_report() (2024-10-21 22:40:47 +0300)
>
> ----------------------------------------------------------------
> trivial patches for 2024-10-22
>


Applied, thanks.

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

-- PMM