-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Hello,
I've been trying to get live migration working on my Dell EMC PowerEdge C6525 machine (with SEV support). I'm running Ubuntu 20.04 on my machine. I found that the stock software (virsh 6.0.0 + QEMU-4.2.1 + Linux v5.4) does not support live migration for my SEV-enabled VM.
I therefore tried to compile and install QEMU from the branch below to my system.
https://github.com/AMDESE/qemu/tree/sev_live_migration_v4_1
After the installation completes, when I create a new SEV-enabled VM using the new QEMU (with virt-install), I kept getting the error below:
"ERROR Host does not support any virtualization options for arch 'x86_64'""
I then tried to install the mainline v5.18 Linux to my Ubuntu 20.04 machine, but the same error still exists.
I wonder if I'm missing something here? Any comments/tips would be much appreciated!