commit | 6e833587e11ed0dbf12e647127f2650e2f80b26d | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Tue Aug 19 13:16:17 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Aug 20 12:40:07 2008 +0200 |
tree | 7ba3d76705547ed1377f87694e0b0e4391fe0015 | |
parent | 170465ee7f5a9a2d0ac71285507e52642e040353 [diff] |
xen: clean up domain mode predicates There are four operating modes Xen code may find itself running in: - native - hvm domain - pv dom0 - pv domU Clean up predicates for testing for these states to make them more consistent. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Cc: Xen-devel <xen-devel@lists.xensource.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>