qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] db7b62: fix the prototype of muls64/mulu64


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] db7b62: fix the prototype of muls64/mulu64
Date: Thu, 09 Jul 2020 09:00:32 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: db7b62e70667b06ae18b69382f4647f5673bbf75
      
https://github.com/qemu/qemu/commit/db7b62e70667b06ae18b69382f4647f5673bbf75
  Author: Lijun Pan <ljp@linux.ibm.com>
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
    M include/qemu/host-utils.h

  Log Message:
  -----------
  fix the prototype of muls64/mulu64

The prototypes of muls64/mulu64 in host-utils.h should match the
definitions in host-utils.c

Signed-off-by: Lijun Pan <ljp@linux.ibm.com>
Message-Id: <20200701234344.91843-10-ljp@linux.ibm.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: be99a9a09dcf8b056ec501591e4efdce8efeaf00
      
https://github.com/qemu/qemu/commit/be99a9a09dcf8b056ec501591e4efdce8efeaf00
  Author: Christophe de Dinechin <dinechin@redhat.com>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M stubs/Makefile.objs

  Log Message:
  -----------
  trivial: Respect alphabetical order of .o files in Makefile.objs

The vmgenid.o is the only file that is not in alphabetical order.

Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200629094934.2081180-1-dinechin@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 0f57f8d84f36a1769720dae70bd12725194f48d1
      
https://github.com/qemu/qemu/commit/0f57f8d84f36a1769720dae70bd12725194f48d1
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M .mailmap

  Log Message:
  -----------
  .mailmap: Update Alexander Graf email address

Update Alexander Graf email address to avoid emails bouncing.

Suggested-by: Alexander Graf <agraf@csgraf.de>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alexander Graf <agraf@csgraf.de>
Message-Id: <20200702173818.14651-2-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 428a37770406346dac6d355a70ea5a8916aecb1f
      
https://github.com/qemu/qemu/commit/428a37770406346dac6d355a70ea5a8916aecb1f
  Author: Radoslaw Biernacki <rad@semihalf.com>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M .mailmap
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Update Radoslaw Biernacki email address

My Linaro account is no longer active and stop forwarding emails to me.
Changing it to my current employer domain.

Signed-off-by: Radoslaw Biernacki <rad@semihalf.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Leif Lindholm <leif@nuviainc.com>
Message-Id: <20200512170704.9290-1-rad@semihalf.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 8f4d9555823636c329cb40afc6f36969ec5d35e4
      
https://github.com/qemu/qemu/commit/8f4d9555823636c329cb40afc6f36969ec5d35e4
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M include/qemu/option.h

  Log Message:
  -----------
  util/qemu-option: Document the get_opt_value() function

Coverity noticed commit 950c4e6c94 introduced a dereference before
null check in get_opt_value (CID1391003):

  In get_opt_value: All paths that lead to this null pointer
  comparison already dereference the pointer earlier (CWE-476)

We fixed this in commit 6e3ad3f0e31, but relaxed the check in commit
0c2f6e7ee99 because "No callers of get_opt_value() pass in a NULL
for the 'value' parameter".

Since this function is publicly exposed, it risks new users to do
the same error again. Avoid that documenting the 'value' argument
must not be NULL.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20200629070858.19850-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 2a345149d1747d8625d5d2796e22f4bdd60bea83
      
https://github.com/qemu/qemu/commit/2a345149d1747d8625d5d2796e22f4bdd60bea83
  Author: Menno Lageman <menno.lageman@oracle.com>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M hw/i386/intel_iommu.c

  Log Message:
  -----------
  intel_iommu: "aw-bits" error message still refers to "x-aw-bits"

Commit 4b49b586c4 ('intel_iommu: remove "x-" prefix for "aw-bits"')
removed the "x-" prefix but but didn't update the error message
accordingly.

Signed-off-by: Menno Lageman <menno.lageman@oracle.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20200625155258.1452425-1-menno.lageman@oracle.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 89615cfef57e04da0e5a1bd212a62f8696468e79
      
https://github.com/qemu/qemu/commit/89615cfef57e04da0e5a1bd212a62f8696468e79
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M net/tap-solaris.c

  Log Message:
  -----------
  net/tap-solaris.c: Include qemu-common.h for TFR macro

In commit a8d2532645cf5ce4 we cleaned up usage of the qemu-common.h header
so that it was always included from .c files and never from other .h files.
We missed adding it to net/tap-solaris.c (which previously was pulling it
in via tap-int.h), which broke building on Solaris hosts.

Fixes: a8d2532645cf5ce4
Reported-by: Michele Denber <denber@mindspring.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Tested-by: Michele Denber <denber@mindspring.com>
Message-Id: <20200704092317.12943-1-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 3d7cad3c2388cb74451d50cf455a42d349236161
      
https://github.com/qemu/qemu/commit/3d7cad3c2388cb74451d50cf455a42d349236161
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-07-09 (Thu, 09 Jul 2020)

  Changed paths:
    M .mailmap
    M MAINTAINERS
    M hw/i386/intel_iommu.c
    M include/qemu/host-utils.h
    M include/qemu/option.h
    M net/tap-solaris.c
    M stubs/Makefile.objs

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/vivier2/tags/trivial-branch-for-5.1-pull-request' into staging

trivial branch patches 20200707

# gpg: Signature made Tue 07 Jul 2020 11:52:06 BST
# gpg:                using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C
# gpg:                issuer "laurent@vivier.eu"
# gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
# gpg:                 aka "Laurent Vivier <laurent@vivier.eu>" [full]
# gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" 
[full]
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C

* remotes/vivier2/tags/trivial-branch-for-5.1-pull-request:
  net/tap-solaris.c: Include qemu-common.h for TFR macro
  intel_iommu: "aw-bits" error message still refers to "x-aw-bits"
  util/qemu-option: Document the get_opt_value() function
  MAINTAINERS: Update Radoslaw Biernacki email address
  .mailmap: Update Alexander Graf email address
  trivial: Respect alphabetical order of .o files in Makefile.objs
  fix the prototype of muls64/mulu64

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


Compare: https://github.com/qemu/qemu/compare/48f22ad04ead...3d7cad3c2388



reply via email to

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