macOS-Simple-KVM icon indicating copy to clipboard operation
macOS-Simple-KVM copied to clipboard

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.

Results 162 macOS-Simple-KVM issues
Sort by recently updated
recently updated
newest added

- qemu-system-x86_64: warning: dbind: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy...

Is there a way to to make the built-in kvm sound (ich9 or ich6) work after passing through a GPU? When I create a new High Sierra vm using virt-manager...

``` ./jumpstart.sh --high-sierra Requirement already satisfied: requests in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 1)) (2.22.0) Requirement already satisfied: click in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 2)) (7.1.2) Requirement already satisfied:...

I'm facing a MacOS Catalina (10.15.7) freeze after some time without user interaction activity. I disabled the screen saver (set time to "never") and because it is a virtual machine...

Since Ubuntu 18.04 LTS switched to https://netplan.io/ 🙏 Specifically, what is the netplan equivalent of this: ``` auto br0 iface br0 inet dhcp bridge_ports DEVICENAME tap0 auto tap0 iface tap0...

solves the problem with the mouse.

how to setup to bridge host network?

The new version macOS changed "Volumes" to "Locations".

I have a GT710, that is recognized by High Sierra, but the system is not accelerating with it. I have installed the Web Driver and even enabled NVIDIA in Clover,...

hi, ``` :~/macOS-Simple-KVM$ qemu-system-x86_64 --version QEMU emulator version 5.0.0 (Debian 1:5.0-5) ``` on debian testing 5.7.0-1-amd64 modified basic.sh ``` bash #!/bin/bash # OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" VMDIR=$PWD OVMF=$VMDIR/firmware export QEMU_AUDIO_DRV=pa QEMU_AUDIO_DRV=pa br=mcbridge tp=mctap...