From: Patrick Colp <Patrick.Colp@citrix.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH 0 of 4] ept code fix-ups
Date: Wed, 5 Aug 2009 15:00:46 +0100 [thread overview]
Message-ID: <patchbomb.1249480846@waitaha.uk.xensource.com> (raw)
The ept code by default sets rwx to 1 instead of 0. There are also some places
where unsigned long is used instead of mfn_t. Finally, the code formatting is
inconsistent both with itself and the rest of Xen.
This series of patches fixes up the ept code to address these issues.
Patrick
next reply other threads:[~2009-08-05 14:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-05 14:00 Patrick Colp [this message]
2009-08-05 14:00 ` [PATCH 1 of 4] ept p2m: set rwx flags to 0 for invalid and mmio_dm types Patrick Colp
2009-08-05 14:00 ` [PATCH 2 of 4] ept p2m: replace unsigned long with mfn_t for mfns Patrick Colp
2009-08-05 14:00 ` [PATCH 3 of 4] ept mtrr: " Patrick Colp
2009-08-05 14:00 ` [PATCH 4 of 4] ept: code clean up and formatting Patrick Colp
2009-08-06 8:18 ` Keir Fraser
2009-08-06 8:34 ` Patrick Colp
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.1249480846@waitaha.uk.xensource.com \
--to=patrick.colp@citrix.com \
--cc=xen-devel@lists.xensource.com \
/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.