RE: [PATCH 2/3] drivers:hv Convert VMBus and its descendants to PnP

2015-02-18 Thread Jake Oshins
iverproject.org; o...@aepfle.de; > a...@canonical.com; vkuzn...@redhat.com > Subject: Re: [PATCH 2/3] drivers:hv Convert VMBus and its descendants to PnP > > On Tue, Feb 17, 2015 at 11:41:50AM -0800, Jake Oshins wrote: > > > > + ret = pnp_add_descendant(child_device_obj->pn

Re: [PATCH 2/3] drivers:hv Convert VMBus and its descendants to PnP

2015-02-18 Thread Dan Carpenter
On Tue, Feb 17, 2015 at 11:41:50AM -0800, Jake Oshins wrote: > > + ret = pnp_add_descendant(child_device_obj->pnp_dev); > if (ret) > + goto register_exit; > + > + added = TRUE; > + > + ret = pnp_activate_dev(child_device_obj->pnp_dev); > + > +register_exit: > + > +

[PATCH 2/3] drivers:hv Convert VMBus and its descendants to PnP

2015-02-17 Thread Jake Oshins
This patch adds paravirtual "devices" discovered by hv_vmbus to the pnp layer, and adds any memory-mapped I/O space claims expressed by those paravirtual devices to the "options" for that device in pnp. This allows the pnp layer to choose the memory-mapped I/O space that those paravirtual devices u