1. Reference Documentation:
http://kernelpanik.net/running-mac-osx-yosemite-on-kvm/
Http://www.bonashen.com/post/artifice/running-mac-os-x-as-a-qemu-kvm-guest
http://wat.im/kvm-virtualization-of-osx-using-libvirt/
http://www.contrib.andrew.cmu.edu/~somlo/OSXKVM/
https://blog.ostanin.org/2014/02/11/playing-with-mac-os-x-on-kvm/
2.Mac start by default need to manually click entry, processing method:
To automatically boot into OS X without needing to press ENTER at the prompt, edit (create) the org.chameleon.boot.plist F Ile at /Extra/org.chameleon.boot.plist . A simple example to automatically boot would is:
<?xml version= "1.0" encoding= "UTF-8"?>
<! DOCTYPE plist Public "-//apple//dtd plist 1.0//en" "Http://www.apple.com/DTDs/PropertyList-1.0.dtd" >
<plist version= "1.0" >
<dict>
<key>Timeout</key>
<string>3</string>
<key>graphics mode</key>
<string>1440x900x32</string>
</dict>
</plist>
https://blog.ostanin.org/2014/02/11/playing-with-mac-os-x-on-kvm/
runing MAC on KVM problem note