All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add pvcalls info to xl man page and add missing LIBXL_HAVE_PVCALLS
@ 2018-03-30 17:31 Stefano Stabellini
  2018-04-01 17:12 ` Wei Liu
  2018-04-03 10:29 ` Roger Pau Monné
  0 siblings, 2 replies; 4+ messages in thread
From: Stefano Stabellini @ 2018-03-30 17:31 UTC (permalink / raw)
  To: wei.liu2; +Cc: Stefano Stabellini, xen-devel, sstabellini, ian.jackson

Add a short entry to the xl.cfg man page about pvcalls.
Also add LIBXL_HAVE_PVCALLS to mark the presence of pvcalls support in
libxl.

Signed-off-by: Stefano Stabellini <stefano@aporeto.com>
---
 docs/man/xl.cfg.pod.5.in | 7 +++++++
 tools/libxl/libxl.h      | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/docs/man/xl.cfg.pod.5.in b/docs/man/xl.cfg.pod.5.in
index 2c1a6e1..47d8824 100644
--- a/docs/man/xl.cfg.pod.5.in
+++ b/docs/man/xl.cfg.pod.5.in
@@ -685,6 +685,13 @@ Specify the backend domain name or id, defaults to dom0.
 
 =back
 
+=item B<pvcalls=[ "backend=domain-id", ... ]>
+
+Creates a Xen pvcalls connection to handle pvcalls requests from
+frontend to backend. It can be used as an alternative networking model.
+For more information about the protocol, see
+https://xenbits.xen.org/docs/unstable/misc/pvcalls.html.
+
 =item B<vfb=[ "VFB_SPEC_STRING", "VFB_SPEC_STRING", ...]>
 
 Specifies the paravirtual framebuffer devices which should be supplied
diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h
index bffc5a1..eea57ca 100644
--- a/tools/libxl/libxl.h
+++ b/tools/libxl/libxl.h
@@ -1127,6 +1127,13 @@ void libxl_mac_copy(libxl_ctx *ctx, libxl_mac *dst, const libxl_mac *src);
  */
 #define LIBXL_HAVE_PV_SHIM 1
 
+/*
+ * LIBXL_HAVE_PVCALLS
+ *
+ * If this is defined, libxl supports creating pvcalls interfaces.
+ */
+#define LIBXL_HAVE_PVCALLS 1
+
 typedef char **libxl_string_list;
 void libxl_string_list_dispose(libxl_string_list *sl);
 int libxl_string_list_length(const libxl_string_list *sl);
-- 
1.9.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [PATCH] Add pvcalls info to xl man page and add missing LIBXL_HAVE_PVCALLS
  2018-03-30 17:31 [PATCH] Add pvcalls info to xl man page and add missing LIBXL_HAVE_PVCALLS Stefano Stabellini
@ 2018-04-01 17:12 ` Wei Liu
  2018-04-03 10:29 ` Roger Pau Monné
  1 sibling, 0 replies; 4+ messages in thread
From: Wei Liu @ 2018-04-01 17:12 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: Stefano Stabellini, ian.jackson, wei.liu2, xen-devel

On Fri, Mar 30, 2018 at 10:31:53AM -0700, Stefano Stabellini wrote:
> Add a short entry to the xl.cfg man page about pvcalls.
> Also add LIBXL_HAVE_PVCALLS to mark the presence of pvcalls support in
> libxl.
> 
> Signed-off-by: Stefano Stabellini <stefano@aporeto.com>

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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [PATCH] Add pvcalls info to xl man page and add missing LIBXL_HAVE_PVCALLS
  2018-03-30 17:31 [PATCH] Add pvcalls info to xl man page and add missing LIBXL_HAVE_PVCALLS Stefano Stabellini
  2018-04-01 17:12 ` Wei Liu
@ 2018-04-03 10:29 ` Roger Pau Monné
  2018-04-03 15:05   ` Wei Liu
  1 sibling, 1 reply; 4+ messages in thread
From: Roger Pau Monné @ 2018-04-03 10:29 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: Stefano Stabellini, xen-devel, wei.liu2, ian.jackson

On Fri, Mar 30, 2018 at 10:31:53AM -0700, Stefano Stabellini wrote:
> Add a short entry to the xl.cfg man page about pvcalls.
> Also add LIBXL_HAVE_PVCALLS to mark the presence of pvcalls support in
> libxl.
> 
> Signed-off-by: Stefano Stabellini <stefano@aporeto.com>
> ---
>  docs/man/xl.cfg.pod.5.in | 7 +++++++
>  tools/libxl/libxl.h      | 7 +++++++
>  2 files changed, 14 insertions(+)
> 
> diff --git a/docs/man/xl.cfg.pod.5.in b/docs/man/xl.cfg.pod.5.in
> index 2c1a6e1..47d8824 100644
> --- a/docs/man/xl.cfg.pod.5.in
> +++ b/docs/man/xl.cfg.pod.5.in
> @@ -685,6 +685,13 @@ Specify the backend domain name or id, defaults to dom0.
>  
>  =back
>  
> +=item B<pvcalls=[ "backend=domain-id", ... ]>

The 'backend' parameter in the disk config [0] contains the domain name,
not the domain id. I think it would be good to keep the same
semantics for both.

Thanks, Roger.

[0] https://xenbits.xen.org/docs/unstable/man/xl-disk-configuration.5.html

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [PATCH] Add pvcalls info to xl man page and add missing LIBXL_HAVE_PVCALLS
  2018-04-03 10:29 ` Roger Pau Monné
@ 2018-04-03 15:05   ` Wei Liu
  0 siblings, 0 replies; 4+ messages in thread
From: Wei Liu @ 2018-04-03 15:05 UTC (permalink / raw)
  To: Roger Pau Monné
  Cc: Stefano Stabellini, xen-devel, Stefano Stabellini, wei.liu2, ian.jackson

On Tue, Apr 03, 2018 at 11:29:07AM +0100, Roger Pau Monné wrote:
> On Fri, Mar 30, 2018 at 10:31:53AM -0700, Stefano Stabellini wrote:
> > Add a short entry to the xl.cfg man page about pvcalls.
> > Also add LIBXL_HAVE_PVCALLS to mark the presence of pvcalls support in
> > libxl.
> > 
> > Signed-off-by: Stefano Stabellini <stefano@aporeto.com>
> > ---
> >  docs/man/xl.cfg.pod.5.in | 7 +++++++
> >  tools/libxl/libxl.h      | 7 +++++++
> >  2 files changed, 14 insertions(+)
> > 
> > diff --git a/docs/man/xl.cfg.pod.5.in b/docs/man/xl.cfg.pod.5.in
> > index 2c1a6e1..47d8824 100644
> > --- a/docs/man/xl.cfg.pod.5.in
> > +++ b/docs/man/xl.cfg.pod.5.in
> > @@ -685,6 +685,13 @@ Specify the backend domain name or id, defaults to dom0.
> >  
> >  =back
> >  
> > +=item B<pvcalls=[ "backend=domain-id", ... ]>
> 
> The 'backend' parameter in the disk config [0] contains the domain name,
> not the domain id. I think it would be good to keep the same
> semantics for both.
> 
> Thanks, Roger.
> 
> [0] https://xenbits.xen.org/docs/unstable/man/xl-disk-configuration.5.html

I think that's only a matter of ambiguous wording. It should support
both a name and a domid -- libxl__resolve_domid handles both.

Wei.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-04-03 15:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-30 17:31 [PATCH] Add pvcalls info to xl man page and add missing LIBXL_HAVE_PVCALLS Stefano Stabellini
2018-04-01 17:12 ` Wei Liu
2018-04-03 10:29 ` Roger Pau Monné
2018-04-03 15:05   ` Wei Liu

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.