mbox

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

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

Pull-request

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

Message

Laurent Vivier Nov. 2, 2021, 11:22 p.m. UTC
The following changes since commit af531756d25541a1b3b3d9a14e72e7fedd941a2e:

  Merge remote-tracking branch 'remotes/philmd/tags/renesas-20211030' into staging (2021-10-30 11:31:41 -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 5d2bd73588d14b5868129ace9c7912a777f06753:

  hw/input/lasips2: Fix typos in function names (2021-10-31 21:05:40 +0100)

----------------------------------------------------------------
Trivial patches branch pull request 20211101 v2

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

Markus Armbruster (1):
  monitor: Trim some trailing space from human-readable output

Philippe Mathieu-Daudé (2):
  MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware
  hw/input/lasips2: Fix typos in function names

Yanan Wang (1):
  hw/core/machine: Add the missing delimiter in cpu_slot_to_string()

 MAINTAINERS                | 5 ++---
 hw/core/machine.c          | 3 +++
 hw/input/lasips2.c         | 8 ++++----
 monitor/hmp-cmds.c         | 2 +-
 target/i386/cpu-dump.c     | 4 ++--
 target/i386/cpu.c          | 2 +-
 target/ppc/cpu_init.c      | 2 +-
 target/s390x/cpu_models.c  | 4 ++--
 target/xtensa/mmu_helper.c | 2 +-
 9 files changed, 17 insertions(+), 15 deletions(-)

Comments

BALATON Zoltan Nov. 3, 2021, 1:12 a.m. UTC | #1
On Wed, 3 Nov 2021, Laurent Vivier wrote:
> The following changes since commit af531756d25541a1b3b3d9a14e72e7fedd941a2e:
>
>  Merge remote-tracking branch 'remotes/philmd/tags/renesas-20211030' into staging (2021-10-30 11:31:41 -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 5d2bd73588d14b5868129ace9c7912a777f06753:
>
>  hw/input/lasips2: Fix typos in function names (2021-10-31 21:05:40 +0100)
>
> ----------------------------------------------------------------
> Trivial patches branch pull request 20211101 v2

Did you see this one?
https://patchew.org/QEMU/20211030095225.513D4748F48@zero.eik.bme.hu/

Could somebody take it please?

Regards,
BALATON Zoltan

> ----------------------------------------------------------------
>
> Markus Armbruster (1):
>  monitor: Trim some trailing space from human-readable output
>
> Philippe Mathieu-Daudé (2):
>  MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware
>  hw/input/lasips2: Fix typos in function names
>
> Yanan Wang (1):
>  hw/core/machine: Add the missing delimiter in cpu_slot_to_string()
>
> MAINTAINERS                | 5 ++---
> hw/core/machine.c          | 3 +++
> hw/input/lasips2.c         | 8 ++++----
> monitor/hmp-cmds.c         | 2 +-
> target/i386/cpu-dump.c     | 4 ++--
> target/i386/cpu.c          | 2 +-
> target/ppc/cpu_init.c      | 2 +-
> target/s390x/cpu_models.c  | 4 ++--
> target/xtensa/mmu_helper.c | 2 +-
> 9 files changed, 17 insertions(+), 15 deletions(-)
>
> --
> 2.31.1
>
>
>
Richard Henderson Nov. 3, 2021, 5:05 p.m. UTC | #2
On 11/2/21 7:22 PM, Laurent Vivier wrote:
> The following changes since commit af531756d25541a1b3b3d9a14e72e7fedd941a2e:
> 
>    Merge remote-tracking branch 'remotes/philmd/tags/renesas-20211030' into staging (2021-10-30 11:31:41 -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 5d2bd73588d14b5868129ace9c7912a777f06753:
> 
>    hw/input/lasips2: Fix typos in function names (2021-10-31 21:05:40 +0100)
> 
> ----------------------------------------------------------------
> Trivial patches branch pull request 20211101 v2
> 
> ----------------------------------------------------------------
> 
> Markus Armbruster (1):
>    monitor: Trim some trailing space from human-readable output
> 
> Philippe Mathieu-Daudé (2):
>    MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware
>    hw/input/lasips2: Fix typos in function names
> 
> Yanan Wang (1):
>    hw/core/machine: Add the missing delimiter in cpu_slot_to_string()
> 
>   MAINTAINERS                | 5 ++---
>   hw/core/machine.c          | 3 +++
>   hw/input/lasips2.c         | 8 ++++----
>   monitor/hmp-cmds.c         | 2 +-
>   target/i386/cpu-dump.c     | 4 ++--
>   target/i386/cpu.c          | 2 +-
>   target/ppc/cpu_init.c      | 2 +-
>   target/s390x/cpu_models.c  | 4 ++--
>   target/xtensa/mmu_helper.c | 2 +-
>   9 files changed, 17 insertions(+), 15 deletions(-)

Applied, thanks.

r~