Re: [Qemu-devel] [PATCH V6 09/15] xen: Introduce the Xen mapcache

2010-11-15 Thread Alexander Graf
On 21.10.2010, at 19:36, anthony.per...@citrix.com wrote: > From: Jun Nakajima > > On IA32 host or IA32 PAE host, at present, generally, we can't create > an HVM guest with more than 2G memory, because generally it's almost > impossible for Qemu to find a large enough and consecutive virtual >

[Qemu-devel] [PATCH V6 09/15] xen: Introduce the Xen mapcache

2010-10-21 Thread anthony . perard
From: Jun Nakajima On IA32 host or IA32 PAE host, at present, generally, we can't create an HVM guest with more than 2G memory, because generally it's almost impossible for Qemu to find a large enough and consecutive virtual address space to map an HVM guest's whole physical address space. The at