Re: [PATCH v2 0/3] hvc_xen: fix xenboot on x86 and export to ARM

2016-02-26 Thread David Vrabel
On 26/02/16 14:28, Stefano Stabellini wrote: > On Thu, 25 Feb 2016, Stefano Stabellini wrote: >> Hi all, >> >> this series exports xenboot on ARM and ARM64 as earlycon, and gets >> xenboot fully working again for PV DomUs on x86 (currently the xenboot >> output only goes to the hypervisor via hyper

Re: [PATCH v2 0/3] hvc_xen: fix xenboot on x86 and export to ARM

2016-02-26 Thread Stefano Stabellini
On Thu, 25 Feb 2016, Stefano Stabellini wrote: > Hi all, > > this series exports xenboot on ARM and ARM64 as earlycon, and gets > xenboot fully working again for PV DomUs on x86 (currently the xenboot > output only goes to the hypervisor via hypercall and not to the DomU > console). > > Cheers, >