[PULL 0/9] Trivial branch for 6.1 patches

Laurent Vivier posted 9 patches 2 years, 9 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210709202824.578187-1-laurent@vivier.eu
Maintainers: Markus Armbruster <armbru@redhat.com>
hw/usb/desc-msos.c            |  2 +-
hw/virtio/virtio.c            |  2 +
migration/ram.c               |  2 +-
migration/rdma.c              |  2 +-
softmmu/cpus.c                |  2 +-
softmmu/memory.c              | 12 +++--
softmmu/trace-events          |  4 +-
target/s390x/translate.c      |  6 ++-
target/xtensa/xtensa-semi.c   | 84 ++++++++++++++++-------------------
tcg/arm/tcg-target.c.inc      |  6 ++-
tcg/sparc/tcg-target.c.inc    |  6 ++-
tcg/tcg-op.c                  |  2 +-
tools/virtiofsd/fuse_virtio.c |  2 +-
util/guest-random.c           |  2 +-
util/qemu-option.c            |  2 -
15 files changed, 70 insertions(+), 66 deletions(-)
[PULL 0/9] Trivial branch for 6.1 patches
Posted by Laurent Vivier 2 years, 9 months ago
The following changes since commit 05de778b5b8ab0b402996769117b88c7ea5c7c61:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2021-07-09 14:30:01 +0100)

are available in the Git repository at:

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

for you to fetch changes up to e28ffe90fde5702aa8716ac2fa1b4116cdcc9e61:

  util/guest-random: Fix size arg to tail memcpy (2021-07-09 18:42:46 +0200)

----------------------------------------------------------------
Trivial patches pull request 20210709

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

Hubert Jasudowicz (1):
  virtiofsd: Add missing newline in error message

Li Zhijian (1):
  misc: Remove redundant new line in perror()

Mark Nelson (1):
  util/guest-random: Fix size arg to tail memcpy

Markus Armbruster (1):
  qemu-option: Drop dead assertion

Olaf Hering (1):
  migration: fix typo in mig_throttle_guest_down comment

Philippe Mathieu-Daudé (3):
  memory: Display MemoryRegion name in read/write ops trace events
  misc: Fix "havn't" typo
  hw/virtio: Document *_should_notify() are called within
    rcu_read_lock()

Thomas Huth (1):
  target/xtensa/xtensa-semi: Fix compilation problem on Haiku

 hw/usb/desc-msos.c            |  2 +-
 hw/virtio/virtio.c            |  2 +
 migration/ram.c               |  2 +-
 migration/rdma.c              |  2 +-
 softmmu/cpus.c                |  2 +-
 softmmu/memory.c              | 12 +++--
 softmmu/trace-events          |  4 +-
 target/s390x/translate.c      |  6 ++-
 target/xtensa/xtensa-semi.c   | 84 ++++++++++++++++-------------------
 tcg/arm/tcg-target.c.inc      |  6 ++-
 tcg/sparc/tcg-target.c.inc    |  6 ++-
 tcg/tcg-op.c                  |  2 +-
 tools/virtiofsd/fuse_virtio.c |  2 +-
 util/guest-random.c           |  2 +-
 util/qemu-option.c            |  2 -
 15 files changed, 70 insertions(+), 66 deletions(-)

-- 
2.31.1


Re: [PULL 0/9] Trivial branch for 6.1 patches
Posted by Peter Maydell 2 years, 9 months ago
On Fri, 9 Jul 2021 at 21:32, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 05de778b5b8ab0b402996769117b88c7ea5c7c61:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2021-07-09 14:30:01 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/trivial-branch-for-6.1-pull-request
>
> for you to fetch changes up to e28ffe90fde5702aa8716ac2fa1b4116cdcc9e61:
>
>   util/guest-random: Fix size arg to tail memcpy (2021-07-09 18:42:46 +0200)
>
> ----------------------------------------------------------------
> Trivial patches pull request 20210709
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM