]> xenbits.xensource.com Git - libvirt.git/commit
libxl: always enable pae for x86_64 HVM
authorJim Fehlig <jfehlig@suse.com>
Thu, 12 Jan 2017 00:42:42 +0000 (17:42 -0700)
committerJim Fehlig <jfehlig@suse.com>
Fri, 13 Jan 2017 01:42:39 +0000 (18:42 -0700)
commitecb587e4ca5d74bc2ff3883b3183ec4c89bf960c
tree385afce409d1e5e2385948d0c38a9ec36fe77420
parentf8ec272d98fa39ecf9ce69cd8a8ce63ded77ef99
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
docs/news.xml
src/libxl/libxl_domain.c