All public logs
From Xen
Jump to navigationJump to search
Combined display of all available logs of Xen. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:12, 11 February 2025 Bernhard.Kaindl talk contribs created page NUMA node affinity in the Xen hypervisor (Created page with "= Setting a Domain’s node affinity = == Hypercall: <code>XEN_DOMCTL_setnodeaffinity</code> == It can be called from <code>libxenctrl</code> and <code>libxl</code> === <code>libxenctrl</code>: <code>xc_domain_node_setaffinity()</code> === This call requires the <code>domid</code> of the created domain and an <code>xc_nodemap_t</code>: <source lang="c">int xc_domain_node_setaffinity(xc_interface *xch, uint32_t domid,...")