Update README

This commit is contained in:
Martin Wimpress 2021-10-05 15:27:07 +01:00
parent 62ee6e324a
commit f67be4ef10
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -432,14 +432,13 @@ used the 1920x1080 monitor which results in a window size of 1664x936.
- [ ] Add `spice-app` support via `virt-viewer`; *requires `virt-viewer` 8.0 or newer*
- [ ] Add support for `ignore_msrs` for macOS. `echo "options kvm ignore_msrs=Y" >> /etc/modprobe.d/kvm.conf && update-initramfs -k all -u`
- [ ] Add discrete GPU pass-through
- [ ] Add BSD support
- [ ] Improve disk management
# References
Useful reference that assisted the development of Quickemu.
General
* General
* [QEMUs documentation!](https://qemu.readthedocs.io/en/latest/)
* <https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines>
* <https://www.kraxel.org/blog/2020/01/qemu-sound-audiodev/>