Deploying QEMU
This section describes how to install QEMU to support the Confidential Computing TEE Kit.
- 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

- 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.
Parent topic: Software Deployment