:orphan: .. index:: pair: group; XEN configuration .. _doxid-group__tapi__conf__xen: XEN configuration ================= .. toctree:: :hidden: Overview ~~~~~~~~ Forward declaration to avoid header inclusion :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block // global functions :ref:`te_errno` :ref:`tapi_cfg_xen_get_path`(char const* ta, char* path); :ref:`te_errno` :ref:`tapi_cfg_xen_set_path`(char const* ta, char const* path); :ref:`te_errno` :ref:`tapi_cfg_xen_get_rcf_port`(char const* ta, unsigned int* port); :ref:`te_errno` :ref:`tapi_cfg_xen_set_rcf_port`(char const* ta, unsigned int port); :ref:`te_errno` :ref:`tapi_cfg_xen_get_rpc_br`(char const* ta, char* br_name); :ref:`te_errno` :ref:`tapi_cfg_xen_set_rpc_br`(char const* ta, char const* br_name); :ref:`te_errno` :ref:`tapi_cfg_xen_get_rpc_if`(char const* ta, char* if_name); :ref:`te_errno` :ref:`tapi_cfg_xen_set_rpc_if`(char const* ta, char const* if_name); :ref:`te_errno` :ref:`tapi_cfg_xen_get_base_mac_addr`(char const* ta, uint8_t* mac); :ref:`te_errno` :ref:`tapi_cfg_xen_set_base_mac_addr`(char const* ta, uint8_t const* mac); :ref:`te_errno` :ref:`tapi_cfg_xen_get_accel`(char const* ta, bool* accel); :ref:`te_errno` :ref:`tapi_cfg_xen_set_accel`(char const* ta, bool accel); :ref:`te_errno` :ref:`tapi_cfg_xen_set_init`(char const* ta, bool init); :ref:`te_errno` :ref:`tapi_cfg_xen_create_dom_u`(char const* ta, char const* dom_u); :ref:`te_errno` :ref:`tapi_cfg_xen_destroy_dom_u`(char const* ta, char const* dom_u); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_get_status`(char const* ta, char const* dom_u, char* status); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_set_status`(char const* ta, char const* dom_u, char const* status); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_get_memory_size`(char const* ta, char const* dom_u, unsigned int* size); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_set_memory_size`(char const* ta, char const* dom_u, unsigned int size); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_get_ip_addr`(char const* ta, char const* dom_u, struct sockaddr* ip_addr); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_set_ip_addr`(char const* ta, char const* dom_u, struct sockaddr const* ip_addr); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_get_mac_addr`(char const* ta, char const* dom_u, uint8_t* mac); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_set_mac_addr`(char const* ta, char const* dom_u, uint8_t const* mac); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_add_bridge`(char const* ta, char const* dom_u, char const* bridge, char const* if_name); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_del_bridge`(char const* ta, char const* dom_u, char const* bridge); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_bridge_get_if_name`(char const* ta, char const* dom_u, char const* bridge, char* if_name); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_bridge_set_if_name`(char const* ta, char const* dom_u, char const* bridge, char const* if_name); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_bridge_get_ip_addr`(char const* ta, char const* dom_u, char const* bridge, struct sockaddr* ip_addr); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_bridge_set_ip_addr`(char const* ta, char const* dom_u, char const* bridge, struct sockaddr const* ip_addr); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_bridge_get_mac_addr`(char const* ta, char const* dom_u, char const* bridge, uint8_t* mac); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_bridge_set_mac_addr`(char const* ta, char const* dom_u, char const* bridge, uint8_t const* mac); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_bridge_get_accel`(char const* ta, char const* dom_u, char const* bridge, bool* accel); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_bridge_set_accel`(char const* ta, char const* dom_u, char const* bridge, bool accel); :ref:`te_errno` :ref:`tapi_cfg_xen_dom_u_migrate`(char const* from_ta, char const* to_ta, char const* dom_u, char const* host, bool live); .. _details-group__tapi__conf__xen: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Forward declaration to avoid header inclusion Global Functions ---------------- .. index:: pair: function; tapi_cfg_xen_get_path .. _doxid-group__tapi__conf__xen_1ga2cad3d2ea9e839331661267ea20e90e6: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_get_path(char const* ta, char* path) Get XEN storage path for templates of domU disk images and where domUs are cloned. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - path - Storage to accept path .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_set_path .. _doxid-group__tapi__conf__xen_1gaf357ad0eeb204a06ba5e5cf9a733f1da: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_set_path(char const* ta, char const* path) Set XEN storage path for templates of domU disk images and where domUs are cloned. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - path - New XEN path .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_get_rcf_port .. _doxid-group__tapi__conf__xen_1ga3f2bc8a8e36024e4fd534660bfbcf056: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_get_rcf_port(char const* ta, unsigned int* port) Get IP address of 'eth0' of domU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get status of * - size - Storage to accept domU 'eth0' memory size .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_set_rcf_port .. _doxid-group__tapi__conf__xen_1gad374dff6c3060004a7e6c4ec7bab9296: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_set_rcf_port(char const* ta, unsigned int port) Set IP address of 'eth0' of domU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get memory size of * - size - New domU 'eth0' memory size .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_get_rpc_br .. _doxid-group__tapi__conf__xen_1gaef97da495de634c171e798da9b60cd39: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_get_rpc_br(char const* ta, char* br_name) Get the name of the bridge that is used for RCF/RPC communication. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get bridge name of * - br_name - Storage to accept bridge name .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_set_rpc_br .. _doxid-group__tapi__conf__xen_1ga9bc366076dac535c99f8ea481b234bed: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_set_rpc_br(char const* ta, char const* br_name) Set the name of the bridge that is used for RCF/RPC communication. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - br_name - New domU bridge name .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_get_rpc_if .. _doxid-group__tapi__conf__xen_1ga140f53b96f9e5225c5daaf35f19a7e19: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_get_rpc_if(char const* ta, char* if_name) Get the name of the interface that is used for RCF/RPC communication. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - if_name - Storage to accept interface name .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_set_rpc_if .. _doxid-group__tapi__conf__xen_1ga623c84c5a76c61efb3a666cb788f7b93: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_set_rpc_if(char const* ta, char const* if_name) Set the name of the interface that is used for RCF/RPC communication. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - if_name - New domU interface name .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_get_base_mac_addr .. _doxid-group__tapi__conf__xen_1ga578519bc4a7159b1e88ea1c95be34a11: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_get_base_mac_addr(char const* ta, uint8_t* mac) Get MAC address that is used as base one for domUs. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - mac - Storage to accept base MAC address .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_set_base_mac_addr .. _doxid-group__tapi__conf__xen_1ga4d00161aed9a9cb4c6f2d2dcf7c85d98: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_set_base_mac_addr(char const* ta, uint8_t const* mac) Set MAC address that is used as base one for domUs. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - mac - New base MAC address .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_get_accel .. _doxid-group__tapi__conf__xen_1gaa9851145c97f8ffbf35b81253f371be6: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_get_accel(char const* ta, bool* accel) Get dom0 acceleration. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - accel - Storage to accept dom0 acceleration .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_set_accel .. _doxid-group__tapi__conf__xen_1ga4788f834322196bb6eb38b14e705926c: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_set_accel(char const* ta, bool accel) Set dom0 acceleration. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - accel - New acceleration value .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_set_init .. _doxid-group__tapi__conf__xen_1ga18ce5e4f648a9ec68852bcb25422f353: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_set_init(char const* ta, bool init) Perform dom0 initialization/cleanup. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - init - Initialization (``true``) or clean up (``false``)? .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_create_dom_u .. _doxid-group__tapi__conf__xen_1gaf00629bd807ccc39eba13fee8e0e562f: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_create_dom_u(char const* ta, char const* dom_u) Create new domU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to create .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_destroy_dom_u .. _doxid-group__tapi__conf__xen_1ga14aa590adf96a3f955abe4d8b913adca: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_destroy_dom_u(char const* ta, char const* dom_u) Destroy new domU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to destroy .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_get_status .. _doxid-group__tapi__conf__xen_1gad2c2e52920a298afc18eac170c0bc061: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_get_status(char const* ta, char const* dom_u, char* status) Get status of domU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get status of * - status - Storage to accept status .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_set_status .. _doxid-group__tapi__conf__xen_1gab70a473aea373cf12df4a6841b4742f5: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_set_status(char const* ta, char const* dom_u, char const* status) Set status of domU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get status of * - status - New domU status .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_get_memory_size .. _doxid-group__tapi__conf__xen_1gac080461984ae2937a131e58a1e206076: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_get_memory_size(char const* ta, char const* dom_u, unsigned int* size) Get memory size that wiil be specified in creation of domU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get status of * - size - Storage to accept domU memory size .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_set_memory_size .. _doxid-group__tapi__conf__xen_1ga47e72287738f39d534a246d24b2dd0d0: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_set_memory_size(char const* ta, char const* dom_u, unsigned int size) Set memory size that wiil be specified in creation of domU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get memory size of * - size - New domU memory size .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_get_ip_addr .. _doxid-group__tapi__conf__xen_1gae1a5a2ecb158dcd47a5da4b6bb67a658: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_get_ip_addr(char const* ta, char const* dom_u, struct sockaddr* ip_addr) Get IP address of the interface that is used for RCF/RPC communication. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get IP address of * - ip_addr - Storage to accept domU 'eth0' IP address .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_set_ip_addr .. _doxid-group__tapi__conf__xen_1ga832f0f00b25c6571d0e42f1fc47ecf65: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_set_ip_addr(char const* ta, char const* dom_u, struct sockaddr const* ip_addr) Set IP address of the interface that is used for RCF/RPC communication. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get IP address of * - ip_addr - New domU 'eth0' IP address .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_get_mac_addr .. _doxid-group__tapi__conf__xen_1ga4f09839d0d1c523e4d727695a36ea2f5: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_get_mac_addr(char const* ta, char const* dom_u, uint8_t* mac) Get MAC address of 'eth0' of domU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get MAC address of * - mac - Storage to accept domU 'eth0' MAC address .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_set_mac_addr .. _doxid-group__tapi__conf__xen_1ga4c99788ab1f5f06a64e768998480a128: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_set_mac_addr(char const* ta, char const* dom_u, uint8_t const* mac) Set MAC address of 'eth0' of domU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get MAC address of * - mac - New domU 'eth0' MAC address .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_add_bridge .. _doxid-group__tapi__conf__xen_1ga9b165d304ca68b885b6e791f14db443f: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_add_bridge(char const* ta, char const* dom_u, char const* bridge, char const* if_name) Add new bridge to domU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to create * - bridge - Bridge name * - if_name - Interface name .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_del_bridge .. _doxid-group__tapi__conf__xen_1ga9c0695f769007a5d0a0eff83f84b2a96: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_del_bridge(char const* ta, char const* dom_u, char const* bridge) Delete bridge from domU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to destroy * - bridge - Bridge name .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_bridge_get_if_name .. _doxid-group__tapi__conf__xen_1gaca3c88b8d8491f88ddc7b83ef341b73e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_bridge_get_if_name(char const* ta, char const* dom_u, char const* bridge, char* if_name) Get the name of the interface that is used for testing communication. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get bridge name of * - bridge - DomU bridge name * - if_name - Storage to accept interface name .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_bridge_set_if_name .. _doxid-group__tapi__conf__xen_1gac3497f14b608e2021c34dd8fa93add1a: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_bridge_set_if_name(char const* ta, char const* dom_u, char const* bridge, char const* if_name) Set the name of the interface that is used for testing communication. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get bridge name of * - bridge - DomU bridge name * - if_name - Interface name .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_bridge_get_ip_addr .. _doxid-group__tapi__conf__xen_1ga552ce1e7291edfb6d87dcd0e94966994: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_bridge_get_ip_addr(char const* ta, char const* dom_u, char const* bridge, struct sockaddr* ip_addr) Get IP address of the interface that is used for RCF/RPC communication. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU * - bridge - Name of the bridge interface is added to * - ip_addr - Storage to accept IP address .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_bridge_set_ip_addr .. _doxid-group__tapi__conf__xen_1ga97df0baa848522399c0f996ee77c16ed: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_bridge_set_ip_addr(char const* ta, char const* dom_u, char const* bridge, struct sockaddr const* ip_addr) Set IP address of the interface that is used for RCF/RPC communication. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get IP address of * - ip_addr - New domU 'eth0' IP address .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_bridge_get_mac_addr .. _doxid-group__tapi__conf__xen_1gab6b1a4d85a1fc954e2431a6d81666294: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_bridge_get_mac_addr(char const* ta, char const* dom_u, char const* bridge, uint8_t* mac) Get MAC address of 'eth0' of domU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get MAC address of * - mac - Storage to accept domU 'eth0' MAC address .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_bridge_set_mac_addr .. _doxid-group__tapi__conf__xen_1ga48460cec81a31f43f263518cb5b487ec: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_bridge_set_mac_addr(char const* ta, char const* dom_u, char const* bridge, uint8_t const* mac) Set MAC address of 'eth0' of domU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get MAC address of * - mac - New domU 'eth0' MAC address .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_bridge_get_accel .. _doxid-group__tapi__conf__xen_1ga130b7739012f456aa0a7496bf1166f86: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_bridge_get_accel(char const* ta, char const* dom_u, char const* bridge, bool* accel) Get acceleration specification sign of a tested interface of domU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get MAC address of * - accel - Storage to accept domU tested iface accel sign .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_bridge_set_accel .. _doxid-group__tapi__conf__xen_1ga347eddfae1076b6a38ddcfd4d1015a51: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_bridge_set_accel(char const* ta, char const* dom_u, char const* bridge, bool accel) Set acceleration specification sign of a tested interface of domU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent running withing dom0 * - dom_u - Name of domU to get tested iface accel sign of * - accel - New domU tested iface accel sign .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_xen_dom_u_migrate .. _doxid-group__tapi__conf__xen_1gafcfa1ca581214b07c36081e344013258: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_xen_dom_u_migrate(char const* from_ta, char const* to_ta, char const* dom_u, char const* host, bool live) Set MAC address of 'eth0' of domU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - from_ta - Test Agent running withing source dom0 * - to_ta - Test Agent running withing target dom0 * - dom_u - Name of domU to migrate * - host - Host name or IP address to migrate to * - live - Kind of migration to perform (live/non-live) .. rubric:: Returns: Status code