Pierre Alain

Results 117 comments of Pierre Alain

It seems to work with dune test. I still have a write problem with mirage-sshfs (which uses `set_partial`, this is why I also added the tests for `set_partial` and `rename`)...

So the issue was on the unikernel side and not here. :)

Sorry for the (EDIT: multiple) force push I had left some mess that I had to clean up :/ And I also fixed my previous "fix" for the size of...

Thanks for your reply. As this is a naive implementation, it will require some additional work to address the inefficiency :) I've only just started to understand the machinery under...

Update: I just tried to show the value returned by the size call on the line `[chamelon-fs] getting size on key /test.bin` and it's 512 (the block size), which totally...

As we use a tender for running the unikernels, the permissions are set in the tender and the warning is probably not alarming, but I think it's best to remove...

It doesn't have conflicts with main now. I'll wait for integration of latest mirage version in opam-repository for updating `Dockerfile` and the final hashsum to have a green CI :)

The last commit is needed as OpenBSD netvm (but connected as a client) can now send packets to us with other src addresses (EDIT: for reference https://forum.qubes-os.org/t/combination-of-openbsd-sys-net-miragefw/25457/24).

Thank you @hannesm , this PR also allows to change netvm on the fly which hasn't been tested too much (at least by me), but it works as before when...

I'll push some commits for updating to mirage 4.5.0 and latest ocaml-solo5 as soon as podman build it :) Regarding the netvm change when qmf is running, I only have...