mbox

[PULL,0/4] Trivial branch for 6.0 patches

Message ID 20210129083236.584238-1-laurent@vivier.eu
State New
Headers show

Pull-request

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

Message

Laurent Vivier Jan. 29, 2021, 8:32 a.m. UTC
The following changes since commit 9cd69f1a270235b652766f00b94114f48a2d603f:

  Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-01-25=
-1' into staging (2021-01-26 09:51:02 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 77182df19f874adfc4ac98248606c154764baaa8:

  target/rx: Fix compiler errors for build with sanitizers (2021-01-29 09:31:=
53 +0100)

----------------------------------------------------------------
Trivial patches 20210129

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

Doug Evans (1):
  net/slirp.c: Fix spelling error in error message

Greg Kurz (1):
  MAINTAINERS: Update 9pfs tree URL

Philippe Mathieu-Daud=C3=A9 (1):
  tcg/tci: Restrict tci_write_reg16() to 64-bit hosts

Stefan Weil (1):
  target/rx: Fix compiler errors for build with sanitizers

 MAINTAINERS           |  2 +-
 net/slirp.c           |  2 +-
 target/rx/op_helper.c | 12 ++++++------
 tcg/tci.c             |  2 ++
 4 files changed, 10 insertions(+), 8 deletions(-)

--=20
2.29.2

Comments

Peter Maydell Jan. 29, 2021, 11:03 a.m. UTC | #1
On Fri, 29 Jan 2021 at 08:34, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 9cd69f1a270235b652766f00b94114f48a2d603f:
>
>   Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-01-25=
> -1' into staging (2021-01-26 09:51:02 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/trivial-branch-for-6.0-pull-request
>
> for you to fetch changes up to 77182df19f874adfc4ac98248606c154764baaa8:
>
>   target/rx: Fix compiler errors for build with sanitizers (2021-01-29 09:31:=
> 53 +0100)
>
> ----------------------------------------------------------------
> Trivial patches 20210129
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM