Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Research 9p file server integration with the VM runtime #109

Closed
nieznanysprawiciel opened this issue Dec 21, 2021 · 3 comments
Closed

Research 9p file server integration with the VM runtime #109

nieznanysprawiciel opened this issue Dec 21, 2021 · 3 comments
Assignees

Comments

@nieznanysprawiciel
Copy link
Contributor

nieznanysprawiciel commented Dec 21, 2021

What:

  • research on how to integrate the 9p file server with the VM runtime
  • design

Why:

  • 9p file server will provide better means of mounting directories by expanding the fixed-size filesystem root (in tmpfs) and allow for exposing the existing contents of volume directories
  • 9p file server is cross-platform, which would allow to port the VM runtime to Windows
@prekucki
Copy link
Member

qemu-system-x86_64.zip

@prekucki
Copy link
Member

qemu-system-x86_64.exe -m 1G -nographic -vga none -kernel vmlinuz-virt ^
 -initrd initramfs.cpio.gz -net none -smp 2 ^
 -append "console=ttyS0 panic=1" -device virtio-serial ^
 -device virtio-rng-pci ^
 -chardev socket,id=manager_cdev,host=127.0.0.1,port=9003,server,nowait ^
 -chardev socket,id=net_cdev,host=127.0.0.1,port=9004,server,nowait ^
 -device virtserialport,chardev=manager_cdev,name=manager_port ^
 -device virtserialport,chardev=net_cdev,name=net_port ^
 -drive file=ubuntu.gvmi,cache=unsafe,readonly=on,format=raw,if=virtio ^
 -no-reboot -accel whpx  -nodefaults --serial stdio

@pwalski
Copy link
Contributor

pwalski commented Dec 21, 2022

It is a part of open PR #121

@nieznanysprawiciel nieznanysprawiciel closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants