[PULL 00/16] Trivial branch for 6.1 patches

Laurent Vivier posted 16 patches 2 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210515100335.1245468-1-laurent@vivier.eu
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Michael Rolnik <mrolnik@gmail.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Elena Ufimtseva <elena.ufimtseva@oracle.com>, Eric Blake <eblake@redhat.com>, John G Johnson <john.g.johnson@oracle.com>, Eduardo Habkost <ehabkost@redhat.com>, Jagannathan Raman <jag.raman@oracle.com>, Markus Armbruster <armbru@redhat.com>
There is a newer version of this series
backends/tpm/tpm_emulator.c   | 34 +++++++++++++---------------
hw/avr/atmega.c               |  2 +-
hw/block/virtio-blk.c         |  2 +-
hw/gpio/aspeed_gpio.c         |  2 +-
hw/mem/meson.build            |  3 ++-
hw/net/virtio-net.c           |  2 +-
hw/pci-host/meson.build       |  2 +-
hw/remote/mpqemu-link.c       |  2 +-
hw/rtc/mc146818rtc.c          | 42 ++++++++++++++++++-----------------
hw/timer/etraxfs_timer.c      | 14 +++++++++---
hw/virtio/virtio.c            |  2 +-
include/hw/virtio/virtio.h    |  2 +-
qapi/qom.json                 |  4 ++--
target/avr/helper.c           |  6 +----
target/sh4/helper.c           |  7 ++++--
tools/virtiofsd/fuse_virtio.c |  4 ++--
util/cutils.c                 |  2 +-
17 files changed, 69 insertions(+), 63 deletions(-)
[PULL 00/16] Trivial branch for 6.1 patches
Posted by Laurent Vivier 2 years, 11 months ago
The following changes since commit 3e9f48bcdabe57f8f90cf19f01bbbf3c86937267:

  Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210511' into staging (2021-05-12 17:31:52 +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 29f9c636894c462fa54fad08049e51877905e93b:

  target/avr: Ignore unimplemented WDR opcode (2021-05-13 19:18:42 +0200)

----------------------------------------------------------------
Pull request trivial-branch 20210515

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

Frederic Konrad (1):
  hw/avr/atmega.c: use the avr51 cpu for atmega1280

Greg Kurz (1):
  virtiofsd: Fix check of chown()'s return value

Jagannathan Raman (1):
  multi-process: Avoid logical AND of mutually exclusive tests

Michael Tokarev (2):
  qapi: spelling fix (addtional)
  hw/gpio/aspeed: spelling fix (addtional)

Philippe Mathieu-Daudé (10):
  backends/tpm: Replace qemu_mutex_lock calls with QEMU_LOCK_GUARD
  hw/virtio: Pass virtio_feature_get_config_size() a const argument
  virtio-blk: Constify VirtIOFeature feature_sizes[]
  virtio-net: Constify VirtIOFeature feature_sizes[]
  hw/timer/etraxfs_timer: Convert to 3-phase reset (Resettable
    interface)
  hw/rtc/mc146818rtc: Convert to 3-phase reset (Resettable interface)
  hw/mem/meson: Fix linking sparse-mem device with fuzzer
  hw/pci-host: Do not build gpex-acpi.c if GPEX is not selected
  target/sh4: Return error if CPUClass::get_phys_page_debug() fails
  target/avr: Ignore unimplemented WDR opcode

Stefano Garzarella (1):
  cutils: fix memory leak in get_relocated_path()

 backends/tpm/tpm_emulator.c   | 34 +++++++++++++---------------
 hw/avr/atmega.c               |  2 +-
 hw/block/virtio-blk.c         |  2 +-
 hw/gpio/aspeed_gpio.c         |  2 +-
 hw/mem/meson.build            |  3 ++-
 hw/net/virtio-net.c           |  2 +-
 hw/pci-host/meson.build       |  2 +-
 hw/remote/mpqemu-link.c       |  2 +-
 hw/rtc/mc146818rtc.c          | 42 ++++++++++++++++++-----------------
 hw/timer/etraxfs_timer.c      | 14 +++++++++---
 hw/virtio/virtio.c            |  2 +-
 include/hw/virtio/virtio.h    |  2 +-
 qapi/qom.json                 |  4 ++--
 target/avr/helper.c           |  6 +----
 target/sh4/helper.c           |  7 ++++--
 tools/virtiofsd/fuse_virtio.c |  4 ++--
 util/cutils.c                 |  2 +-
 17 files changed, 69 insertions(+), 63 deletions(-)

-- 
2.31.1


Re: [PULL 00/16] Trivial branch for 6.1 patches
Posted by Peter Maydell 2 years, 11 months ago
On Sat, 15 May 2021 at 11:07, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 3e9f48bcdabe57f8f90cf19f01bbbf3c86937267:
>
>   Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210511' into staging (2021-05-12 17:31:52 +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 29f9c636894c462fa54fad08049e51877905e93b:
>
>   target/avr: Ignore unimplemented WDR opcode (2021-05-13 19:18:42 +0200)
>
> ----------------------------------------------------------------
> Pull request trivial-branch 20210515
>
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM