[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 02/17] libxc: Add placeholders for ACPI tables blob and size
On Tue, Jul 05, 2016 at 11:12:32AM +0800, Shannon Zhao wrote: > From: Shannon Zhao <shannon.zhao@xxxxxxxxxx> > > Add placeholders for ACPI tables blob and size here so that ACPI blob > can be accessed from libxl and libxc. > > Signed-off-by: Shannon Zhao <shannon.zhao@xxxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> Though this patch is simple, it seems that these fields would only be used later patches, so I will wait until all of them are sorted. > --- > tools/libxc/include/xc_dom.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tools/libxc/include/xc_dom.h b/tools/libxc/include/xc_dom.h > index 6cb10c4..cbeb4fb 100644 > --- a/tools/libxc/include/xc_dom.h > +++ b/tools/libxc/include/xc_dom.h > @@ -64,6 +64,8 @@ struct xc_dom_image { > size_t ramdisk_size; > void *devicetree_blob; > size_t devicetree_size; > + void *acpitable_blob; > + size_t acpitable_size; > > size_t max_kernel_size; > size_t max_ramdisk_size; > -- > 2.0.4 > > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |