All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH] libxl: Fix build when LIBXL_API_VERSION is set
@ 2019-09-23 13:26 Anthony PERARD
  2019-09-23 13:35 ` Wei Liu
  0 siblings, 1 reply; 3+ messages in thread
From: Anthony PERARD @ 2019-09-23 13:26 UTC (permalink / raw
  To: xen-devel; +Cc: Anthony PERARD, Ian Jackson, Wei Liu

The compatibility function mistakenly called itself.

Fixes: 95627b87c3159928458ee586e8c5c593bdd248d8
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 tools/libxl/libxl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h
index ba48e7e900d3..3421e5aa986d 100644
--- a/tools/libxl/libxl.h
+++ b/tools/libxl/libxl.h
@@ -2413,7 +2413,7 @@ int libxl_send_trigger(libxl_ctx *ctx, uint32_t domid,
 static inline int libxl_send_trigger_0x041200(
     libxl_ctx *ctx, uint32_t domid, libxl_trigger trigger, uint32_t vcpuid)
 {
-    return libxl_send_trigger_0x041200(ctx, domid, trigger, vcpuid, NULL);
+    return libxl_send_trigger(ctx, domid, trigger, vcpuid, NULL);
 }
 #define libxl_send_trigger libxl_send_trigger_0x041200
 #endif
-- 
Anthony PERARD


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

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

* Re: [Xen-devel] [PATCH] libxl: Fix build when LIBXL_API_VERSION is set
  2019-09-23 13:26 [Xen-devel] [PATCH] libxl: Fix build when LIBXL_API_VERSION is set Anthony PERARD
@ 2019-09-23 13:35 ` Wei Liu
  2019-09-23 13:39   ` Ian Jackson
  0 siblings, 1 reply; 3+ messages in thread
From: Wei Liu @ 2019-09-23 13:35 UTC (permalink / raw
  To: Anthony PERARD; +Cc: xen-devel, Ian Jackson, Wei Liu

On Mon, Sep 23, 2019 at 02:26:52PM +0100, Anthony PERARD wrote:
> The compatibility function mistakenly called itself.
> 
> Fixes: 95627b87c3159928458ee586e8c5c593bdd248d8
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

Acked-by: Wei Liu <wl@xen.org>

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

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

* Re: [Xen-devel] [PATCH] libxl: Fix build when LIBXL_API_VERSION is set
  2019-09-23 13:35 ` Wei Liu
@ 2019-09-23 13:39   ` Ian Jackson
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Jackson @ 2019-09-23 13:39 UTC (permalink / raw
  To: Wei Liu; +Cc: Anthony Perard, xen-devel@lists.xenproject.org

Wei Liu writes ("Re: [PATCH] libxl: Fix build when LIBXL_API_VERSION is set"):
> On Mon, Sep 23, 2019 at 02:26:52PM +0100, Anthony PERARD wrote:
> > The compatibility function mistakenly called itself.
> > 
> > Fixes: 95627b87c3159928458ee586e8c5c593bdd248d8
> > Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> 
> Acked-by: Wei Liu <wl@xen.org>

Thanks

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

and pushed.

Ian.

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

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

end of thread, other threads:[~2019-09-23 13:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-23 13:26 [Xen-devel] [PATCH] libxl: Fix build when LIBXL_API_VERSION is set Anthony PERARD
2019-09-23 13:35 ` Wei Liu
2019-09-23 13:39   ` Ian Jackson

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.