mbox

[PULL,0/7] Trivial branch for 5.1 patches

Message ID 20200707105255.362318-1-laurent@vivier.eu (mailing list archive)
State New, archived
Headers show

Pull-request

git://github.com/vivier/qemu.git tags/trivial-branch-for-5.1-pull-request

Message

Laurent Vivier July 7, 2020, 10:52 a.m. UTC
The following changes since commit eb6490f544388dd24c0d054a96dd304bc7284450:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-2020070=
3' into staging (2020-07-04 16:08:41 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/trivial-branch-for-5.1-pull-request

for you to fetch changes up to 89615cfef57e04da0e5a1bd212a62f8696468e79:

  net/tap-solaris.c: Include qemu-common.h for TFR macro (2020-07-07 12:38:50=
 +0200)

----------------------------------------------------------------
trivial branch patches 20200707

----------------------------------------------------------------

Christophe de Dinechin (1):
  trivial: Respect alphabetical order of .o files in Makefile.objs

Lijun Pan (1):
  fix the prototype of muls64/mulu64

Menno Lageman (1):
  intel_iommu: "aw-bits" error message still refers to "x-aw-bits"

Peter Maydell (1):
  net/tap-solaris.c: Include qemu-common.h for TFR macro

Philippe Mathieu-Daud=C3=A9 (2):
  .mailmap: Update Alexander Graf email address
  util/qemu-option: Document the get_opt_value() function

Radoslaw Biernacki (1):
  MAINTAINERS: Update Radoslaw Biernacki email address

 .mailmap                  |  2 ++
 MAINTAINERS               |  2 +-
 hw/i386/intel_iommu.c     |  2 +-
 include/qemu/host-utils.h |  4 ++--
 include/qemu/option.h     | 13 +++++++++++++
 net/tap-solaris.c         |  1 +
 stubs/Makefile.objs       |  2 +-
 7 files changed, 21 insertions(+), 5 deletions(-)

--=20
2.26.2

Comments

Peter Maydell July 9, 2020, 3:49 p.m. UTC | #1
On Tue, 7 Jul 2020 at 11:54, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit eb6490f544388dd24c0d054a96dd304bc7284450:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-2020070=
> 3' into staging (2020-07-04 16:08:41 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/trivial-branch-for-5.1-pull-request
>
> for you to fetch changes up to 89615cfef57e04da0e5a1bd212a62f8696468e79:
>
>   net/tap-solaris.c: Include qemu-common.h for TFR macro (2020-07-07 12:38:50=
>  +0200)
>
> ----------------------------------------------------------------
> trivial branch patches 20200707
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM