mbox

[PULL,00/16] Trivial branch for 6.1 patches

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

Pull-request

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

Message

Laurent Vivier May 15, 2021, 10:03 a.m. UTC
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(-)

Comments

Peter Maydell May 17, 2021, 7:02 p.m. UTC | #1
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