Marc Hartmayer
Marc Hartmayer
Example to start a confidential guest using two host-key documents ``` $ vng -r --confidential-guest --confidential-guest-args host-key-document=/home/mhartmay/storage/git/hostkeys/a46/HKD-3931-02772A8.crt --confidential-guest-args host-key-document=/home/mhartmay/storage/git/hostkeys/b35/HKD-9175-029DE48.crt ``` Another example where always the given `pvimg create` arguments are...
What do you think about the idea of having confidential guest [1] support in `virtme-ng`? I already have a working PoC to support Secure Execution [2] (protected virtualization), but wanted...
Right now we have a lot of duplicated code if we add new features to `virtme-ng` and then often also to `virtme`. Are there any plans to get rid of...
To make the code base easier to maintain, and to make it easier for others to contribute, we should decide which coding style we should stick to and which tool...
Let’s work on making the implementations more consistent with each other.
The current implementation can cause an infinite loop, leading to a process that hangs and consumes 100% CPU. This occurs because the EOF condition is not handled properly, resulting in...