Shannon D'souza

Results 3 issues of 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...

A-client
A-server
C-feature
P-high
S-delayed

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.

A-client
A-server
C-bug
P-high
S-delayed

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...