From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL v2 00/20] Misc patches for QEMU 5.2-rc1
Date: Wed, 4 Nov 2020 12:04:13 -0500 [thread overview]
Message-ID: <20201104170414.546578-1-pbonzini@redhat.com> (raw)
The following changes since commit 83851c7c60c90e9fb6a23ff48076387a77bc33cd:
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-10-27-v3-tag' into staging (2020-11-03 12:47:58 +0000)
are available in the Git repository at:
https://gitlab.com/bonzini/qemu.git tags/for-upstream
for you to fetch changes up to 372bcb2585cd2f06a01f13b1a208370ccf7479cf:
qapi, qemu-options: make all parsing visitors parse boolean options the same (2020-11-04 12:00:40 -0500)
----------------------------------------------------------------
Doc and bug fixes
----------------------------------------------------------------
v1->v2: adjust error message
AlexChen (1):
tests/qtest: Fix potential NULL pointer dereference in qos_build_main_args()
Alexander Bulekov (5):
scripts/oss-fuzz: rename bin/qemu-fuzz-i386
qtest: add a reproducer for LP#1878642
fuzz: fix writing DMA patterns
fuzz: check the MR in the DMA callback
fuzz: fuzz offsets within pio/mmio regions
Bruce Rogers (1):
configure: fix gio_libs reference
Marc Hartmayer (1):
meson: vhost-user-gpu/virtiofsd: use absolute path
Paolo Bonzini (8):
cutils: replace strdup with g_strdup
docs: expand sourceset documentation
meson: use b_staticpic=false for meson >=0.56.0
meson: fix warning for bad sphinx-build
semihosting: fix order of initialization functions
ivshmem-test: do not use short-form boolean option
qtest: escape device name in device-introspect-test
qapi, qemu-options: make all parsing visitors parse boolean options the same
Peter Maydell (2):
tests/qtest/libqtest.c: Check for setsockopt() failure
tests/qtest/libqos/ahci.c: Avoid NULL dereference in ahci_exec()
Philippe Mathieu-Daudé (2):
exec: Remove dead code (CID 1432876)
hw/isa/lpc_ich9: Ignore reserved/invalid SCI IRQ
configure | 8 +-
contrib/vhost-user-gpu/meson.build | 2 +-
docs/devel/build-system.rst | 158 +++++++++++++++++++++++------------
docs/devel/kconfig.rst | 2 +
docs/meson.build | 3 +-
hw/isa/lpc_ich9.c | 14 +++-
include/hw/i386/ich9.h | 1 +
include/qapi/util.h | 2 +
include/qemu/cutils.h | 1 +
meson.build | 4 +-
qapi/opts-visitor.c | 14 +---
qapi/qapi-util.c | 23 +++++
qapi/qobject-input-visitor.c | 6 +-
qapi/string-input-visitor.c | 17 +---
scripts/oss-fuzz/build.sh | 4 +-
softmmu/physmem.c | 10 +--
softmmu/vl.c | 4 +-
tests/qtest/device-introspect-test.c | 10 ++-
tests/qtest/fuzz-test.c | 15 ++++
tests/qtest/fuzz/generic_fuzz.c | 44 +++++-----
tests/qtest/fuzz/qos_fuzz.c | 3 +-
tests/qtest/ivshmem-test.c | 2 +-
tests/qtest/libqos/ahci.c | 5 +-
tests/qtest/libqtest.c | 9 +-
tools/virtiofsd/meson.build | 2 +-
util/cutils.c | 2 +-
util/qemu-option.c | 20 +----
27 files changed, 227 insertions(+), 158 deletions(-)
--
2.26.2
next reply other threads:[~2020-11-04 17:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-04 17:04 Paolo Bonzini [this message]
2020-11-04 17:04 ` [PULL v2 20/20] qapi, qemu-options: make all parsing visitors parse boolean options the same Paolo Bonzini
2020-11-05 15:16 ` [PULL v2 00/20] Misc patches for QEMU 5.2-rc1 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=20201104170414.546578-1-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@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).