Open smherwig opened 1 month ago
To further clarify, we are using the nix install of qemu
:
$ which qemu-system-x86_64
/nix/store/6x9r5ghwq2a6j4r2gmqida8d5wd0ya91-qemu-host-cpu-only-9.0.1/bin/qemu-system-x86_64
$ qemu-system-x86_64 --version
QEMU emulator version 9.0.1
Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers
@dingelish if I remember correctly you ran into a similar problem with QEMU. Can you remember how you managed to resolve it?
@dingelish if I remember correctly you ran into a similar problem with QEMU. Can you remember how you managed to resolve it?
sure. please apply this patch to your qemu
https://github.com/dingelish/qemu/commit/876e262744a6483a3bcb37a07767e6c75f9cf4ee
@conradgrobler @dingelish: thank you; that worked.
I'm working of the main branch (commit
c5190c07aa8da7436760f39bb5de8e27afb44844
).I'm attempting to run the
rust_hello_world_trusted_bundle
container using the following command:The kernel boot is aborting with the following log lines:
I think the key log lines are:
Our setup is:
6.11.0-rc3-snp-host-85ef1ac03941
. We followed AMD's Using SEV with AMD EPYC Processors guide to setup the BIOS, SEV firmware, and host kernel. Specifically, we're running AMD's kernel as per the instructions on AMD's sep-latest branchAdditionally, I manually had to
sudo modprobe vhost_vsock
.Thanks. I appreciated any help.