我要评分
获取效率
正确性
完整性
易理解

Deploying QEMU

This section describes how to install QEMU to support the Confidential Computing TEE Kit.

  1. Check the QEMU version of the openEuler 24.03 LTS SP2 source. Ensure that the QEMU version is 37 or later.
    yum list | grep qemu 

  2. Install the QEMU software of the openEuler 24.03 LTS SP2 source.
    yum install -y  qemu liburing-devel telnet

    The default QEMU path is /usr/libexec/qemu-kvm.