You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running coconut-svsm built with hyper-v support, the ipi self tests seem to hang. I suspect that something is broken with our start vp hypercall handling since openhcl does not use it in vtl2.
build the svsm with make test-in-hyperv and run with something like:
cargo run --target x86_64-pc-windows-msvc -- --hv --vtl2 --igvm ~/svsm/bin/coconut-test-hyperv.igvm --com3 console --com1 none --igvm-vtl2-relocation-type disable --late-map-vtl0-policy off --processors 2
The text was updated successfully, but these errors were encountered:
actually on second glance, the vp start seems to work but then sending an ipi isn't? will need more debugging.
chris-oo
changed the title
virt_whp: vtl2 start vp hypercall doesn't seem to work correctly
virt_whp: coconut-svsm self test with 2 procs hangs on ipi test
Jan 24, 2025
Running coconut-svsm built with hyper-v support, the ipi self tests seem to hang. I suspect that something is broken with our start vp hypercall handling since openhcl does not use it in vtl2.
build the svsm with
make test-in-hyperv
and run with something like:The text was updated successfully, but these errors were encountered: