From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>,
Laurent Vivier <laurent@vivier.eu>
Subject: [PULL 00/16] Trivial branch for 6.1 patches
Date: Sat, 15 May 2021 12:03:19 +0200 [thread overview]
Message-ID: <20210515100335.1245468-1-laurent@vivier.eu> (raw)
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
next reply other threads:[~2021-05-15 10:06 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-15 10:03 Laurent Vivier [this message]
2021-05-15 10:03 ` [PULL 01/16] backends/tpm: Replace qemu_mutex_lock calls with QEMU_LOCK_GUARD Laurent Vivier
2021-05-15 10:03 ` [PULL 02/16] hw/virtio: Pass virtio_feature_get_config_size() a const argument Laurent Vivier
2021-05-15 10:03 ` [PULL 03/16] virtio-blk: Constify VirtIOFeature feature_sizes[] Laurent Vivier
2021-05-15 10:03 ` [PULL 04/16] virtio-net: " Laurent Vivier
2021-05-15 10:03 ` [PULL 05/16] virtiofsd: Fix check of chown()'s return value Laurent Vivier
2021-05-15 10:03 ` [PULL 06/16] qapi: spelling fix (addtional) Laurent Vivier
2021-05-15 10:03 ` [PULL 07/16] hw/gpio/aspeed: " Laurent Vivier
2021-05-15 10:03 ` [PULL 08/16] hw/timer/etraxfs_timer: Convert to 3-phase reset (Resettable interface) Laurent Vivier
2021-05-15 10:03 ` [PULL 09/16] hw/rtc/mc146818rtc: " Laurent Vivier
2021-05-15 10:03 ` [PULL 10/16] cutils: fix memory leak in get_relocated_path() Laurent Vivier
2021-05-15 10:03 ` [PULL 11/16] hw/mem/meson: Fix linking sparse-mem device with fuzzer Laurent Vivier
2021-05-15 10:03 ` [PULL 12/16] hw/pci-host: Do not build gpex-acpi.c if GPEX is not selected Laurent Vivier
2021-05-15 10:03 ` [PULL 13/16] multi-process: Avoid logical AND of mutually exclusive tests Laurent Vivier
2021-05-15 10:03 ` [PULL 14/16] target/sh4: Return error if CPUClass::get_phys_page_debug() fails Laurent Vivier
2021-05-15 10:03 ` [PULL 15/16] hw/avr/atmega.c: use the avr51 cpu for atmega1280 Laurent Vivier
2021-05-15 10:03 ` [PULL 16/16] target/avr: Ignore unimplemented WDR opcode Laurent Vivier
2021-05-17 19:02 ` [PULL 00/16] Trivial branch for 6.1 patches Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210515100335.1245468-1-laurent@vivier.eu \
--to=laurent@vivier.eu \
--cc=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).