From: Laurent Vivier <laurent@vivier.eu>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-trivial@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>,
qemu-devel@nongnu.org
Subject: Re: [PULL 00/22] Trivial branch for 6.0 patches
Date: Wed, 10 Mar 2021 22:52:58 +0100 [thread overview]
Message-ID: <0a9adc53-f0ec-f3fe-ad1f-197ec89fd491@vivier.eu> (raw)
In-Reply-To: <20210310214504.1183162-1-laurent@vivier.eu>
Peter,
my "git publish" has failed at patch 20 with:
Requested action aborted
Mails per session limit exceeded.
I think my email provider has added new limits :(
can you merge this PR without I have to resend it?
Thanks,
Laurent
Le 10/03/2021 à 22:44, Laurent Vivier a écrit :
> The following changes since commit b2ae1009d7cca2701e17eae55ae2d44fd22c942a:
>
> Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' in=
> to staging (2021-03-09 13:50:35 +0000)
>
> are available in the Git repository at:
>
> git://github.com/vivier/qemu.git tags/trivial-branch-for-6.0-pull-request
>
> for you to fetch changes up to 538f049704e9b7a07eeaf326af772fdd30d89576:
>
> sysemu: Let VMChangeStateHandler take boolean 'running' argument (2021-03-0=
> 9 23:13:57 +0100)
>
> ----------------------------------------------------------------
> Pull request trivial patches 20210310
>
> ----------------------------------------------------------------
>
> Alexander Bulekov (1):
> fuzz-test: remove unneccessary debugging flags
>
> Eric Blake (1):
> scsi: Silence gcc warning
>
> Markus Armbruster (2):
> backends/dbus-vmstate: Fix short read error handling
> vhost_user_gpu: Drop dead check for g_malloc() failure
>
> Michael Tokarev (1):
> Various spelling fixes
>
> Peter Maydell (1):
> qemu-common.h: Update copyright string to 2021
>
> Philippe Mathieu-Daud=C3=A9 (13):
> hw/elf_ops: Fix a typo
> target/hexagon/gen_tcg_funcs: Fix a typo
> exec/memory: Use struct Object typedef
> ui: Replace the word 'whitelist'
> scripts/tracetool: Replace the word 'whitelist'
> seccomp: Replace the word 'blacklist'
> qemu-options: Replace the word 'blacklist'
> tests/fp/fp-test: Replace the word 'blacklist'
> hw/lm32/Kconfig: Introduce CONFIG_LM32_EVR for lm32-evr/uclinux boards
> hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICES
> hw/lm32/Kconfig: Have MILKYMIST select LM32_DEVICES
> sysemu/runstate: Let runstate_is_running() return bool
> sysemu: Let VMChangeStateHandler take boolean 'running' argument
>
> Thomas Huth (1):
> net: Use id_generate() in the network subsystem, too
>
> Wainer dos Santos Moschetta (1):
> MAINTAINERS: Fix the location of tools manuals
>
> lijiejun (1):
> virtio-gpu: Adjust code space style
>
> MAINTAINERS | 10 ++++----
> accel/xen/xen-all.c | 2 +-
> audio/audio.c | 2 +-
> backends/dbus-vmstate.c | 5 +++-
> block/block-backend.c | 2 +-
> default-configs/devices/lm32-softmmu.mak | 2 +-
> disas/nanomips.cpp | 2 +-
> gdbstub.c | 2 +-
> hw/block/pflash_cfi01.c | 2 +-
> hw/block/virtio-blk.c | 2 +-
> hw/char/meson.build | 4 +--
> hw/display/qxl.c | 2 +-
> hw/display/vhost-user-gpu.c | 1 -
> hw/display/virtio-gpu-3d.c | 3 +--
> hw/i386/kvm/clock.c | 2 +-
> hw/i386/kvm/i8254.c | 2 +-
> hw/i386/kvmvapic.c | 2 +-
> hw/i386/xen/xen-hvm.c | 2 +-
> hw/ide/core.c | 2 +-
> hw/intc/arm_gicv3_its_kvm.c | 2 +-
> hw/intc/arm_gicv3_kvm.c | 2 +-
> hw/intc/meson.build | 2 +-
> hw/intc/spapr_xive_kvm.c | 2 +-
> hw/lm32/Kconfig | 10 +++++---
> hw/lm32/meson.build | 2 +-
> hw/misc/mac_via.c | 2 +-
> hw/misc/trace-events | 2 +-
> hw/net/allwinner-sun8i-emac.c | 2 +-
> hw/net/e1000e_core.c | 2 +-
> hw/nvram/spapr_nvram.c | 2 +-
> hw/ppc/pnv_bmc.c | 2 +-
> hw/ppc/pnv_xscom.c | 2 +-
> hw/ppc/ppc.c | 2 +-
> hw/ppc/ppc_booke.c | 2 +-
> hw/s390x/tod-kvm.c | 2 +-
> hw/scsi/scsi-bus.c | 2 +-
> hw/scsi/scsi-disk.c | 1 +
> hw/timer/meson.build | 2 +-
> hw/usb/ccid-card-emulated.c | 2 +-
> hw/usb/hcd-ehci.c | 2 +-
> hw/usb/hcd-ohci.c | 2 +-
> hw/usb/host-libusb.c | 2 +-
> hw/usb/redirect.c | 2 +-
> hw/vfio/migration.c | 2 +-
> hw/virtio/vhost.c | 2 +-
> hw/virtio/virtio-rng.c | 2 +-
> hw/virtio/virtio.c | 2 +-
> include/exec/memory.h | 32 ++++++++++++------------
> include/hw/elf_ops.h | 2 +-
> include/hw/ppc/pnv_xscom.h | 2 +-
> include/hw/s390x/css.h | 2 +-
> include/qemu-common.h | 2 +-
> include/qemu/id.h | 1 +
> include/sysemu/runstate.h | 12 ++++++---
> net/net.c | 8 +++---
> qemu-options.hx | 10 ++++----
> scripts/tracetool/__init__.py | 2 +-
> softmmu/memory.c | 14 +++++------
> softmmu/qemu-seccomp.c | 16 ++++++------
> softmmu/runstate.c | 4 +--
> target/arm/kvm.c | 2 +-
> target/arm/kvm_arm.h | 2 +-
> target/hexagon/gen_tcg_funcs.py | 14 +++++------
> target/i386/cpu.c | 2 +-
> target/i386/kvm/kvm.c | 2 +-
> target/i386/machine.c | 2 +-
> target/i386/sev.c | 2 +-
> target/i386/whpx/whpx-all.c | 2 +-
> target/m68k/op_helper.c | 2 +-
> target/mips/kvm.c | 4 +--
> target/ppc/cpu-qom.h | 2 +-
> target/riscv/cpu.c | 2 +-
> tests/fp/fp-test.c | 8 +++---
> tests/qtest/fuzz-test.c | 3 +--
> ui/console.c | 2 +-
> ui/gtk.c | 2 +-
> ui/spice-core.c | 2 +-
> ui/vnc-auth-sasl.c | 4 +--
> util/id.c | 1 +
> 79 files changed, 147 insertions(+), 134 deletions(-)
>
> --=20
> 2.29.2
>
>
next prev parent reply other threads:[~2021-03-10 22:19 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-10 21:44 [PULL 00/22] Trivial branch for 6.0 patches Laurent Vivier
2021-03-10 21:44 ` [PULL 01/22] Various spelling fixes Laurent Vivier
2021-03-10 21:44 ` [PULL 02/22] scsi: Silence gcc warning Laurent Vivier
2021-03-10 21:44 ` [PULL 03/22] hw/elf_ops: Fix a typo Laurent Vivier
2021-03-10 21:44 ` [PULL 04/22] target/hexagon/gen_tcg_funcs: " Laurent Vivier
2021-03-10 21:44 ` [PULL 05/22] backends/dbus-vmstate: Fix short read error handling Laurent Vivier
2021-03-10 21:44 ` [PULL 06/22] vhost_user_gpu: Drop dead check for g_malloc() failure Laurent Vivier
2021-03-10 21:44 ` [PULL 07/22] MAINTAINERS: Fix the location of tools manuals Laurent Vivier
2021-03-10 21:44 ` [PULL 08/22] net: Use id_generate() in the network subsystem, too Laurent Vivier
2021-03-10 21:44 ` [PULL 09/22] fuzz-test: remove unneccessary debugging flags Laurent Vivier
2021-03-10 21:44 ` [PULL 10/22] exec/memory: Use struct Object typedef Laurent Vivier
2021-03-10 21:44 ` [PULL 11/22] virtio-gpu: Adjust code space style Laurent Vivier
2021-03-10 21:44 ` [PULL 12/22] ui: Replace the word 'whitelist' Laurent Vivier
2021-03-10 21:44 ` [PULL 13/22] scripts/tracetool: " Laurent Vivier
2021-03-10 21:44 ` [PULL 14/22] seccomp: Replace the word 'blacklist' Laurent Vivier
2021-03-10 21:44 ` [PULL 15/22] qemu-options: " Laurent Vivier
2021-03-10 21:44 ` [PULL 16/22] tests/fp/fp-test: " Laurent Vivier
2021-03-10 21:44 ` [PULL 17/22] qemu-common.h: Update copyright string to 2021 Laurent Vivier
2021-03-10 21:45 ` [PULL 18/22] hw/lm32/Kconfig: Introduce CONFIG_LM32_EVR for lm32-evr/uclinux boards Laurent Vivier
2021-03-10 21:45 ` [PULL 19/22] hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICES Laurent Vivier
2021-03-10 21:52 ` Laurent Vivier [this message]
2021-03-11 19:03 ` [PULL 00/22] Trivial branch for 6.0 patches Peter Maydell
2021-03-12 10:15 ` Philippe Mathieu-Daudé
2021-03-12 11:05 ` Laurent Vivier
2021-03-12 13:43 ` Philippe Mathieu-Daudé
2021-03-12 9:59 ` 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=0a9adc53-f0ec-f3fe-ad1f-197ec89fd491@vivier.eu \
--to=laurent@vivier.eu \
--cc=mjt@tls.msk.ru \
--cc=peter.maydell@linaro.org \
--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).