[PULL 0/5] Unit test fixes + misc OS patches

Thomas Huth posted 5 patches 3 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210321171833.20736-1-thuth@redhat.com
Maintainers: Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Willian Rampazzo <willianr@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>
configure                               |  2 +-
contrib/ivshmem-client/ivshmem-client.c | 12 ++++++------
contrib/ivshmem-server/ivshmem-server.c | 12 ++++++------
docs/devel/testing.rst                  |  6 +++---
tests/unit/test-block-iothread.c        |  6 +++---
tests/vm/freebsd                        | 16 +++++++++++-----
6 files changed, 30 insertions(+), 24 deletions(-)
[PULL 0/5] Unit test fixes + misc OS patches
Posted by Thomas Huth 3 years, 1 month ago
 Hi Peter!

The following changes since commit 2e1293cbaac75e84f541f9acfa8e26749f4c3562:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-03-16-v4' into staging (2021-03-19 16:40:00 +0000)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2021-03-21

for you to fetch changes up to 262fd27392128c180afc8f968d90d530574862f7:

  FreeBSD: Upgrade to 12.2 release (2021-03-20 06:33:17 +0100)

----------------------------------------------------------------
* Small fixes for the unit tests
* Compilation fixes for Illumos et al.
* Update the FreeBSD VM to 12.2
----------------------------------------------------------------

David CARLIER (2):
  configure: fix for SunOS based systems
  contrib: ivshmem client and server build fix for SunOS.

Emanuele Giuseppe Esposito (1):
  tests/unit/test-block-iothread: fix maybe-uninitialized error on GCC
    11

Wainer dos Santos Moschetta (1):
  docs/devel/testing.rst: Fix references to unit tests

Warner Losh (1):
  FreeBSD: Upgrade to 12.2 release

 configure                               |  2 +-
 contrib/ivshmem-client/ivshmem-client.c | 12 ++++++------
 contrib/ivshmem-server/ivshmem-server.c | 12 ++++++------
 docs/devel/testing.rst                  |  6 +++---
 tests/unit/test-block-iothread.c        |  6 +++---
 tests/vm/freebsd                        | 16 +++++++++++-----
 6 files changed, 30 insertions(+), 24 deletions(-)

-- 
2.27.0


Re: [PULL 0/5] Unit test fixes + misc OS patches
Posted by Peter Maydell 3 years, 1 month ago
On Sun, 21 Mar 2021 at 17:18, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter!
>
> The following changes since commit 2e1293cbaac75e84f541f9acfa8e26749f4c3562:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-03-16-v4' into staging (2021-03-19 16:40:00 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2021-03-21
>
> for you to fetch changes up to 262fd27392128c180afc8f968d90d530574862f7:
>
>   FreeBSD: Upgrade to 12.2 release (2021-03-20 06:33:17 +0100)
>
> ----------------------------------------------------------------
> * Small fixes for the unit tests
> * Compilation fixes for Illumos et al.
> * Update the FreeBSD VM to 12.2
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM