[PULL 0/7] qtest and misc patches

Thomas Huth posted 7 patches 7 months ago
Failed in applying to current master (apply log)
Maintainers: "Hervé Poussineau" <hpoussin@reactos.org>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>, Cleber Rosa <crosa@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Laurent Vivier <lvivier@redhat.com>
meson.build                   |  6 ++--
hw/mips/jazz.c                | 81 +++++++++++++++++++++----------------------
tests/qtest/m48t59-test.c     | 12 +++----
tests/qtest/netdev-socket.c   |  8 +++--
meson_options.txt             |  2 ++
scripts/meson-buildoptions.sh |  3 ++
tests/avocado/replay_linux.py |  2 +-
7 files changed, 60 insertions(+), 54 deletions(-)
[PULL 0/7] qtest and misc patches
Posted by Thomas Huth 7 months ago
 Hi Stefan!

The following changes since commit b55e4b9c0525560577384adfc6d30eb0daa8d7be:

  Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (2023-09-21 09:32:47 -0400)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2023-09-25

for you to fetch changes up to b821109583a035a17fa5b89c0ebd8917d09cc82d:

  tests/avocado: fix waiting for vm shutdown in replay_linux (2023-09-25 08:02:23 +0200)

----------------------------------------------------------------
* Make keyutils independent from keyring in meson.build
* Simplify the NIC init code of the jazz machine a little bit
* Minor qtest and avocado fixes

----------------------------------------------------------------
Pavel Dovgalyuk (1):
      tests/avocado: fix waiting for vm shutdown in replay_linux

Philippe Mathieu-Daudé (1):
      tests/qtest/netdev-socket: Do not test multicast on Darwin

Stefan Hajnoczi (1):
      tests/qtest/netdev-socket: Raise connection timeout to 120 seconds

Thomas Huth (4):
      meson.build: Make keyutils independent from keyring
      tests/qtest/m48t59-test: Silence compiler warning with -Wshadow
      hw/mips/jazz: Move the NIC init code into a separate function
      hw/mips/jazz: Simplify the NIC setup code

 meson.build                   |  6 ++--
 hw/mips/jazz.c                | 81 +++++++++++++++++++++----------------------
 tests/qtest/m48t59-test.c     | 12 +++----
 tests/qtest/netdev-socket.c   |  8 +++--
 meson_options.txt             |  2 ++
 scripts/meson-buildoptions.sh |  3 ++
 tests/avocado/replay_linux.py |  2 +-
 7 files changed, 60 insertions(+), 54 deletions(-)


Re: [PULL 0/7] qtest and misc patches
Posted by Stefan Hajnoczi 7 months ago
Applied, thanks.

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