From: Peter Xu <peterx@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Michael S . Tsirkin" <mst@redhat.com>,
peterx@redhat.com, Jason Wang <jasowang@redhat.com>
Subject: [Qemu-devel] [PATCH v3 0/4] VT-d: some enhancements on iotlb
Date: Wed, 12 Jul 2017 16:13:39 +0800 [thread overview]
Message-ID: <1499847223-8078-1-git-send-email-peterx@redhat.com> (raw)
v3:
- fix issue reported by patchew on style
v2:
- rebase to master
- removed all "info iommu" patches for now
(is it bad to introduce new HMP commands without QMP? I thought not,
but in case I missed anything, please kindly let me know...)
Patch 1: fixes a very rare PT path issue on iova value. It didn't
break anything since it's merely not touched (only if when IOMMU
enabled, then set one device to PT), but still better fix it.
Patch 2: introduce "x-iotlb-size" to tune iotlb size, or to turn it
off (e.g., when we want to measure how iotlb affects one payload).
Patch 3: some refine on iotlb entry.
Patch 4: implemented MRU list algorithm for iotlb.
Please review. Thanks,
Peter Xu (4):
intel_iommu: fix VTD_PAGE_MASK
intel_iommu: let iotlb size tunable
intel_iommu: use access_flags for iotlb
intel_iommu: implement mru list for iotlb
hw/i386/intel_iommu.c | 103 +++++++++++++++++++++++++----------------
hw/i386/intel_iommu_internal.h | 11 +----
hw/i386/trace-events | 1 -
include/hw/i386/intel_iommu.h | 10 ++--
4 files changed, 71 insertions(+), 54 deletions(-)
--
2.7.4
next reply other threads:[~2017-07-12 8:13 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-12 8:13 Peter Xu [this message]
2017-07-12 8:13 ` [Qemu-devel] [PATCH v3 1/4] intel_iommu: fix VTD_PAGE_MASK Peter Xu
2017-07-13 8:41 ` Jason Wang
2017-07-14 4:27 ` Peter Xu
2017-07-12 8:13 ` [Qemu-devel] [PATCH v3 2/4] intel_iommu: let iotlb size tunable Peter Xu
2017-07-13 17:47 ` Michael S. Tsirkin
2017-07-14 4:31 ` Peter Xu
2017-07-12 8:13 ` [Qemu-devel] [PATCH v3 3/4] intel_iommu: use access_flags for iotlb Peter Xu
2017-07-12 8:13 ` [Qemu-devel] [PATCH v3 4/4] intel_iommu: implement mru list " Peter Xu
2017-07-13 8:48 ` Jason Wang
2017-07-14 4:32 ` Peter Xu
2017-07-14 7:28 ` Jason Wang
2017-07-17 1:53 ` Peter Xu
2017-07-26 20:37 ` Michael S. Tsirkin
2017-07-27 2:19 ` Peter Xu
2017-07-13 17:49 ` Michael S. Tsirkin
2017-07-14 4:43 ` 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=1499847223-8078-1-git-send-email-peterx@redhat.com \
--to=peterx@redhat.com \
--cc=jasowang@redhat.com \
--cc=mst@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).