/home/jejb/git/qemu/build/x86_64-softmmu/qemu-system-x86_64 \ -name sevtest \ -enable-kvm \ -cpu EPYC \ -machine q35 \ -smp 4,maxcpus=64 \ -m 4096M,slots=5,maxmem=30G \ -drive if=pflash,format=raw,unit=0,file=/home/jejb/git/edk2/Build/AmdSev/DEBUG_GCC5/FV/OVMF.fd,readonly \ -debugcon file:debug.log -global isa-debugcon.iobase=0x402 \ -netdev user,id=vmnic,hostfwd=tcp::5555-:22 \ -device e1000,netdev=vmnic,romfile= \ -drive file=disk.img,if=none,id=disk0,format=raw \ -device virtio-scsi-pci,id=scsi,disable-legacy=on,iommu_platform=true \ -device scsi-hd,drive=disk0 \ -object sev-guest,id=sev0,cbitpos=47,reduced-phys-bits=1,policy=0x1,session-file=/home/jejb/launch_blob.txt,dh-cert-file=/home/jejb/godh.txt \ -machine memory-encryption=sev0 \ -nographic \ -serial stdio \ -monitor telnet::5551,server,nowait \ -qmp tcp::5550,server,nowait \ -S \ -device virtio-rng-pci,disable-legacy=on,iommu_platform=true