All of lore.kernel.org
 help / color / mirror / Atom feed
* Issues regarding "mem_access: Add helper API to setup ring and enable mem_access"
@ 2014-06-23 16:31 Tamas Lengyel
  2014-06-27 15:20 ` Ian Campbell
  0 siblings, 1 reply; 14+ messages in thread
From: Tamas Lengyel @ 2014-06-23 16:31 UTC (permalink / raw)
  To: xen-devel, Aravindh Puthiyaparambil, Ian Jackson


[-- Attachment #1.1: Type: text/plain, Size: 1082 bytes --]

Hi everyone,
commit 6ae2df93c277b4093b3e54c9606387
d1ba6d10fe into xen-staging includes a new function in xenctrl.h,
xc_mem_event_enable. This function name however has been used previously in
xenctrl.h up till at least Xen 4.1.2 for a different purpose. We have been
using autoconf to check which version of the mem_access API is available in
Xen by checking if xc_mem_event_enable is available, signaling that the
mem_access API is Xen 4.1 style, and for xc_mem_access_enable signaling
4.2+ style API. See
https://github.com/bdpayne/libvmi/blob/master/configure.ac#L140 for more
details.

Now with this function being reintroduced, it becomes more complicated to
determine which version of the mem_access API does Xen actually provide. A
#define indicating mem_access API version would nicely overcome this issue,
or  naming xc_mem_event_enable something else.

Furthermore, the new xc_mem_event_enable function unconditionally unpauses
the VM. This may not be a desired behavior in all cases, especially if the
VM was in a paused state when the function was called.

Best,
Tamas

[-- Attachment #1.2: Type: text/html, Size: 1308 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

end of thread, other threads:[~2014-07-02 11:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-23 16:31 Issues regarding "mem_access: Add helper API to setup ring and enable mem_access" Tamas Lengyel
2014-06-27 15:20 ` Ian Campbell
2014-06-30 12:06   ` Tamas Lengyel
2014-06-30 12:42     ` Ian Jackson
2014-06-30 12:44       ` Ian Campbell
2014-06-30 13:07         ` Andrew Cooper
2014-06-30 13:09           ` Ian Campbell
2014-06-30 13:10             ` Andrew Cooper
2014-06-30 14:12               ` Jan Beulich
2014-06-30 14:19                 ` Andrew Cooper
2014-06-30 14:49         ` Tamas Lengyel
2014-06-30 22:14           ` Aravindh Puthiyaparambil (aravindp)
2014-06-30 22:31           ` Aravindh Puthiyaparambil (aravindp)
2014-07-02 11:54             ` Tamas Lengyel

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.