Re: [Xen-devel] [PATCH v2 03/21] xen: allow console_io hypercalls from certain DomUs

2018-08-17 Thread Daniel De Graaf
On 07/19/2018 05:19 AM, Julien Grall wrote: Hi Stefano, On 18/07/18 18:10, Stefano Stabellini wrote: On Tue, 17 Jul 2018, Julien Grall wrote: Hi Stefano, On 17/07/2018 21:05, Stefano Stabellini wrote: On Mon, 9 Jul 2018, Julien Grall wrote: Hi, On 07/07/18 00:11, Stefano Stabellini wrote:

Re: [Xen-devel] [PATCH v2 03/21] xen: allow console_io hypercalls from certain DomUs

2018-07-19 Thread Julien Grall
Hi Stefano, On 18/07/18 18:10, Stefano Stabellini wrote: On Tue, 17 Jul 2018, Julien Grall wrote: Hi Stefano, On 17/07/2018 21:05, Stefano Stabellini wrote: On Mon, 9 Jul 2018, Julien Grall wrote: Hi, On 07/07/18 00:11, Stefano Stabellini wrote: Introduce an is_console option to allow cert

Re: [Xen-devel] [PATCH v2 03/21] xen: allow console_io hypercalls from certain DomUs

2018-07-18 Thread Stefano Stabellini
On Tue, 17 Jul 2018, Julien Grall wrote: > Hi Stefano, > > On 17/07/2018 21:05, Stefano Stabellini wrote: > > On Mon, 9 Jul 2018, Julien Grall wrote: > > > Hi, > > > > > > On 07/07/18 00:11, Stefano Stabellini wrote: > > > > Introduce an is_console option to allow certain classes of domUs to use

Re: [Xen-devel] [PATCH v2 03/21] xen: allow console_io hypercalls from certain DomUs

2018-07-17 Thread Julien Grall
Hi Stefano, On 17/07/2018 21:05, Stefano Stabellini wrote: On Mon, 9 Jul 2018, Julien Grall wrote: Hi, On 07/07/18 00:11, Stefano Stabellini wrote: Introduce an is_console option to allow certain classes of domUs to use the Xen console. Specifically, it will be used to give console access to

Re: [Xen-devel] [PATCH v2 03/21] xen: allow console_io hypercalls from certain DomUs

2018-07-17 Thread Stefano Stabellini
On Mon, 9 Jul 2018, Julien Grall wrote: > Hi, > > On 07/07/18 00:11, Stefano Stabellini wrote: > > Introduce an is_console option to allow certain classes of domUs to use > > the Xen console. Specifically, it will be used to give console access to > > all domUs started from Xen from information on

Re: [Xen-devel] [PATCH v2 03/21] xen: allow console_io hypercalls from certain DomUs

2018-07-09 Thread Julien Grall
Hi, On 07/07/18 00:11, Stefano Stabellini wrote: Introduce an is_console option to allow certain classes of domUs to use the Xen console. Specifically, it will be used to give console access to all domUs started from Xen from information on device tree. Signed-off-by: Stefano Stabellini CC: an

[Xen-devel] [PATCH v2 03/21] xen: allow console_io hypercalls from certain DomUs

2018-07-06 Thread Stefano Stabellini
Introduce an is_console option to allow certain classes of domUs to use the Xen console. Specifically, it will be used to give console access to all domUs started from Xen from information on device tree. Signed-off-by: Stefano Stabellini CC: andrew.coop...@citrix.com CC: george.dun...@eu.citrix.