Akihiro Suda
Akihiro Suda
Perhaps this is an issue of QEMU or libslirp? https://gitlab.com/qemu-project/qemu/-/issues https://gitlab.freedesktop.org/slirp/libslirp/-/issues
> C:\Users\AndersBjörklund, they need to use C:\Users\ANDERS~1 What if your home directory is like `C:\Users\Björklund` or `C:\Users\漢字` ?
- Do you have a public image to hit this issue? - Could you try creating `{"storage-driver": "fuse-overlayfs"}` in `/home/.linux/.config/docker/daemon.json` and run `systemctl --user restart docker` in the guest? You...
My current plan: - Step 1: Use 9p over virtio serial: https://github.com/AkihiroSuda/lima/issues/1 - Step 2: Implement vsock support in QEMU for Darwin, and switch away from virtio serial to vsock...
In parallel, we can consider supporting mutagen integration as well. IIUC it is used by Docker for Mac as well. https://mutagen.io/
Thanks @mroi ! - The patch seems [proposed to the upstream in 2018](https://lists.gnu.org/archive/html/qemu-devel/2018-06/msg04650.html), but what's the current status of upstreaming? - Is there / will there be a binary with...
@mroi Aside from 9p, do you know whether somebody is working on supporting vsock? For reimplementing the even notification system that is currently implemented by running `ssh -L /run/user//lima-guestagent.sock:ga.sock`.
Thanks!
The patch seems to have issues 😞 https://github.com/NixOS/nixpkgs/pull/122420#issuecomment-846365328
Until we can get `virtio-9p-pci` for macOS hosts in the QEMU upstream, I was planning to use 9P over virtserial, but it doesn't seem easy as expected 😞 ```diff diff...