Update README

This commit is contained in:
Martin Wimpress 2021-10-15 12:57:25 +01:00
parent d9e3bfd357
commit f82fa57231
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3

View File

@ -70,6 +70,7 @@ See this (old) video where I explain some of my motivations for creating Quickem
* [spicy](https://gitlab.freedesktop.org/spice/spice-gtk)
* [swtpm](https://github.com/stefanberger/swtpm)
* [Wget](https://www.gnu.org/software/wget/)
* [xdg-user-dirs](https://www.freedesktop.org/wiki/Software/xdg-user-dirs/)
* [xrandr](https://gitlab.freedesktop.org/xorg/app/xrandr)
* [zsync](http://zsync.moria.org.uk/)
@ -340,6 +341,29 @@ configuration:
* `floppy="/path/to/floppy.img"`
# File Sharing
All File Sharing options will only expose `~/Public` (or localised variations)
for the current user to the guest VMs.
## Samba 🐧 🍏 🪟
If `smbd` is available on the host, Quickemu will automatically enable the
built-in QEMU support for exposing a Samba share from the host to the guest.
You can install the minimal Samba components on Ubuntu using:
```bash
sudo apt install --no-install-recommends samba
```
## SPICE WebDAV 🐧 🪟
* TBD
## VirtIO-9P 🐧 🍏
* TBD
# Network port forwarding
Add an additional line to your virtual machine configuration. For example: