All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Clarify explicit domain ID checks
@ 2013-07-08 14:46 Daniel De Graaf
  2013-07-08 14:46 ` [PATCH 1/4] xen: use domid check in is_hardware_domain Daniel De Graaf
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Daniel De Graaf @ 2013-07-08 14:46 UTC (permalink / raw)
  To: xen-devel

The first three patches were posted for 4.3 but were deferred because
they were just cleanup; reposting for 4.4 along with similar changes in
the ARM code. This should remove all direct checks on a domain's ID in
the hypervisor, although many assumptions about dom0 remain (including
the global struct domain* dom0).

[PATCH 1/4] xen: use domid check in is_hardware_domain
[PATCH 2/4] xen/arch/x86: clarify domid == 0 checks
[PATCH 3/4] IOMMU: use is_hardware_domain instead of domid == 0
[PATCH 4/4] xen/arch/arm: clarify domid == 0 checks

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

end of thread, other threads:[~2013-07-11 19:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-08 14:46 [PATCH 0/4] Clarify explicit domain ID checks Daniel De Graaf
2013-07-08 14:46 ` [PATCH 1/4] xen: use domid check in is_hardware_domain Daniel De Graaf
2013-07-08 14:58   ` Jan Beulich
2013-07-08 15:58     ` Daniel De Graaf
2013-07-09  6:29       ` Jan Beulich
2013-07-09 13:26       ` George Dunlap
2013-07-08 14:46 ` [PATCH 2/4] xen/arch/x86: clarify domid == 0 checks Daniel De Graaf
2013-07-08 14:46 ` [PATCH 3/4] IOMMU: use is_hardware_domain instead of domid == 0 Daniel De Graaf
2013-07-11 19:57   ` Suravee Suthikulanit
2013-07-08 14:46 ` [PATCH 4/4] xen/arch/arm: clarify domid == 0 checks Daniel De Graaf

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.