Re: [libvirt] [PATCH] Balloon dom0 in libxl driver

2011-05-06 Thread Jim Fehlig
Daniel Veillard wrote: On Wed, May 04, 2011 at 12:17:06PM +0200, Markus Groß wrote: Creating a domU on a freshly booted dom0 does not work, because the libxl driver does not allocate memory for the domU. After creating a domain with xl libvirt is able to create domains too. This patch

[libvirt] [PATCH] Balloon dom0 in libxl driver

2011-05-04 Thread Markus Groß
Creating a domU on a freshly booted dom0 does not work, because the libxl driver does not allocate memory for the domU. After creating a domain with xl libvirt is able to create domains too. This patch reserves enough memory for the domU first. --- src/libxl/libxl_driver.c | 48

Re: [libvirt] [PATCH] Balloon dom0 in libxl driver

2011-05-04 Thread Daniel Veillard
On Wed, May 04, 2011 at 12:17:06PM +0200, Markus Groß wrote: Creating a domU on a freshly booted dom0 does not work, because the libxl driver does not allocate memory for the domU. After creating a domain with xl libvirt is able to create domains too. This patch reserves enough memory for the