From f67be4ef10a376f9d9fa1ec581e7617839a51779 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 5 Oct 2021 15:27:07 +0100 Subject: [PATCH] Update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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/) * *