linux-svsm icon indicating copy to clipboard operation
linux-svsm copied to clipboard

Linux SVSM (Secure VM Service Module) for secure x86 virtualization in Rust

Results 8 linux-svsm issues
Sort by recently updated
recently updated
newest added

Tom suggested to break the PR #35 into two. The first part PR #41 got merged and this is the second part. The function `get_report()` can be called to request...

Implement most of the attestation protocol with its two calls, according to the SVSM spec. This is still WIP because it still misses: 1. Call to openssl SHA-512 routine to...

Hello, does linux-svsm already implements vTPM support and are there some examples that show how to use this to achieve vTPM in the Guest OS?

@cuviper and @berrange mentioned in the discussion below that it is highly desirable to avoid application specific build targets. From a distro packaging perspective, it would be better to get...

The SVSM cannot be packaged by any distribution until it can be built by a standard and released version of rust. How far away from this are we? The main...

I ran into some issues then trying to use SVSM on Fedora 36. I know the main focus is Ubuntu 22.04 right now, but I'll leave this info here just...

Something we can have like unwrap, that instead of panic will call vc_terminate_xxxx. Consider this code: ```rust let init_frame: PhysFrame = match mem_allocate_frames(init_count) { Some(f) => f, None => vc_terminate_svsm_enomem(),...

question

there's a fundamental thing i still don't understand about SNP, and i was assuming SVSM solves that, but i cant figure out how. in a cloud environment, a guest owner...