[PULL 00/11] Trivial branch for 6.2 patches

Laurent Vivier posted 11 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211023183123.813116-1-laurent@vivier.eu
Maintainers: Peter Xu <peterx@redhat.com>, David Hildenbrand <david@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>
There is a newer version of this series
MAINTAINERS                       |  1 +
README.rst                        | 14 +++---
disas/nios2.c                     | 73 ++++++++++++-------------------
hw/nvram/xlnx-efuse.c             |  9 ++--
hw/nvram/xlnx-versal-efuse-ctrl.c | 20 ++++++---
hw/nvram/xlnx-zynqmp-efuse.c      | 18 +++++---
include/disas/dis-asm.h           |  3 +-
po/tr.po                          | 25 +++++------
scripts/analyze-migration.py      |  6 +--
softmmu/physmem.c                 |  2 +-
target/nios2/cpu.c                |  6 +--
11 files changed, 87 insertions(+), 90 deletions(-)
[PULL 00/11] Trivial branch for 6.2 patches
Posted by Laurent Vivier 2 years, 6 months ago
The following changes since commit 1dafe7656a9c2770065e91208edd4c073f5f98a9:

  Merge remote-tracking branch 'remotes/vivier-m68k/tags/q800-pull-request' into staging (2021-10-22 07:47:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2c92be50bcfa8b7529a39fc99078ef14dcfc71aa:

  analyze-migration.py: fix extract contents ('-x') errors (2021-10-23 20:28:56 +0200)

----------------------------------------------------------------
Trivial patches pull request 20211023

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

Greg Kurz (2):
  softmmu/physmem.c: Fix typo in comment
  README: Fix some documentation URLs

Laurent Vivier (2):
  analyze-migration.py: fix a long standing typo
  analyze-migration.py: fix extract contents ('-x') errors

Oğuz Ersen (1):
  po: update turkish translation

Philippe Mathieu-Daudé (3):
  disas/nios2: Fix style in print_insn_nios2()
  disas/nios2: Simplify endianess conversion
  MAINTAINERS: Add myself as reviewer of 'Machine core' API

Tong Ho (3):
  hw/nvram: Fix Memory Leak in Xilinx eFuse QOM
  hw/nvram: Fix Memory Leak in Xilinx Versal eFuse device
  hw/nvram: Fix Memory Leak in Xilinx ZynqMP eFuse device

 MAINTAINERS                       |  1 +
 README.rst                        | 14 +++---
 disas/nios2.c                     | 73 ++++++++++++-------------------
 hw/nvram/xlnx-efuse.c             |  9 ++--
 hw/nvram/xlnx-versal-efuse-ctrl.c | 20 ++++++---
 hw/nvram/xlnx-zynqmp-efuse.c      | 18 +++++---
 include/disas/dis-asm.h           |  3 +-
 po/tr.po                          | 25 +++++------
 scripts/analyze-migration.py      |  6 +--
 softmmu/physmem.c                 |  2 +-
 target/nios2/cpu.c                |  6 +--
 11 files changed, 87 insertions(+), 90 deletions(-)

-- 
2.31.1


Re: [PULL 00/11] Trivial branch for 6.2 patches
Posted by Richard Henderson 2 years, 6 months ago
On 10/23/21 11:31 AM, Laurent Vivier wrote:
> The following changes since commit 1dafe7656a9c2770065e91208edd4c073f5f98a9:
> 
>    Merge remote-tracking branch 'remotes/vivier-m68k/tags/q800-pull-request' into staging (2021-10-22 07:47:13 -0700)
> 
> are available in the Git repository at:
> 
>    git://github.com/vivier/qemu.git tags/trivial-branch-for-6.2-pull-request
> 
> for you to fetch changes up to 2c92be50bcfa8b7529a39fc99078ef14dcfc71aa:
> 
>    analyze-migration.py: fix extract contents ('-x') errors (2021-10-23 20:28:56 +0200)
> 
> ----------------------------------------------------------------
> Trivial patches pull request 20211023
> 
> ----------------------------------------------------------------
> 
> Greg Kurz (2):
>    softmmu/physmem.c: Fix typo in comment
>    README: Fix some documentation URLs
> 
> Laurent Vivier (2):
>    analyze-migration.py: fix a long standing typo
>    analyze-migration.py: fix extract contents ('-x') errors
> 
> Oğuz Ersen (1):
>    po: update turkish translation
> 
> Philippe Mathieu-Daudé (3):
>    disas/nios2: Fix style in print_insn_nios2()
>    disas/nios2: Simplify endianess conversion
>    MAINTAINERS: Add myself as reviewer of 'Machine core' API
> 
> Tong Ho (3):
>    hw/nvram: Fix Memory Leak in Xilinx eFuse QOM
>    hw/nvram: Fix Memory Leak in Xilinx Versal eFuse device
>    hw/nvram: Fix Memory Leak in Xilinx ZynqMP eFuse device
> 
>   MAINTAINERS                       |  1 +
>   README.rst                        | 14 +++---
>   disas/nios2.c                     | 73 ++++++++++++-------------------
>   hw/nvram/xlnx-efuse.c             |  9 ++--
>   hw/nvram/xlnx-versal-efuse-ctrl.c | 20 ++++++---
>   hw/nvram/xlnx-zynqmp-efuse.c      | 18 +++++---
>   include/disas/dis-asm.h           |  3 +-
>   po/tr.po                          | 25 +++++------
>   scripts/analyze-migration.py      |  6 +--
>   softmmu/physmem.c                 |  2 +-
>   target/nios2/cpu.c                |  6 +--
>   11 files changed, 87 insertions(+), 90 deletions(-)

Applied, thanks.

r~