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
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
>
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
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