Re: [Xen-devel] [PATCH v3 00/11] libxl: add PV display device driver interface

2017-06-30 Thread Wei Liu
On Fri, Jun 30, 2017 at 01:45:06PM +0300, Oleksandr Grytsov wrote: > Sure. It is in my private github repository [1]. > > [1] https://github.com/al1img/xen/tree/xl-vdispl-v3 > Thanks. Will check the code some time next week. ___ Xen-devel mailing list

Re: [Xen-devel] [PATCH v3 00/11] libxl: add PV display device driver interface

2017-06-30 Thread Oleksandr Grytsov
Sure. It is in my private github repository [1]. [1] https://github.com/al1img/xen/tree/xl-vdispl-v3 On Thu, Jun 29, 2017 at 8:38 PM, Wei Liu wrote: > Can you push this series to a git tree? It would be easier for me to > check your changes to the device framework. The device specific handlers >

Re: [Xen-devel] [PATCH v3 00/11] libxl: add PV display device driver interface

2017-06-29 Thread Wei Liu
Can you push this series to a git tree? It would be easier for me to check your changes to the device framework. The device specific handlers mostly look OK to me. ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

[Xen-devel] [PATCH v3 00/11] libxl: add PV display device driver interface

2017-06-27 Thread Oleksandr Grytsov
From: Oleksandr Grytsov These patches add PV display device to libxl and xl. To avoid code duplication the device handling framework was extended with following callbacks: * set_default - initializes libxl_device_ structure with default values; * to_device - converts libxl_device_ to li