Skip to content
Snippets Groups Projects
user avatar
Stefano Stabellini authored
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: default avatarStefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: default avatarDon Slutz <dslutz@verizon.com>
c1d322e6
History
Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team