[PULL 0/2] Renesas patches for 5.2-rc1

Philippe Mathieu-Daudé posted 2 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201108235915.2396150-1-f4bug@amsat.org
hw/rx/rx-gdbsim.c |  3 +--
MAINTAINERS       | 10 +++++-----
2 files changed, 6 insertions(+), 7 deletions(-)
[PULL 0/2] Renesas patches for 5.2-rc1
Posted by Philippe Mathieu-Daudé 3 years, 5 months ago
The following changes since commit 3493c36f0371777c62d1d72b205b0eb6117e2156:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into staging (2020-11-06 13:43:28 +0000)

are available in the Git repository at:

  https://gitlab.com/philmd/qemu.git tags/renesas-fixes-20201109

for you to fetch changes up to 60f6de8fbafa5dc57af63792e3ba1a910239d195:

  hw/rx/rx-gdbsim: Fix memory leak (CID 1432307) (2020-11-09 00:53:07 +0100)

----------------------------------------------------------------
Renesas patches queue

- Demote target & hardware sections to 'Odd Fixes'
- Fix memory leak (CID 1432307)

CI jobs results:
. https://cirrus-ci.com/build/5340929353580544
. https://gitlab.com/philmd/qemu/-/pipelines/213407241
. https://travis-ci.org/github/philmd/qemu/builds/742315021
----------------------------------------------------------------

Philippe Mathieu-Daudé (2):
  MAINTAINERS: Demote Renesas target & hardware to 'Odd Fixes'
  hw/rx/rx-gdbsim: Fix memory leak (CID 1432307)

 hw/rx/rx-gdbsim.c |  3 +--
 MAINTAINERS       | 10 +++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)

-- 
2.26.2

Re: [PULL 0/2] Renesas patches for 5.2-rc1
Posted by Peter Maydell 3 years, 5 months ago
On Mon, 9 Nov 2020 at 00:01, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> The following changes since commit 3493c36f0371777c62d1d72b205b0eb6117e2156:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into staging (2020-11-06 13:43:28 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/philmd/qemu.git tags/renesas-fixes-20201109
>
> for you to fetch changes up to 60f6de8fbafa5dc57af63792e3ba1a910239d195:
>
>   hw/rx/rx-gdbsim: Fix memory leak (CID 1432307) (2020-11-09 00:53:07 +0100)
>
> ----------------------------------------------------------------
> Renesas patches queue
>
> - Demote target & hardware sections to 'Odd Fixes'
> - Fix memory leak (CID 1432307)
>
> CI jobs results:
> . https://cirrus-ci.com/build/5340929353580544
> . https://gitlab.com/philmd/qemu/-/pipelines/213407241
> . https://travis-ci.org/github/philmd/qemu/builds/742315021
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM