How to use other hypervisors in CollabVM 1.2: Difference between revisions

no edit summary
m (1 revision imported)
No edit summary
*Create a text document somewhere with the name "run.sh" (if using Windows, run.bat), or whatever you prefer.
*In the text document, add the following command:
'''Linux/BSD''': <code>qemu-system-i386 -m 4 -no-shutdown -qmp unix:/tmp/collab-vm-qmp-customvm,server -vnc 127.0.0.1:5nographic</code>
 
'''Windows''': <code>"C:\Program Files\qemu\qemu-system-i386.exe" -m 4 -no-shutdown -qmp tcp::5800,server,nodelay -vnc 127.0.0.1:5nographic</code>
**Replace "customvm" with whatever you set the "URL Name". For example, if you set the URL name to "vm1", then you would change the qmp command to "collab-vm-qmp-vm1,server".
*Make sure it is allowed to execute by running chmod +x run.sh.