
23 Mar
2007
23 Mar
'07
8:57 p.m.
On Fri, 2007-03-23 at 12:24 -0700, David Lutterkort wrote:
I noticed that the guest capabilities on a xen dom0 always contain both the pae and nonpae feature - AFAIK, you can't mix pae/nonpae guests and hosts, and only one of the features should be there.
The attached patch contains the obvious fix.
Jim Meyering pointed out that the newline after '<nonpae/>' was missing. The attached patch contains that. David