diff --git a/README.md b/README.md index df696d0..a3c4019 100644 --- a/README.md +++ b/README.md @@ -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 * [QEMU’s documentation!](https://qemu.readthedocs.io/en/latest/) * *