From: Anthony Liguori <aliguori@us.ibm.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH][TRIVIAL] Include <xen/acm.h> by default in xc.h
Date: Wed, 22 Jun 2005 22:10:48 -0500 [thread overview]
Message-ID: <42BA2838.1080805@us.ibm.com> (raw)
[-- 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
reply other threads:[~2005-06-23 3:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42BA2838.1080805@us.ibm.com \
--to=aliguori@us.ibm.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.