All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 4] ept code fix-ups
@ 2009-08-05 14:00 Patrick Colp
  2009-08-05 14:00 ` [PATCH 1 of 4] ept p2m: set rwx flags to 0 for invalid and mmio_dm types Patrick Colp
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Patrick Colp @ 2009-08-05 14:00 UTC (permalink / raw)
  To: xen-devel

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-08-06  8:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-05 14:00 [PATCH 0 of 4] ept code fix-ups Patrick Colp
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

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.