All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/libx: Don't export libxl__arch_* to the library
@ 2015-05-20 13:01 Julien Grall
  2015-05-21 14:49 ` Ian Campbell
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Grall @ 2015-05-20 13:01 UTC (permalink / raw)
  To: xen-devel
  Cc: wei.liu2, Julien Grall, ian.jackson, ian.campbell, stefano.stabellini

From: Julien Grall <julien.grall@linaro.org>

libxl__arch_* should only be used internally by libxl.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
---
 tools/libxl/libxl_arch.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tools/libxl/libxl_arch.h b/tools/libxl/libxl_arch.h
index 77b1f2a..d04871c 100644
--- a/tools/libxl/libxl_arch.h
+++ b/tools/libxl/libxl_arch.h
@@ -16,31 +16,37 @@
 #define LIBXL_ARCH_H
 
 /* fill the arch specific configuration for the domain */
+_hidden
 int libxl__arch_domain_prepare_config(libxl__gc *gc,
                                       libxl_domain_config *d_config,
                                       xc_domain_configuration_t *xc_config);
 
 /* arch specific internal domain creation function */
+_hidden
 int libxl__arch_domain_create(libxl__gc *gc, libxl_domain_config *d_config,
                uint32_t domid);
 
 /* setup arch specific hardware description, i.e. DTB on ARM */
+_hidden
 int libxl__arch_domain_init_hw_description(libxl__gc *gc,
                                            libxl_domain_build_info *info,
                                            libxl__domain_build_state *state,
                                            struct xc_dom_image *dom);
 /* finalize arch specific hardware description. */
+_hidden
 int libxl__arch_domain_finalise_hw_description(libxl__gc *gc,
                                       libxl_domain_build_info *info,
                                       struct xc_dom_image *dom);
 
 /* build vNUMA vmemrange with arch specific information */
+_hidden
 int libxl__arch_vnuma_build_vmemrange(libxl__gc *gc,
                                       uint32_t domid,
                                       libxl_domain_build_info *b_info,
                                       libxl__domain_build_state *state);
 
 /* arch specific irq map function */
+_hidden
 int libxl__arch_domain_map_irq(libxl__gc *gc, uint32_t domid, int irq);
 
 #endif
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tools/libx: Don't export libxl__arch_* to the library
  2015-05-20 13:01 [PATCH] tools/libx: Don't export libxl__arch_* to the library Julien Grall
@ 2015-05-21 14:49 ` Ian Campbell
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Campbell @ 2015-05-21 14:49 UTC (permalink / raw)
  To: Julien Grall
  Cc: xen-devel, Julien Grall, ian.jackson, wei.liu2, stefano.stabellini

On Wed, 2015-05-20 at 14:01 +0100, Julien Grall wrote:
> From: Julien Grall <julien.grall@linaro.org>
> 
> libxl__arch_* should only be used internally by libxl.
> 
> Signed-off-by: Julien Grall <julien.grall@linaro.org>

Acked + applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-21 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-20 13:01 [PATCH] tools/libx: Don't export libxl__arch_* to the library Julien Grall
2015-05-21 14:49 ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.