QuarkContainer / Quark

A secure container runtime with CRI/OCI interface
Apache License 2.0
303 stars 47 forks source link

Placeholders and todos!(...) #1235

Open chl337 opened 2 months ago

chl337 commented 2 months ago

A list of functions/functionalities that are not properly implemented:

NOTE

The placeholders where needed during the porting from x86_64. Because the main branch has also leftovers, before adding implementation check if the function is actually needed or it can be removed.

If you start working on an item of the list

to avoid duplication.

shrik3 commented 2 months ago

if I may add,

  1. the signal handling is ignoring the FP state.
  2. we don't support SIMD in the kernel (should we? saving/restoring vector registers would be quite expensive.)
chl337 commented 2 months ago

On Tue May 14, 2024 at 11:23 PM CEST, Tianhao Wang wrote:

if I may add,

  1. the signal handling is ignoring the FP state.
  2. we don't support SIMD in the kernel (should we? saving/restoring vector registers would be quite expensive.)

Thanks, I added them in the list.

shrik3 commented 1 month ago

not only for aarch64: we want breakpoints and gdb! XD