From: David Gibson <david@gibson.dropbear.id.au>
To: peter.maydell@linaro.org
Cc: lvivier@redhat.com, qemu-devel@nongnu.org, groug@kaod.org,
qemu-ppc@nongnu.org, clg@kaod.org,
David Gibson <david@gibson.dropbear.id.au>
Subject: [PULL 0/8] ppc-for-4.2 queue 20191126
Date: Tue, 26 Nov 2019 17:01:43 +1100 [thread overview]
Message-ID: <20191126060151.729845-1-david@gibson.dropbear.id.au> (raw)
The following changes since commit 65e05c82bdc6d348155e301c9d87dba7a08a5701:
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2019-11-25 15:47:44 +0000)
are available in the Git repository at:
git://github.com/dgibson/qemu.git tags/ppc-for-4.2-20191126
for you to fetch changes up to 59d0533b85158fdbe43bad696d4f50ec29a04c32:
ppc/spapr_events: fix potential NULL pointer dereference in rtas_event_log_dequeue (2019-11-26 10:12:58 +1100)
----------------------------------------------------------------
ppc patch queue for 2019-11-26
Here's the first 4.2 hard freeze pull request from me. This has:
* A fix for some testcases that cause errors on older host kernels
(e.g. RHEL7), with our new default configuration of VSMT mode
* Changes to make VFIO devices interact properly with change of irq
chip caused by PAPR feature negotiation. This is more involved
than I would like, but it's a problem in real use cases and I
can't see an easier way to handle it.
* Fix an error with ms6522 counters for the g3beige machine
* Fix a coverity warning
----------------------------------------------------------------
David Gibson (5):
kvm: Introduce KVM irqchip change notifier
vfio/pci: Split vfio_intx_update()
vfio/pci: Respond to KVM irqchip change notifier
spapr: Handle irq backend changes with VFIO PCI devices
spapr: Work around spurious warnings from vfio INTx initialization
Laurent Vivier (2):
pseries: fix migration-test and pxe-test
mos6522: update counters when timer interrupts are off
PanNengyuan (1):
ppc/spapr_events: fix potential NULL pointer dereference in rtas_event_log_dequeue
accel/kvm/kvm-all.c | 18 ++++++++++++++
accel/stubs/kvm-stub.c | 12 ++++++++++
hw/misc/mos6522.c | 8 +++++--
hw/ppc/spapr_events.c | 1 +
hw/ppc/spapr_irq.c | 17 +++++++++++++-
hw/vfio/pci.c | 64 ++++++++++++++++++++++++++++++++------------------
hw/vfio/pci.h | 1 +
include/sysemu/kvm.h | 5 ++++
tests/migration-test.c | 4 ++--
tests/pxe-test.c | 6 ++---
10 files changed, 105 insertions(+), 31 deletions(-)
next reply other threads:[~2019-11-26 6:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-26 6:01 David Gibson [this message]
2019-11-26 6:01 ` [PULL 1/8] pseries: fix migration-test and pxe-test David Gibson
2019-11-26 6:01 ` [PULL 2/8] kvm: Introduce KVM irqchip change notifier David Gibson
2019-11-26 6:01 ` [PULL 3/8] vfio/pci: Split vfio_intx_update() David Gibson
2019-11-26 6:01 ` [PULL 4/8] vfio/pci: Respond to KVM irqchip change notifier David Gibson
2019-12-30 13:23 ` Eduardo Habkost
2019-11-26 6:01 ` [PULL 5/8] spapr: Handle irq backend changes with VFIO PCI devices David Gibson
2019-11-26 6:01 ` [PULL 6/8] spapr: Work around spurious warnings from vfio INTx initialization David Gibson
2019-11-26 6:01 ` [PULL 7/8] mos6522: update counters when timer interrupts are off David Gibson
2019-11-26 6:01 ` [PULL 8/8] ppc/spapr_events: fix potential NULL pointer dereference in rtas_event_log_dequeue David Gibson
2019-11-26 17:28 ` [PULL 0/8] ppc-for-4.2 queue 20191126 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=20191126060151.729845-1-david@gibson.dropbear.id.au \
--to=david@gibson.dropbear.id.au \
--cc=clg@kaod.org \
--cc=groug@kaod.org \
--cc=lvivier@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@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).