search for: n_dom

Displaying 4 results from an estimated 4 matches for "n_dom".

Did you mean: _dom
2012 Feb 20
18
[PATCH] libxl: fix compile error of libvirt
a, libxl_event.h is included in libxl.h. So, the former one also need to be installed. b, define __XEN_TOOLS__ in libxl.h: the head file "xen/sysctl.h" need check this macro. It is the same way used by the xen libxc public headers(tools/libxc/xenctrl.h and tools/libxc/xenctrlosdep.h). Signed-off-by: Bamvor Jian Zhang <bjzhang@suse.com> diff -r 87218bd367be
2012 Jul 04
53
[PATCH 00 of 10 v3] Automatic NUMA placement for xl
Hello, Third version of the NUMA placement series Xen 4.2. All the comments received during v2''s review have been addressed (more details in single changelogs). The most notable changes are the following: - the libxl_cpumap --> libxl_bitmap renaming has been rebased on top of the recent patches that allows us to allocate bitmaps of different sizes; - the heuristics for deciding
2012 Sep 04
2
[PATCH] valgrind: Support for ioctls used by Xen toolstack processes.
...READ(numainfo, node_to_node_distance); + break; + + default: + bad_subop(tid, layout, arrghs, status, flags, + "__HYPERVISOR_sysctl", sysctl->cmd); + break; + } +#undef PRE_XEN_SYSCTL_READ +#undef __PRE_XEN_SYSCTL_READ +} + +PRE(domctl) +{ + struct xen_domctl *domctl = (struct xen_domctl *)(unsigned int)ARG1; + + PRINT("__HYPERVISOR_domctl ( %d ) on dom%d", domctl->cmd, domctl->domain); + + /* + * Common part of xen_domctl: + * uint32_t cmd; + * uint32_t interface_version; + * domid_t domain; + */ + PRE_...
2010 Sep 15
15
xenpaging fixes for kernel and hypervisor
Patrick, there following patches fix xenpaging for me. Granttable handling is incomplete. If a page is gone, a GNTST_eagain should be returned to the caller to inidcate the hypercall has to be retried after a while, until the page is available again. Please review. Olaf _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com