On Fri, 2015-10-02 at 09:25 -0400, Konrad Rzeszutek Wilk wrote:
> On Fri, Oct 02, 2015 at 10:51:34AM +0100, Ian Campbell wrote:
> > (trimming and reordering To/Cc)
> >
> > On Thu, 2015-10-01 at 16:15 +0100, David Vrabel wrote:
> > > On 30/09/15 11:45, Julien Grall wrote:
> > > > Hi all,
> > > >
>
On Fri, Oct 02, 2015 at 09:25:15AM -0400, Boris Ostrovsky wrote:
>
>
> On 10/02/2015 05:51 AM, Ian Campbell wrote:
> >(trimming and reordering To/Cc)
> >
> >On Thu, 2015-10-01 at 16:15 +0100, David Vrabel wrote:
> >>On 30/09/15 11:45, Julien Grall wrote:
> >>>Hi all,
> >>>
> >>>ARM64 Linux is sup
On 10/02/2015 05:51 AM, Ian Campbell wrote:
(trimming and reordering To/Cc)
On Thu, 2015-10-01 at 16:15 +0100, David Vrabel wrote:
On 30/09/15 11:45, Julien Grall wrote:
Hi all,
ARM64 Linux is supporting both 4KB and 64KB page granularity. Although,
Xen
hypercall interface and PV protocol a
(trimming and reordering To/Cc)
On Thu, 2015-10-01 at 16:15 +0100, David Vrabel wrote:
> On 30/09/15 11:45, Julien Grall wrote:
> > Hi all,
> >
> > ARM64 Linux is supporting both 4KB and 64KB page granularity. Although,
> > Xen
> > hypercall interface and PV protocol are always based on 4KB page
On 30/09/15 11:45, Julien Grall wrote:
> Hi all,
>
> ARM64 Linux is supporting both 4KB and 64KB page granularity. Although, Xen
> hypercall interface and PV protocol are always based on 4KB page granularity.
>
> Any attempt to boot a Linux guest with 64KB pages enabled will result to a
> guest c
> > Just to check, would this be expected to work with a 16K DomU (e.g.
> > [2])?
> >
> > From a quick scan it looks like the relaxations provided by this series
> > should work so long as PAGE_SIZE % XEN_PAGE_SIZE == 0, assuming I
> > haven't missed something.
>
> Correct, this series is able to
On 30/09/15 12:32, Mark Rutland wrote:
> On Wed, Sep 30, 2015 at 11:45:15AM +0100, Julien Grall wrote:
>> Hi all,
>
> Hi,
>
>> ARM64 Linux is supporting both 4KB and 64KB page granularity. Although, Xen
>> hypercall interface and PV protocol are always based on 4KB page granularity.
>>
>> Any att
On Wed, Sep 30, 2015 at 11:45:15AM +0100, Julien Grall wrote:
> Hi all,
Hi,
> ARM64 Linux is supporting both 4KB and 64KB page granularity. Although, Xen
> hypercall interface and PV protocol are always based on 4KB page granularity.
>
> Any attempt to boot a Linux guest with 64KB pages enabled
Hi all,
ARM64 Linux is supporting both 4KB and 64KB page granularity. Although, Xen
hypercall interface and PV protocol are always based on 4KB page granularity.
Any attempt to boot a Linux guest with 64KB pages enabled will result to a
guest crash.
This series is a first attempt to allow those