Shannon D'souza
Shannon D'souza
Adds a memory quota that tracks the memory consumption of each user. The default value is 5 MB and is set in the config.toml. Authentication must be enabled for memory...
Added a conversion flag that can be set to false to prevent dataframes from being converted into tensors. By default this flag is set to False.
The OVMF binary that's built using the AMDSEV repository now contains a SVSM Calling Area Address (CAA) section type. Defined [here](https://github.com/AMDESE/ovmf/blob/snp-latest/OvmfPkg/ResetVector/X64/OvmfSevMetadata.asm) as: ``` %define OVMF_SECTION_TYPE_SVSM_CAA 0x4 ``` This causes the...