commit | c1d322e6048796296555dd36fdd102d7fa2f50bf | [log] [tgz] |
---|---|---|
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | Wed Dec 03 08:15:19 2014 -0500 |
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | Tue Jan 13 18:05:52 2015 +0000 |
tree | 0a78c45f97f36ab537a246cd18d143fba1d66b84 | |
parent | 99605175c93a24be4aa39543cd02551ea205e614 [diff] |
xen-hvm: increase maxmem before calling xc_domain_populate_physmap Increase maxmem before calling xc_domain_populate_physmap_exact to avoid the risk of running out of guest memory. This way we can also avoid complex memory calculations in libxl at domain construction time. This patch fixes an abort() when assigning more than 4 NICs to a VM. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Don Slutz <dslutz@verizon.com>