Re: [Xen-devel] [PATCH v4 29/31] libxc/xen: introduce HVM_PARAM_MODLIST_PFN

2015-08-07 Thread Wei Liu
On Fri, Aug 07, 2015 at 12:18:06PM +0200, Roger Pau Monne wrote: > This HVM parameter is used to pass a list of loaded modules to the guest. > Right now the number of loaded modules is limited to 1 by the current > implementation, but this interface allows passing more than one module. > > Signed-

[Xen-devel] [PATCH v4 29/31] libxc/xen: introduce HVM_PARAM_MODLIST_PFN

2015-08-07 Thread Roger Pau Monne
This HVM parameter is used to pass a list of loaded modules to the guest. Right now the number of loaded modules is limited to 1 by the current implementation, but this interface allows passing more than one module. Signed-off-by: Roger Pau Monné Cc: Ian Jackson Cc: Stefano Stabellini Cc: Ian C