[PULL 0/7] Trivial branch for 5.1 patches

Laurent Vivier posted 7 patches 3 years, 8 months ago
Test checkpatch passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200707105255.362318-1-laurent@vivier.eu
Maintainers: Eduardo Habkost <ehabkost@redhat.com>, Richard Henderson <rth@twiddle.net>, "Michael S. Tsirkin" <mst@redhat.com>, Laurent Vivier <laurent@vivier.eu>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Michael Tokarev <mjt@tls.msk.ru>
There is a newer version of this series
.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(-)
[PULL 0/7] Trivial branch for 5.1 patches
Posted by Laurent Vivier 3 years, 8 months ago
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


Re: [PULL 0/7] Trivial branch for 5.1 patches
Posted by Peter Maydell 3 years, 8 months ago
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