On Tue, Jul 05, 2016 at 11:12:32AM +0800, Shannon Zhao wrote:
> From: Shannon Zhao <shannon.z...@linaro.org>
> 
> 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.z...@linaro.org>

Acked-by: Wei Liu <wei.l...@citrix.com>

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@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to