From: Alex Williamson <alex.williamson@redhat.com>
To: qemu-devel@nongnu.org
Cc: kvm@vger.kernel.org, eric.auger@redhat.com, peterx@redhat.com
Subject: [Qemu-devel] [PATCH v3 0/6] vfio/quirks: ioeventfd support
Date: Thu, 03 May 2018 15:44:31 -0600 [thread overview]
Message-ID: <20180503213458.2749.28566.stgit@gimli.home> (raw)
I've incorporated all review comments from Peter and Eric aside from
adding a new tri-state property to handle the debug options. I'm also
pulling in the header update series and dropping the virtio GPU patch,
manually restoring the necessary define with hopes that the upstream
discrepancy is resolved now that it has been identified to those
responsible. This series still depends on MST's series as the header
update to v4.17-rc is still a bit nasty. That can be found here:
https://lists.gnu.org/archive/html/qemu-devel/2018-04/msg02510.html
Please review. Thanks,
Alex
---
Alex Williamson (6):
scripts/update-linux-headers: Update handling of __aligned_u64
linux-headers: Update to v4.17-rc3
vfio/quirks: Add common quirk alloc helper
vfio/quirks: Add quirk reset callback
vfio/quirks: ioeventfd quirk acceleration
vfio/quirks: Enable ioeventfd quirks to be handled by vfio directly
hw/vfio/pci-quirks.c | 268 +++++++++++++++--
hw/vfio/pci.c | 6
hw/vfio/pci.h | 18 +
hw/vfio/trace-events | 3
include/standard-headers/linux/ethtool.h | 36 ++
include/standard-headers/linux/input.h | 4
include/standard-headers/linux/pci_regs.h | 7
include/standard-headers/linux/virtio_balloon.h | 19 +
include/standard-headers/rdma/vmw_pvrdma-abi.h | 49 ++-
linux-headers/COPYING | 358 +----------------------
linux-headers/asm-arm/kvm.h | 15 +
linux-headers/asm-arm64/kvm.h | 6
linux-headers/asm-s390/unistd_32.h | 1
linux-headers/asm-s390/unistd_64.h | 1
linux-headers/asm-x86/kvm.h | 19 +
linux-headers/linux/kvm.h | 30 ++
linux-headers/linux/vfio.h | 27 ++
scripts/update-linux-headers.sh | 1
18 files changed, 453 insertions(+), 415 deletions(-)
next reply other threads:[~2018-05-03 21:44 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-03 21:44 Alex Williamson [this message]
2018-05-03 21:44 ` [Qemu-devel] [PATCH v3 1/6] scripts/update-linux-headers: Update handling of __aligned_u64 Alex Williamson
2018-05-22 14:04 ` Peter Maydell
2018-05-03 21:44 ` [Qemu-devel] [PATCH v3 2/6] linux-headers: Update to v4.17-rc3 Alex Williamson
2018-05-03 21:44 ` [Qemu-devel] [PATCH v3 3/6] vfio/quirks: Add common quirk alloc helper Alex Williamson
2018-05-03 21:44 ` [Qemu-devel] [PATCH v3 4/6] vfio/quirks: Add quirk reset callback Alex Williamson
2018-05-03 21:45 ` [Qemu-devel] [PATCH v3 5/6] vfio/quirks: ioeventfd quirk acceleration Alex Williamson
2018-05-04 2:17 ` Peter Xu
2018-05-04 7:51 ` Auger Eric
2018-05-03 21:45 ` [Qemu-devel] [PATCH v3 6/6] vfio/quirks: Enable ioeventfd quirks to be handled by vfio directly Alex Williamson
2018-05-04 2:17 ` Peter Xu
2018-05-04 7:51 ` Auger Eric
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=20180503213458.2749.28566.stgit@gimli.home \
--to=alex.williamson@redhat.com \
--cc=eric.auger@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=peterx@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).