Commit f93c7948 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

devcontainer.json: remove `--privileged`

We needed it to ensure that gem5's `PerfKvmCounter::attach()` would work but with simbricks/simbricks#109 this has become unnecessary.
parent d4506c47
{
"image": "simbricks/simbricks-build:latest",
"runArgs": [
"--device=/dev/kvm",
"--privileged"
"--device=/dev/kvm"
],
"extensions": [
"ms-python.python"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment