A basic QEMU GUI to work as a quick VirtualBox replacement
adnan360 5d4fe0304c Added harddisk image creation dialog | 4 years ago | |
---|---|---|
assets | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
proj_qemutest1.ico | 4 years ago | |
proj_qemutest1.lpi | 4 years ago | |
proj_qemutest1.lpr | 4 years ago | |
proj_qemutest1.lps | 4 years ago | |
proj_qemutest1.res | 4 years ago | |
unit1.lfm | 4 years ago | |
unit1.pas | 4 years ago | |
unit_createhd.lfm | 4 years ago | |
unit_createhd.pas | 4 years ago |
A basic QEMU GUI to work as a quick VirtualBox replacement. This has basic settings which are similar to a basic VirtualBox machine. The difference being that it is just meant to run once (it doesn't remember settings). This does not rely on VirtualBox (which has some questionable closed source parts), rather uses QEMU for virtualization and optionally KVM which speeds up the virtualization.
qemu
and optionally kvm
to run virtual machines)This has been made and tested primarily for Linux platform, but could support others as well. Please file an Issue or submit a PR if you are interested to use it on other platforms.
License: MIT (a.k.a. Expat) License
Make sure you have Lazarus IDE installed. This will also need QEMU and KVM on runtime.
Open the proj_qemutest1.lpi
on Lazarus. Then either click the Green Run button on toolbar or hit Run - Run menu. It should run the program. You should also build the binary under /bin
folder.