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

2017-09-12 Thread Wei Liu
On Mon, Sep 11, 2017 at 08:14:50PM +0300, Oleksandr Grytsov wrote: > From: Oleksandr Grytsov > > Changes since V4: > * Use new LIBXL_DEFINE_UPDATE_DEVID for all device types; > * Align device setdefault function parameters with set_default > device type callback; > * revert libxl_mac_to

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

2017-09-11 Thread Oleksandr Grytsov
From: Oleksandr Grytsov Changes since V4: * Use new LIBXL_DEFINE_UPDATE_DEVID for all device types; * Align device setdefault function parameters with set_default device type callback; * revert libxl_mac_to_device_nic to existing implementation; * previous comments are applied. Patch