Re: [Xen-devel] [PATCH v2 0/3] libxl: add PV display device driver interface

2017-06-09 Thread Oleksandr Grytsov
On Fri, Jun 2, 2017 at 6:22 PM, Oleksandr Grytsov wrote: > On Thu, May 25, 2017 at 3:17 PM, Oleksandr Grytsov wrote: >> From: Oleksandr Grytsov >> >> These patches add PV display device to libxl and xl. >> >> Changes since v1: >> * add connector id; >> * set connector resolution and id to Xen

Re: [Xen-devel] [PATCH v2 0/3] libxl: add PV display device driver interface

2017-06-02 Thread Oleksandr Grytsov
On Thu, May 25, 2017 at 3:17 PM, Oleksandr Grytsov wrote: > From: Oleksandr Grytsov > > These patches add PV display device to libxl and xl. > > Changes since v1: > * add connector id; > * set connector resolution and id to Xen store; > > Oleksandr Grytsov (3): > libxl: add PV display device

[Xen-devel] [PATCH v2 0/3] libxl: add PV display device driver interface

2017-05-25 Thread Oleksandr Grytsov
From: Oleksandr Grytsov These patches add PV display device to libxl and xl. Changes since v1: * add connector id; * set connector resolution and id to Xen store; Oleksandr Grytsov (3): libxl: add PV display device driver interface xl: add PV display device commands docs: add virtual di