Re: [Xen-devel] [Patch V4 00/16] xen: support pv-domains larger than 512GB

2015-06-10 Thread Juergen Gross
On 06/10/2015 05:25 PM, David Vrabel wrote: On 08/06/15 13:06, Juergen Gross wrote: Support 64 bit pv-domains with more than 512GB of memory. Tested with 64 bit dom0 on machines with 8GB and 1TB and 32 bit dom0 on a 8GB machine. Conflicts between E820 map and different hypervisor populated memo

Re: [Xen-devel] [Patch V4 00/16] xen: support pv-domains larger than 512GB

2015-06-10 Thread David Vrabel
On 08/06/15 13:06, Juergen Gross wrote: > Support 64 bit pv-domains with more than 512GB of memory. > > Tested with 64 bit dom0 on machines with 8GB and 1TB and 32 bit dom0 on a > 8GB machine. Conflicts between E820 map and different hypervisor populated > memory areas have been tested via a fake

Re: [Xen-devel] [Patch V4 00/16] xen: support pv-domains larger than 512GB

2015-06-08 Thread Juergen Gross
On 06/08/2015 03:42 PM, David Vrabel wrote: On 08/06/15 13:06, Juergen Gross wrote: Support 64 bit pv-domains with more than 512GB of memory. Tested with 64 bit dom0 on machines with 8GB and 1TB and 32 bit dom0 on a 8GB machine. Conflicts between E820 map and different hypervisor populated memo

Re: [Xen-devel] [Patch V4 00/16] xen: support pv-domains larger than 512GB

2015-06-08 Thread David Vrabel
On 08/06/15 13:06, Juergen Gross wrote: > Support 64 bit pv-domains with more than 512GB of memory. > > Tested with 64 bit dom0 on machines with 8GB and 1TB and 32 bit dom0 on a > 8GB machine. Conflicts between E820 map and different hypervisor populated > memory areas have been tested via a fake

[Patch V4 00/16] xen: support pv-domains larger than 512GB

2015-06-08 Thread Juergen Gross
Support 64 bit pv-domains with more than 512GB of memory. Tested with 64 bit dom0 on machines with 8GB and 1TB and 32 bit dom0 on a 8GB machine. Conflicts between E820 map and different hypervisor populated memory areas have been tested via a fake E820 map reserved area on the 8GB machine. Change