Difference between revisions of "How to run MAC OS VM under KVM /qemu"

From vpsget wiki
Jump to: navigation, search
(Created page with "//DRAFT We will show how to runMAC OS Virtual Machine under KVM /native qemu / This is only in educational purposes. First of all you need to build your qemu from sources....")
 
Line 5: Line 5:
 
First of all you need to build your qemu from sources.
 
First of all you need to build your qemu from sources.
 
Even if you have qemu/libvirt already installed  our custom build should not conflict with it.
 
Even if you have qemu/libvirt already installed  our custom build should not conflict with it.
 +
 +
Check qemu module:
 +
 +
lsmod | grep kvm
 +
if not listed add:
 +
modprobe kvm

Revision as of 14:46, 11 August 2020

//DRAFT We will show how to runMAC OS Virtual Machine under KVM /native qemu / This is only in educational purposes.

First of all you need to build your qemu from sources. Even if you have qemu/libvirt already installed our custom build should not conflict with it.

Check qemu module:

lsmod | grep kvm

if not listed add:

modprobe kvm