From: Peter Xu <peterx@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Michael S . Tsirkin" <mst@redhat.com>,
Marcel Apfelbaum <marcel@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
peterx@redhat.com, Paolo Bonzini <pbonzini@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/2] Edu leak fix series
Date: Wed, 31 May 2017 17:42:34 +0800 [thread overview]
Message-ID: <1496223756-24929-1-git-send-email-peterx@redhat.com> (raw)
A whitelist for it does not really makes sense. Let's remove it and
then we can introduce a blacklist when really needed, with msi_broken.
That's patch 1.
Then, I let the msi_init() always success in patch 2, along with it I
removed caller checks around it.
The goal of this series is to fix the edu device leak. Yeah it's
slightly weird, but it's the truth...
Please review. Thanks.
Peter Xu (2):
msi: remove msi_nonbroken
msi: remove return code for msi_init()
hw/audio/intel-hda.c | 18 +----------------
hw/i386/amd_iommu.c | 2 +-
hw/i386/kvm/apic.c | 4 ----
hw/i386/xen/xen_apic.c | 1 -
hw/ide/ich.c | 6 +-----
hw/intc/apic.c | 2 --
hw/intc/arm_gicv2m.c | 1 -
hw/intc/arm_gicv3_its_common.c | 2 --
hw/intc/openpic.c | 1 -
hw/intc/openpic_kvm.c | 1 -
hw/misc/edu.c | 4 +---
hw/net/e1000e.c | 6 +-----
hw/net/trace-events | 1 -
hw/net/vmxnet3.c | 8 ++------
hw/pci-bridge/ioh3420.c | 17 ++++------------
hw/pci-bridge/pci_bridge_dev.c | 19 +-----------------
hw/pci-bridge/xio3130_downstream.c | 11 +++-------
hw/pci-bridge/xio3130_upstream.c | 11 +++-------
hw/pci/msi.c | 41 +++++---------------------------------
hw/pci/msix.c | 6 ------
hw/ppc/spapr.c | 6 +-----
hw/ppc/spapr_pci.c | 12 +++++------
hw/s390x/s390-pci-bus.c | 1 -
hw/scsi/megasas.c | 18 +----------------
hw/scsi/mptsas.c | 20 ++-----------------
hw/scsi/trace-events | 1 -
hw/scsi/vmw_pvscsi.c | 12 +++--------
hw/usb/hcd-xhci.c | 16 +--------------
hw/vfio/pci.c | 13 ++----------
include/hw/pci/msi.h | 8 +++-----
30 files changed, 41 insertions(+), 228 deletions(-)
--
2.7.4
next reply other threads:[~2017-05-31 9:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-31 9:42 Peter Xu [this message]
2017-05-31 9:42 ` [Qemu-devel] [PATCH v2 1/2] msi: remove msi_nonbroken Peter Xu
2017-05-31 9:42 ` [Qemu-devel] [PATCH v2 2/2] msi: remove return code for msi_init() Peter Xu
2017-05-31 9:50 ` [Qemu-devel] [PATCH v2 0/2] Edu leak fix series Peter Xu
2017-05-31 12:55 ` Paolo Bonzini
2017-06-01 3:10 ` Peter Xu
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=1496223756-24929-1-git-send-email-peterx@redhat.com \
--to=peterx@redhat.com \
--cc=armbru@redhat.com \
--cc=marcel@redhat.com \
--cc=mst@redhat.com \
--cc=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).