qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 8db5c3: docs/devel/testing.rst: Fix reference


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 8db5c3: docs/devel/testing.rst: Fix references to unit tests
Date: Mon, 22 Mar 2021 03:06:33 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: 8db5c3e216d3a9173cede1ff1a5f40cfe6bb0693
      
https://github.com/qemu/qemu/commit/8db5c3e216d3a9173cede1ff1a5f40cfe6bb0693
  Author: Wainer dos Santos Moschetta <wainersm@redhat.com>
  Date:   2021-03-20 (Sat, 20 Mar 2021)

  Changed paths:
    M docs/devel/testing.rst

  Log Message:
  -----------
  docs/devel/testing.rst: Fix references to unit tests

With the recent move of the unit tests to tests/unit directory some
instructions under the "Unit tests" section became imprecise, which
are fixed by this change.

Fixes: da668aa15b99 ("tests: Move unit tests into a separate directory")
Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Message-Id: <20210318174407.2299930-1-wainersm@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: d8b2e5639a08155e6dad7d5befeb12c160c8118e
      
https://github.com/qemu/qemu/commit/d8b2e5639a08155e6dad7d5befeb12c160c8118e
  Author: Emanuele Giuseppe Esposito <eesposit@redhat.com>
  Date:   2021-03-20 (Sat, 20 Mar 2021)

  Changed paths:
    M tests/unit/test-block-iothread.c

  Log Message:
  -----------
  tests/unit/test-block-iothread: fix maybe-uninitialized error on GCC 11

When building qemu with GCC 11, test-block-iothread produces the following
warning:

../tests/unit/test-block-iothread.c:148:11: error: ‘buf’ may be used
uninitialized [-Werror=maybe-uninitialized]

This is caused by buf[512] left uninitialized and passed to
bdrv_save_vmstate() that expects a const uint8_t *, so the compiler
assumes it will be read and expects the parameter to be initialized.

Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20210319112218.49609-1-eesposit@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 630d86b7f2c3b4e1869e3c300cb7dbad35a51f36
      
https://github.com/qemu/qemu/commit/630d86b7f2c3b4e1869e3c300cb7dbad35a51f36
  Author: David CARLIER <devnexen@gmail.com>
  Date:   2021-03-20 (Sat, 20 Mar 2021)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: fix for SunOS based systems

local directive make the configure fails on these systems.

Signed-off-by: David Carlier <devnexen@gmail.com>
Message-Id: <CA+XhMqy95D8X-QvBcEfL=a-Rkgy6aJtheskkqZwQkreru+T_Wg@mail.gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 7e47061d93b4c60abc9c86337744f362c74627f3
      
https://github.com/qemu/qemu/commit/7e47061d93b4c60abc9c86337744f362c74627f3
  Author: David CARLIER <devnexen@gmail.com>
  Date:   2021-03-20 (Sat, 20 Mar 2021)

  Changed paths:
    M contrib/ivshmem-client/ivshmem-client.c
    M contrib/ivshmem-server/ivshmem-server.c

  Log Message:
  -----------
  contrib: ivshmem client and server build fix for SunOS.

sun is a macro on these systems, thus renaming the variables on the
client and server.

Signed-off-by: David Carlier <devnexen@gmail.com>
Message-Id: <CA+XhMqzHPG5ezqY-YxbA+tMoadA3VDFWBX8_LaLC5YsQOMrz+A@mail.gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 262fd27392128c180afc8f968d90d530574862f7
      
https://github.com/qemu/qemu/commit/262fd27392128c180afc8f968d90d530574862f7
  Author: Warner Losh <imp@bsdimp.com>
  Date:   2021-03-20 (Sat, 20 Mar 2021)

  Changed paths:
    M tests/vm/freebsd

  Log Message:
  -----------
  FreeBSD: Upgrade to 12.2 release

FreeBSD 12.1 has reached end of life. Use 12.2 instead so that FreeBSD's
project's packages will work.  Update which timezone to pick. Work around a QEMU
bug that incorrectly raises an exception on a CRC32 instruction with the FPU
disabled.  The qemu bug is described here:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg784158.html

Signed-off-by: Warner Losh <imp@bsdimp.com>
Message-Id: <20210307155654.993-2-imp@bsdimp.com>
[thuth: Disable gnutls to work-around a problem with libtasn1]
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: f0f20022a0c744930935fdb7020a8c18347d391a
      
https://github.com/qemu/qemu/commit/f0f20022a0c744930935fdb7020a8c18347d391a
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2021-03-22 (Mon, 22 Mar 2021)

  Changed paths:
    M configure
    M contrib/ivshmem-client/ivshmem-client.c
    M contrib/ivshmem-server/ivshmem-server.c
    M docs/devel/testing.rst
    M tests/unit/test-block-iothread.c
    M tests/vm/freebsd

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/thuth-gitlab/tags/pull-request-2021-03-21' into staging

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

# gpg: Signature made Sun 21 Mar 2021 16:51:42 GMT
# gpg:                using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
# gpg:                issuer "thuth@redhat.com"
# gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [full]
# gpg:                 aka "Thomas Huth <thuth@redhat.com>" [full]
# gpg:                 aka "Thomas Huth <huth@tuxfamily.org>" [full]
# gpg:                 aka "Thomas Huth <th.huth@posteo.de>" [unknown]
# Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5

* remotes/thuth-gitlab/tags/pull-request-2021-03-21:
  FreeBSD: Upgrade to 12.2 release
  contrib: ivshmem client and server build fix for SunOS.
  configure: fix for SunOS based systems
  tests/unit/test-block-iothread: fix maybe-uninitialized error on GCC 11
  docs/devel/testing.rst: Fix references to unit tests

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/bdee969c0e65...f0f20022a0c7



reply via email to

[Prev in Thread] Current Thread [Next in Thread]