[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 07/07] HVM firmware passthrough: Xen control tools support
On Mon, 2012-03-19 at 22:04 +0000, Ross Philipson wrote: > diff -r e87559f0de44 tools/libxc/xenguest.h > --- a/tools/libxc/xenguest.h Mon Mar 19 16:57:55 2012 -0400 > +++ b/tools/libxc/xenguest.h Mon Mar 19 17:02:33 2012 -0400 > @@ -176,6 +176,8 @@ struct xc_hvm_build_args { > uint64_t mem_target; /* Memory target in bytes. */ > uint64_t mmio_size; /* Size of the MMIO hole in bytes. > */ > const char *image_file_name; /* File name of the image to load. > */ > + const char **module_names; /* List of HVM module files to load. > */ > + uint32_t module_count; /* Count of HVM modules. */ > }; Why files rather than pointers to data in memory? A pointer would be easier if you wanted to construct a table on the fly and you could still provide a helper function for the caller to load a file too. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |