[PULL 0/6] Trivial branch for 6.2 patches

Laurent Vivier posted 6 patches 2 years, 5 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211109091238.817997-1-laurent@vivier.eu
Maintainers: Laurent Vivier <lvivier@redhat.com>, Jason Wang <jasowang@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Thomas Huth <thuth@redhat.com>
.mailmap                       | 4 ++++
docs/about/deprecated.rst      | 3 ---
hmp-commands.hx                | 4 ++--
hw/char/goldfish_tty.c         | 2 +-
hw/intc/goldfish_pic.c         | 2 +-
hw/intc/m68k_irqc.c            | 2 +-
hw/m68k/virt.c                 | 2 +-
hw/misc/virt_ctrl.c            | 2 +-
include/hw/char/goldfish_tty.h | 2 +-
include/hw/intc/goldfish_pic.h | 2 +-
include/hw/intc/m68k_irqc.h    | 2 +-
include/hw/misc/virt_ctrl.h    | 2 +-
meson.build                    | 2 +-
tests/qtest/virtio-net-test.c  | 2 +-
14 files changed, 17 insertions(+), 16 deletions(-)
[PULL 0/6] Trivial branch for 6.2 patches
Posted by Laurent Vivier 2 years, 5 months ago
The following changes since commit f10e7b9f6fc18be390b3bc189e04b5147eb8dbf8:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-6.2-20211109' into staging (2021-11-09 07:18:33 +0100)

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 66d96a1901b7d9cfdbc454d407710ca8bfb90947:

  docs/about/deprecated: Remove empty 'related binaries' section (2021-11-09 10:11:27 +0100)

----------------------------------------------------------------
Trivial branch patches pull request 20211109

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

BALATON Zoltan (1):
  hmp: Add shortcut to stop command to match cont

Laurent Vivier (1):
  tests/qtest/virtio-net: fix hotplug test case

Philippe Mathieu-Daudé (4):
  hw/m68k: Fix typo in SPDX tag
  .mailmap: Fix more contributor entries
  meson: Fix 'interpretor' typo
  docs/about/deprecated: Remove empty 'related binaries' section

 .mailmap                       | 4 ++++
 docs/about/deprecated.rst      | 3 ---
 hmp-commands.hx                | 4 ++--
 hw/char/goldfish_tty.c         | 2 +-
 hw/intc/goldfish_pic.c         | 2 +-
 hw/intc/m68k_irqc.c            | 2 +-
 hw/m68k/virt.c                 | 2 +-
 hw/misc/virt_ctrl.c            | 2 +-
 include/hw/char/goldfish_tty.h | 2 +-
 include/hw/intc/goldfish_pic.h | 2 +-
 include/hw/intc/m68k_irqc.h    | 2 +-
 include/hw/misc/virt_ctrl.h    | 2 +-
 meson.build                    | 2 +-
 tests/qtest/virtio-net-test.c  | 2 +-
 14 files changed, 17 insertions(+), 16 deletions(-)

-- 
2.31.1


Re: [PULL 0/6] Trivial branch for 6.2 patches
Posted by Richard Henderson 2 years, 5 months ago
On 11/9/21 10:12 AM, Laurent Vivier wrote:
> The following changes since commit f10e7b9f6fc18be390b3bc189e04b5147eb8dbf8:
> 
>    Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-6.2-20211109' into staging (2021-11-09 07:18:33 +0100)
> 
> 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 66d96a1901b7d9cfdbc454d407710ca8bfb90947:
> 
>    docs/about/deprecated: Remove empty 'related binaries' section (2021-11-09 10:11:27 +0100)
> 
> ----------------------------------------------------------------
> Trivial branch patches pull request 20211109
> 
> ----------------------------------------------------------------
> 
> BALATON Zoltan (1):
>    hmp: Add shortcut to stop command to match cont
> 
> Laurent Vivier (1):
>    tests/qtest/virtio-net: fix hotplug test case
> 
> Philippe Mathieu-Daudé (4):
>    hw/m68k: Fix typo in SPDX tag
>    .mailmap: Fix more contributor entries
>    meson: Fix 'interpretor' typo
>    docs/about/deprecated: Remove empty 'related binaries' section
> 
>   .mailmap                       | 4 ++++
>   docs/about/deprecated.rst      | 3 ---
>   hmp-commands.hx                | 4 ++--
>   hw/char/goldfish_tty.c         | 2 +-
>   hw/intc/goldfish_pic.c         | 2 +-
>   hw/intc/m68k_irqc.c            | 2 +-
>   hw/m68k/virt.c                 | 2 +-
>   hw/misc/virt_ctrl.c            | 2 +-
>   include/hw/char/goldfish_tty.h | 2 +-
>   include/hw/intc/goldfish_pic.h | 2 +-
>   include/hw/intc/m68k_irqc.h    | 2 +-
>   include/hw/misc/virt_ctrl.h    | 2 +-
>   meson.build                    | 2 +-
>   tests/qtest/virtio-net-test.c  | 2 +-
>   14 files changed, 17 insertions(+), 16 deletions(-)

Applied, thanks.

r~