From: Andres Lagar-Cavilla <andres@lagarcavilla.org>
To: xen-devel@lists.xen.org
Cc: olaf@aepfle.de, keir@xen.org, andres@gridcentric.ca, tim@xen.org,
wei.wang2@amd.com, JBeulich@suse.com, adin@gridcentric.ca
Subject: [PATCH 0 of 2] Support for Paging/Sharing on AMD
Date: Tue, 27 Mar 2012 11:43:26 -0400 [thread overview]
Message-ID: <patchbomb.1332863006@xdev.gridcentric.ca> (raw)
This is a partial repost of the series first sent on Mar 22nd.
It currently contains two patches
- Teach paging types to p2m-pt.
- Add interlock for iommu and mem paging/sharing.
The first patch is rebased to apply on top of
http://lists.xen.org/archives/html/xen-devel/2012-03/msg01982.html
and addresses some feedbackfrom Tim Deegan.
The second patch prevents a passthrough device from being assigned to a domain
if mem paging or sharing have been turned on. And viceversa. This is a missing
check that is necessary for both Intel and AMD processors.
Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>
xen/arch/x86/mm/p2m-pt.c | 29 +++++++++++++++++++----------
xen/arch/x86/mm/mem_event.c | 4 ++++
xen/arch/x86/mm/mem_sharing.c | 5 ++++-
xen/drivers/passthrough/iommu.c | 7 +++++++
4 files changed, 34 insertions(+), 11 deletions(-)
next reply other threads:[~2012-03-27 15:43 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-27 15:43 Andres Lagar-Cavilla [this message]
2012-03-27 15:43 ` [PATCH 1 of 2] x86/mm: Teach paging to page table-based p2m Andres Lagar-Cavilla
2012-03-27 15:43 ` [PATCH 2 of 2] x86/mm: Make iommu passthrough and mem paging/sharing mutually exclusive Andres Lagar-Cavilla
2012-03-29 11:03 ` [PATCH 0 of 2] Support for Paging/Sharing on AMD Tim Deegan
2012-03-29 14:46 ` Andres Lagar-Cavilla
2012-03-29 15:01 ` Tim Deegan
2012-03-29 15:26 ` Andres Lagar-Cavilla
2012-03-29 15:42 ` Tim Deegan
2012-03-29 15:48 ` Andres Lagar-Cavilla
2012-03-29 16:00 ` Tim Deegan
2012-03-29 16:01 ` Olaf Hering
2012-03-29 16:05 ` Andres Lagar-Cavilla
2012-03-29 16:08 ` Tim Deegan
2012-03-29 16:41 ` Olaf Hering
2012-03-29 16:58 ` Tim Deegan
2012-04-03 14:42 ` Olaf Hering
2012-04-03 15:10 ` Andres Lagar-Cavilla
2012-04-03 15:16 ` Olaf Hering
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=patchbomb.1332863006@xdev.gridcentric.ca \
--to=andres@lagarcavilla.org \
--cc=JBeulich@suse.com \
--cc=adin@gridcentric.ca \
--cc=andres@gridcentric.ca \
--cc=keir@xen.org \
--cc=olaf@aepfle.de \
--cc=tim@xen.org \
--cc=wei.wang2@amd.com \
--cc=xen-devel@lists.xen.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.