Rate This Document
Findability
Accuracy
Completeness
Readability

FAQ

Q1: Do I need to translate instructions again after restarting the application?

A: Yes. ExaGear provides dynamic translation and does not change the content of the x86 application binary file. Translation is performed only during execution.

Q2: How much performance loss does instruction translation cause?

A: According to the SPEC CPU 2017 test, the CPU performance loss is 10%. The actual performance loss may be higher or lower than 10%. It depends on the actual situation.

Q3: Does x86 support only CentOS? Are other OSs supported?

A: Currently, CentOS 7, Ubuntu 18, and Ubuntu 20 are supported.

Q4: Can ExaGear be installed on a VM?

A: Yes. Note that the VM OS type must be the same as the guest OS type supported by ExaGear and the VM must be an Arm VM.

Q5: Can Windows applications be translated?

A: In principle, ExaGear does not support this function unless ExaGear can run on Linux x86 servers together with Wine. ExaGear does not guarantee the correctness of end-to-end functions because Wine is involved.

Q6: Can ExaGear for Server and ExaGear for Docker be deployed on the same server?

A: No.

Q7: What is the virtual address range of ExaGear?

A: The length of the virtual address used in the current server version is 48 bits. If the virtual address space allowed by the kernel is less than this length, a segment fault occurs during startup.

Q8: What shall I do if an error message "Error: Problem: conflicting requests - nothing provides tar needed by exagear-guest-centos-7-x86_64-xxxx-1.noarch" or "error: Failed dependencies: tar is needed by exagear-guest-centos-7-x86_64-xxxx-1.noarch" is displayed during installation?

A: Install a TAR tool on the host OS or configure the yum repo if you use yum to install ExaGear.

Q9: How do I check whether the SPE function is enabled in the current environment?

A: Check the file path /sys/bus/event_source/devices/arm_spe_xx. If the file path exists, SPE has been enabled in the current environment.

Q10: When EXAGEAR_USE_OPT is set to "y" and the dynamic secondary optimization is enabled, x86 applications cannot run properly. What are the possible causes?

A: Run the systemctl status exagear-x86_*-opt.service command to check the status of the exagear-x86_*-opt.service system service and ensure that the dynamic secondary optimization service is normal.

Q11: Does ExaGear support both little-endian and big-endian byte orders?

A: ExaGear supports only little-endian CPU settings.