* Differentiate between Xen versions at compile time
@ 2011-09-23 16:56 Aravindh Puthiyaparambil
2011-09-23 18:15 ` Olaf Hering
0 siblings, 1 reply; 3+ messages in thread
From: Aravindh Puthiyaparambil @ 2011-09-23 16:56 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 258 bytes --]
The men_access interface has changed between 4.1 and unstable. Mainly
xc_mem_event_enable/disable() is now xc_mem_access_enable/disable(). Is
there a define to check against, to pick up this difference during compile
time for a libxc app?
Thanks,
Aravindh
[-- Attachment #1.2: Type: text/html, Size: 280 bytes --]
[-- Attachment #2: 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] 3+ messages in thread
* Re: Differentiate between Xen versions at compile time
2011-09-23 16:56 Differentiate between Xen versions at compile time Aravindh Puthiyaparambil
@ 2011-09-23 18:15 ` Olaf Hering
2011-09-23 18:53 ` Aravindh Puthiyaparambil
0 siblings, 1 reply; 3+ messages in thread
From: Olaf Hering @ 2011-09-23 18:15 UTC (permalink / raw)
To: Aravindh Puthiyaparambil; +Cc: xen-devel
On Fri, Sep 23, Aravindh Puthiyaparambil wrote:
> The men_access interface has changed between 4.1 and unstable. Mainly
> xc_mem_event_enable/disable() is now xc_mem_access_enable/disable().
> Is there a define to check against, to pick up this difference during
> compile time for a libxc app?
Changeset 23842:483c5f8319ad removes XEN_DOMCTL_MEM_EVENT_OP_ENABLE, and
XEN_DOMCTL_MEM_EVENT_OP_ACCESS_ENABLE was added.
Olaf
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Differentiate between Xen versions at compile time
2011-09-23 18:15 ` Olaf Hering
@ 2011-09-23 18:53 ` Aravindh Puthiyaparambil
0 siblings, 0 replies; 3+ messages in thread
From: Aravindh Puthiyaparambil @ 2011-09-23 18:53 UTC (permalink / raw)
To: Olaf Hering; +Cc: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 543 bytes --]
On Sep 23, 2011 11:16 AM, "Olaf Hering" <olaf@aepfle.de> wrote:
>
> On Fri, Sep 23, Aravindh Puthiyaparambil wrote:
>
> > The men_access interface has changed between 4.1 and unstable. Mainly
> > xc_mem_event_enable/disable() is now xc_mem_access_enable/disable().
> > Is there a define to check against, to pick up this difference during
> > compile time for a libxc app?
>
> Changeset 23842:483c5f8319ad removes XEN_DOMCTL_MEM_EVENT_OP_ENABLE, and
> XEN_DOMCTL_MEM_EVENT_OP_ACCESS_ENABLE was added.
Thanks. I will check for that.
Aravindh
[-- Attachment #1.2: Type: text/html, Size: 713 bytes --]
[-- Attachment #2: 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] 3+ messages in thread
end of thread, other threads:[~2011-09-23 18:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-23 16:56 Differentiate between Xen versions at compile time Aravindh Puthiyaparambil
2011-09-23 18:15 ` Olaf Hering
2011-09-23 18:53 ` Aravindh Puthiyaparambil
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.