Mats Brorsson

Results 32 comments of Mats Brorsson

> Thanks! There isn't anyone working on this as far as I know, so feel free to take it on. I'm afraid I know too little about the inner workings...

I tried this PR on a VisionFive2 board from StarFive, and could not get any of the examples to work. I built a project with the println.rs example and got...

> and you have to also include OS when running perf, because at present its PMU cannot tell the user space instructions or kernel space instructions. I'm not sure I...

Thanks, this was indeed helpful. I tried using Group and all counters returned 0. Do you have any idea why groups cannot be used?

By trial and error I found that Groups does wok for my board. I just need to be careful which counters I am using. It works apparently only for the...

Thanks for posting the workaround, it helped me get past it.

My issue has been resolved so the issue can be closed, but I think there could be a need to pass config options to the shim, still.

I am on v0.13.1. On my RISCV64-board, I try to build it directly like: ``` cargo build --release --target riscv64gc-unknown-linux-gnu --manifest-path=containerd-shim-spin/Cargo.toml ``` as I had issues with the Makefile It...

I managed to build `runwasi` by removing the `Cargo.lock` file so that cargo could rebuild the dependencies from scratch. That did not work for this repo. However, the issue lies...

Unfortunately I still do not have success. `spin-trigger-http` needs `tokio-rustls` which needs `rustls` which uses `ring 0.16.20. I tried to force cargo to replace ring 0.16.20 with 0.17.8 using: ```...