[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/6] libxl: add "merge" function to generic device type support
On 19/01/17 17:19, Wei Liu wrote: > On Thu, Jan 19, 2017 at 05:14:35PM +0100, Olaf Hering wrote: >> On Tue, Jul 12, Juergen Gross wrote: >> >>> Instead of using a macro generating the code to merge xenstore and >>> json configuration data, use the generic device type support for >>> this purpose. >>> This requires to add some accessor functions to the framework and >>> a structure for disks (as disks are added separately they didn't need >>> such a structure up to now). >> >>> +++ b/tools/libxl/libxl.c >>> @@ -7371,93 +7371,68 @@ int libxl_retrieve_domain_configuration(libxl_ctx >>> *ctx, uint32_t domid, >> >>> + if (!dt->list || !dt->compare) >>> + continue; >> >> >> This makes libxl_device_<type>_compare optional ... > > Actually this makes both list and compare optional. > > I would say both should be mandatory -- why would you have a device type > that can't be listed or compared? > > Juergen? I think above lines predate the introduction of DEFINE_DEVICE_TYPE_STRUCT_X(). They can probably be removed. Juergen _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |