ecb587e libxl: always enable pae for x86_64 HVM

Authored and Committed by Jim Fehlig 7 years ago
    libxl: always enable pae for x86_64 HVM
    
    For HVM domains, pae is only set in libxl_domain_build_info when
    explicitly specified in the hypervisor <features> config. This is
    fine for i686 machines, but is incorrect behavior for x86_64 machines
    where pae must always be enabled. See the following discussion for
    additional details
    
    https://www.redhat.com/archives/libvir-list/2017-January/msg00254.html
    
        
file modified
+11 -0
file modified
+6 -0