* [PATCH][TRIVIAL] Include <xen/acm.h> by default in xc.h
@ 2005-06-23 3:10 Anthony Liguori
0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2005-06-23 3:10 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 387 bytes --]
Normal users of xc_domain_create() will have to get at ACM_DEFAULT_SSID
which is defined in <xen/acm.h>. This is a trivial patch to make sure
xc.h includes <xen/acm.h> so that it remains self-contained. The xc
bindings have not needed this since they use 0xffffffff instead of the
appropriate macro.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Regards,
Anthony Liguori
[-- Attachment #2: xc_acm.diff --]
[-- Type: text/x-patch, Size: 282 bytes --]
--- tools/libxc/xc.h~ 2005-06-22 14:45:33.000000000 -0500
+++ tools/libxc/xc.h 2005-06-22 22:04:40.091377216 -0500
@@ -25,6 +25,7 @@
#include <xen/dom0_ops.h>
#include <xen/event_channel.h>
#include <xen/sched_ctl.h>
+#include <xen/acm.h>
/*
* DEFINITIONS FOR CPU BARRIERS
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-23 3:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-23 3:10 [PATCH][TRIVIAL] Include <xen/acm.h> by default in xc.h Anthony Liguori
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.